OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kJump
(Results
1 - 5
of
5
) sorted by null
/external/v8/test/unittests/interpreter/
bytecode-array-builder-unittest.cc
458
CHECK_EQ(iterator.current_bytecode(), Bytecode::
kJump
);
569
CHECK_EQ(iterator.current_bytecode(), Bytecode::
kJump
);
593
CHECK_EQ(iterator.current_bytecode(), Bytecode::
kJump
);
641
CHECK_EQ(iterator.current_bytecode(), Bytecode::
kJump
);
644
CHECK_EQ(iterator.current_bytecode(), Bytecode::
kJump
);
647
CHECK_EQ(iterator.current_bytecode(), Bytecode::
kJump
);
674
CHECK_EQ(iterator.current_bytecode(), Bytecode::
kJump
);
677
CHECK_EQ(iterator.current_bytecode(), Bytecode::
kJump
);
680
CHECK_EQ(iterator.current_bytecode(), Bytecode::
kJump
);
/external/v8/test/unittests/compiler/
instruction-sequence-unittest.h
97
enum BlockCompletionType { kBlockEnd, kFallThrough, kBranch,
kJump
};
112
BlockCompletion completion = {
kJump
, TestOperand(), offset, kNoValue};
instruction-sequence-unittest.cc
124
case
kJump
:
469
case
kJump
:
/external/v8/src/interpreter/
bytecode-array-builder.cc
759
case Bytecode::
kJump
:
784
case Bytecode::
kJump
:
808
case Bytecode::
kJump
:
944
return OutputJump(Bytecode::
kJump
, label);
[
all
...]
bytecodes.cc
204
return bytecode == Bytecode::
kJump
|| IsConditionalJumpImmediate(bytecode);
Completed in 1155 milliseconds