Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.cc992 if (trampoline_.start() > pos) { in get_trampoline_entry()
993 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
2539 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
Dassembler-mips.h1356 Trampoline trampoline_; variable
/external/v8/src/mips64/
Dassembler-mips64.cc975 if (trampoline_.start() > pos) { in get_trampoline_entry()
976 trampoline_entry = trampoline_.take_slot(); in get_trampoline_entry()
2782 trampoline_ = Trampoline(pool_start, unbound_labels_count_); in CheckTrampolinePool()
Dassembler-mips64.h1393 Trampoline trampoline_; variable