s390: [assembler] Factor up list of heap allocation requests

Port 37bc035896

Original Commit Message:

    Lift the declaration of the heap allocation request list and the method
    which adds to the list up to AssemblerBase.

R=titzer@chromium.org, joransiu@ca.ibm.com, michael_dawson@ca.ibm.com
BUG=
LOG=N

Change-Id: I31d63789c25ce70ee17c48fecb2051ac7a30fd92
Reviewed-on: https://chromium-review.googlesource.com/1101254
Reviewed-by: Joran Siu <joransiu@ca.ibm.com>
Commit-Queue: Junliang Yan <jyan@ca.ibm.com>
Cr-Commit-Position: refs/heads/master@{#53745}
This commit is contained in:
Junliang Yan 2018-06-14 15:01:46 -04:00 committed by Commit Bot
parent 796cdadd8b
commit 1228861dbd

View File

@ -1486,7 +1486,6 @@ inline void ss_a_format(Opcode op, int f1, int f2, int f3, int f4, int f5) {
public:
byte* buffer_pos() const { return buffer_; }
void RequestHeapObject(HeapObjectRequest request);
protected:
int buffer_space() const { return reloc_info_writer.pos() - pc_; }