OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jump_bytecode
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/interpreter/
bytecode-array-builder.cc
757
Bytecode
jump_bytecode
) {
758
switch (
jump_bytecode
) {
782
Bytecode
jump_bytecode
) {
783
switch (
jump_bytecode
) {
806
Bytecode BytecodeArrayBuilder::GetJumpWithToBoolean(Bytecode
jump_bytecode
) {
807
switch (
jump_bytecode
) {
811
return
jump_bytecode
;
825
Bytecode
jump_bytecode
= Bytecodes::FromByte(*jump_location);
local
826
DCHECK(Bytecodes::IsJumpImmediate(
jump_bytecode
));
841
jump_bytecode
= GetJumpWithConstantOperand(jump_bytecode)
866
Bytecode
jump_bytecode
= Bytecodes::FromByte(*jump_location);
local
[
all
...]
bytecode-array-builder.h
285
BytecodeArrayBuilder& OutputJump(Bytecode
jump_bytecode
,
Completed in 702 milliseconds