HomeSort by relevance Sort by last modified time
    Searched refs:second_instruction (Results 1 - 4 of 4) sorted by null

  /external/v8/src/ia32/
code-stubs-ia32.h 510 byte second_instruction = stub->instruction_start()[2]; local
518 if (second_instruction == kFiveByteJumpInstruction) {
522 ASSERT(second_instruction == kFiveByteNopInstruction);
  /external/v8/src/x64/
code-stubs-x64.h 512 byte second_instruction = stub->instruction_start()[2]; local
520 if (second_instruction == kFiveByteJumpInstruction) {
524 ASSERT(second_instruction == kFiveByteNopInstruction);
  /external/v8/src/arm/
code-stubs-arm.h 499 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + local
508 if (Assembler::IsBranch(second_instruction)) {
512 ASSERT(Assembler::IsTstImmediate(second_instruction));
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 514 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + local
523 if (Assembler::IsBeq(second_instruction)) {
527 ASSERT(Assembler::IsBne(second_instruction));
    [all...]

Completed in 28 milliseconds