Searched refs:rtCallRedirInstr (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/ppc/
H A Dconstants-ppc.h472 const Instr rtCallRedirInstr = TWI; member in namespace:v8::internal
H A Dsimulator-ppc.cc850 swi_instruction_(rtCallRedirInstr | kCallRtRedirected),
/external/v8/src/mips/
H A Dconstants-mips.h853 const Instr rtCallRedirInstr = SPECIAL | BREAK | call_rt_redirected << 6;
H A Dsimulator-mips.cc448 instr->InstructionBits() == rtCallRedirInstr) {
1000 swi_instruction_(rtCallRedirInstr),
1997 if (instr->InstructionBits() == rtCallRedirInstr) {
/external/v8/src/mips64/
H A Dconstants-mips64.h886 const Instr rtCallRedirInstr = SPECIAL | BREAK | call_rt_redirected << 6;
H A Dsimulator-mips64.cc418 instr->InstructionBits() == rtCallRedirInstr) {
940 swi_instruction_(rtCallRedirInstr),
2006 if (instr->InstructionBits() == rtCallRedirInstr) {
/external/v8/src/s390/
H A Dconstants-s390.h1064 const Instr rtCallRedirInstr = TRAP4; member in namespace:v8::internal

Completed in 1131 milliseconds