|
V8 Project
|
Collaboration diagram for v8::internal::Assembler::Trampoline:Public Member Functions | |
| Trampoline () | |
| Trampoline (int start, int slot_count) | |
| int | start () |
| int | end () |
| int | take_slot () |
| Trampoline () | |
| Trampoline (int start, int slot_count) | |
| int | start () |
| int | end () |
| int | take_slot () |
Private Attributes | |
| int | start_ |
| int | end_ |
| int | next_slot_ |
| int | free_slot_count_ |
Definition at line 1305 of file assembler-mips.h.
|
inline |
Definition at line 1307 of file assembler-mips.h.
References end_, free_slot_count_, next_slot_, and start_.
Definition at line 1313 of file assembler-mips.h.
References end_, free_slot_count_, v8::internal::Assembler::kTrampolineSlotsSize, next_slot_, start(), and start_.
Here is the call graph for this function:
|
inline |
Definition at line 1344 of file assembler-mips64.h.
References end_, free_slot_count_, next_slot_, and start_.
Definition at line 1350 of file assembler-mips64.h.
References end_, free_slot_count_, v8::internal::Assembler::kTrampolineSlotsSize, next_slot_, start(), and start_.
Here is the call graph for this function:
|
inline |
|
inline |
Definition at line 1359 of file assembler-mips64.h.
References end_.
|
inline |
Definition at line 1319 of file assembler-mips.h.
References start_.
Referenced by Trampoline().
Here is the caller graph for this function:
|
inline |
Definition at line 1356 of file assembler-mips64.h.
References start_.
|
inline |
Definition at line 1325 of file assembler-mips.h.
References DCHECK, free_slot_count_, v8::internal::Assembler::kInvalidSlotPos, v8::internal::Assembler::kTrampolineSlotsSize, and next_slot_.
|
inline |
Definition at line 1362 of file assembler-mips64.h.
References DCHECK, free_slot_count_, v8::internal::Assembler::kInvalidSlotPos, v8::internal::Assembler::kTrampolineSlotsSize, and next_slot_.
|
private |
Definition at line 1343 of file assembler-mips.h.
Referenced by end(), and Trampoline().
|
private |
Definition at line 1345 of file assembler-mips.h.
Referenced by take_slot(), and Trampoline().
|
private |
Definition at line 1344 of file assembler-mips.h.
Referenced by take_slot(), and Trampoline().
|
private |
Definition at line 1342 of file assembler-mips.h.
Referenced by start(), and Trampoline().