Home
last modified time | relevance | path

Searched refs:trampoline_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.cc1097 if (trampoline_.start() > pos) { in get_trampoline_entry()
1098 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
2982 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
Dassembler-mips.h1417 Trampoline trampoline_; variable
/external/v8/src/mips64/
Dassembler-mips64.cc1113 if (trampoline_.start() > pos) { in get_trampoline_entry()
1114 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
3289 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
Dassembler-mips64.h1484 Trampoline trampoline_; variable
/external/v8/src/ppc/
Dassembler-ppc.cc643 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
2475 trampoline_ = Trampoline(pc_offset() - size, tracked_branch_count_); in CheckTrampolinePool()
Dassembler-ppc.h1455 Trampoline trampoline_; variable