Searched refs:IsJumpImmediate (Results 1 – 3 of 3) sorted by relevance
175 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith8BitOperand()200 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith16BitOperand()226 DCHECK(Bytecodes::IsJumpImmediate( in PatchJumpWith32BitOperand()
181 if (interpreter::Bytecodes::IsJumpImmediate(bytecode)) { in GetJumpTargetOffset()
470 static CONSTEXPR bool IsJumpImmediate(Bytecode bytecode) { in IsJumpImmediate() function494 return IsJumpImmediate(bytecode) || IsJumpConstant(bytecode); in IsJump()