Searched refs:second_instruction (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.h129 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + local
138 if (Assembler::IsBranch(second_instruction)) {
142 DCHECK(Assembler::IsTstImmediate(second_instruction));
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.h155 byte second_instruction = stub->instruction_start()[2]; local
163 if (second_instruction == kFiveByteJumpInstruction) {
167 DCHECK(second_instruction == kFiveByteNopInstruction);
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.h171 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + local
180 if (Assembler::IsBeq(second_instruction)) {
184 DCHECK(Assembler::IsBne(second_instruction));
/external/chromium_org/v8/src/mips64/
H A Dcode-stubs-mips64.h173 Instr second_instruction = Assembler::instr_at(stub->instruction_start() + local
182 if (Assembler::IsBeq(second_instruction)) {
186 DCHECK(Assembler::IsBne(second_instruction));
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.h147 byte second_instruction = stub->instruction_start()[2]; local
155 if (second_instruction == kFiveByteJumpInstruction) {
159 DCHECK(second_instruction == kFiveByteNopInstruction);
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.h152 byte second_instruction = stub->instruction_start()[2]; local
160 if (second_instruction == kFiveByteJumpInstruction) {
164 DCHECK(second_instruction == kFiveByteNopInstruction);

Completed in 3139 milliseconds