Home
last modified time | relevance | path

Searched refs:kCodeAgeJumpInstruction (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm/
Dconstants-arm.h37 const int kCodeAgeJumpInstruction = 0xe51ff004; variable
Ddisasm-arm.cc2050 } else if (instruction_bits == kCodeAgeJumpInstruction) { in InstructionDecode()