Searched refs:first_instruction (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/x64/
H A Dcode-stubs-x64.h511 byte first_instruction = stub->instruction_start()[0]; local
514 if (first_instruction == kTwoByteJumpInstruction) {
518 ASSERT(first_instruction == kTwoByteNopInstruction);
H A Dlithium-x64.h2180 int first_instruction = block->first_instruction_index(); local
2181 return LLabel::cast(instructions_[first_instruction]);
/external/v8/src/arm/
H A Dcode-stubs-arm.h498 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
502 if (Assembler::IsBranch(first_instruction)) {
506 ASSERT(Assembler::IsTstImmediate(first_instruction));
H A Dlithium-arm.h2218 int first_instruction = block->first_instruction_index(); local
2219 return LLabel::cast(instructions_[first_instruction]);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.h509 byte first_instruction = stub->instruction_start()[0]; local
512 if (first_instruction == kTwoByteJumpInstruction) {
516 ASSERT(first_instruction == kTwoByteNopInstruction);
H A Dlithium-ia32.h2316 int first_instruction = block->first_instruction_index(); local
2317 return LLabel::cast(instructions_[first_instruction]);
/external/v8/src/mips/
H A Dcode-stubs-mips.h513 Instr first_instruction = Assembler::instr_at(stub->instruction_start()); local
517 if (Assembler::IsBeq(first_instruction)) {
521 ASSERT(Assembler::IsBne(first_instruction));
H A Dlithium-mips.h2198 int first_instruction = block->first_instruction_index(); local
2199 return LLabel::cast(instructions_[first_instruction]);

Completed in 139 milliseconds