Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc.cc688 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
2143 trampoline_ = Trampoline(pc_offset() - size, tracked_branch_count_); in CheckTrampolinePool()
Dassembler-ppc.h1624 Trampoline trampoline_; variable
/external/v8/src/mips/
Dassembler-mips.cc1463 if (trampoline_.start() > pos) { in get_trampoline_entry()
1464 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
3948 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
Dassembler-mips.h2203 Trampoline trampoline_; variable
/external/v8/src/mips64/
Dassembler-mips64.cc1426 if (trampoline_.start() > pos) { in get_trampoline_entry()
1427 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
4295 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
Dassembler-mips64.h2268 Trampoline trampoline_; variable