Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dbytecode-array-iterator.cc184 } else if (interpreter::Bytecodes::IsJumpConstant(bytecode)) { in GetJumpTargetOffset()
Dbytecodes.h477 static CONSTEXPR bool IsJumpConstant(Bytecode bytecode) { in IsJumpConstant() function
494 return IsJumpImmediate(bytecode) || IsJumpConstant(bytecode); in IsJump()