OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:second_instruction
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/v8/src/arm/
code-stubs-arm.h
324
Instr
second_instruction
= Assembler::instr_at(stub->instruction_start() +
local
333
if (Assembler::IsBranch(
second_instruction
)) {
337
ASSERT(Assembler::IsTstImmediate(
second_instruction
));
/external/chromium_org/v8/src/x64/
code-stubs-x64.h
336
byte
second_instruction
= stub->instruction_start()[2];
local
344
if (
second_instruction
== kFiveByteJumpInstruction) {
348
ASSERT(
second_instruction
== kFiveByteNopInstruction);
/external/chromium_org/v8/src/ia32/
code-stubs-ia32.h
342
byte
second_instruction
= stub->instruction_start()[2];
local
350
if (
second_instruction
== kFiveByteJumpInstruction) {
354
ASSERT(
second_instruction
== kFiveByteNopInstruction);
/external/chromium_org/v8/src/mips/
code-stubs-mips.h
339
Instr
second_instruction
= Assembler::instr_at(stub->instruction_start() +
local
348
if (Assembler::IsBeq(
second_instruction
)) {
352
ASSERT(Assembler::IsBne(
second_instruction
));
/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 295 milliseconds