Home
last modified time | relevance | path

Searched refs:IsJumpConstant (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/interpreter/
Dbytecodes.cc209 bool Bytecodes::IsJumpConstant(Bytecode bytecode) { in IsJumpConstant() function in v8::internal::interpreter::Bytecodes
224 return IsJumpImmediate(bytecode) || IsJumpConstant(bytecode) || in IsJump()
Dbytecode-array-iterator.cc111 } else if (interpreter::Bytecodes::IsJumpConstant(bytecode) || in GetJumpTargetOffset()
Dbytecodes.h390 static bool IsJumpConstant(Bytecode bytecode);
/external/v8/src/
Dobjects.cc15024 } else if (interpreter::Bytecodes::IsJumpConstant(bytecode)) { in Disassemble()