OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputJump
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/interpreter/
bytecode-array-builder.cc
883
BytecodeArrayBuilder& BytecodeArrayBuilder::
OutputJump
(Bytecode jump_bytecode,
944
return
OutputJump
(Bytecode::kJump, label);
949
return
OutputJump
(Bytecode::kJumpIfTrue, label);
954
return
OutputJump
(Bytecode::kJumpIfFalse, label);
959
return
OutputJump
(Bytecode::kJumpIfNull, label);
965
return
OutputJump
(Bytecode::kJumpIfUndefined, label);
[
all
...]
bytecode-array-builder.h
285
BytecodeArrayBuilder&
OutputJump
(Bytecode jump_bytecode,
Completed in 46 milliseconds