Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.cc1176 if (trampoline_.start() > pos) { in get_trampoline_entry()
1177 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
3194 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
Dassembler-mips.h1464 Trampoline trampoline_; variable
/external/v8/src/mips64/
Dassembler-mips64.cc1143 if (trampoline_.start() > pos) { in get_trampoline_entry()
1144 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
3438 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
Dassembler-mips64.h1514 Trampoline trampoline_; variable
/external/v8/src/ppc/
Dassembler-ppc.cc690 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
2567 trampoline_ = Trampoline(pc_offset() - size, tracked_branch_count_); in CheckTrampolinePool()
Dassembler-ppc.h1475 Trampoline trampoline_; variable