Searched refs:IsJumpConstant (Results 1 – 4 of 4) sorted by relevance
209 bool Bytecodes::IsJumpConstant(Bytecode bytecode) { in IsJumpConstant() function in v8::internal::interpreter::Bytecodes224 return IsJumpImmediate(bytecode) || IsJumpConstant(bytecode) || in IsJump()
111 } else if (interpreter::Bytecodes::IsJumpConstant(bytecode) || in GetJumpTargetOffset()
390 static bool IsJumpConstant(Bytecode bytecode);
15024 } else if (interpreter::Bytecodes::IsJumpConstant(bytecode)) { in Disassemble()