Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dassembler-ppc.cc569 trampoline_pos = get_trampoline_entry(); in bind_to()
686 int32_t Assembler::get_trampoline_entry() { in get_trampoline_entry() function in v8::internal::Assembler
Dassembler-ppc.h1462 int32_t get_trampoline_entry();
/external/v8/src/mips/
Dassembler-mips.h1442 int32_t get_trampoline_entry(int32_t pos);
Dassembler-mips.cc936 trampoline_pos = get_trampoline_entry(fixup_pos); in bind_to()
1172 int32_t Assembler::get_trampoline_entry(int32_t pos) { in get_trampoline_entry() function in v8::internal::Assembler
/external/v8/src/mips64/
Dassembler-mips64.h1492 int32_t get_trampoline_entry(int32_t pos);
Dassembler-mips64.cc901 trampoline_pos = get_trampoline_entry(fixup_pos); in bind_to()
1140 int32_t Assembler::get_trampoline_entry(int32_t pos) { in get_trampoline_entry() function in v8::internal::Assembler