Searched refs:IsJumpImmediate (Results 1 – 4 of 4) sorted by relevance
203 bool Bytecodes::IsJumpImmediate(Bytecode bytecode) { in IsJumpImmediate() function in v8::internal::interpreter::Bytecodes224 return IsJumpImmediate(bytecode) || IsJumpConstant(bytecode) || in IsJump()
108 if (interpreter::Bytecodes::IsJumpImmediate(bytecode)) { in GetJumpTargetOffset()
386 static bool IsJumpImmediate(Bytecode bytecode);
826 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchIndirectJumpWith8BitOperand()