|
| enum | Kind { kHeapNumber,
kCodeStub,
kStringConstant
} |
| |
|
|
| HeapObjectRequest (double heap_number, int offset=-1) |
| |
|
| HeapObjectRequest (CodeStub *code_stub, int offset=-1) |
| |
|
| HeapObjectRequest (const StringConstantBase *string, int offset=-1) |
| |
|
Kind | kind () const |
| |
|
double | heap_number () const |
| |
|
CodeStub * | code_stub () const |
| |
|
const StringConstantBase * | string () const |
| |
|
int | offset () const |
| |
|
void | set_offset (int offset) |
| |
Definition at line 90 of file assembler.h.
The documentation for this class was generated from the following files: