Searched refs:IsJumpImmediate (Results 1 – 3 of 3) sorted by relevance
270 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith8BitOperand()298 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith16BitOperand()328 DCHECK(Bytecodes::IsJumpImmediate( in PatchJumpWith32BitOperand()
211 if (interpreter::Bytecodes::IsJumpImmediate(bytecode)) { in GetJumpTargetOffset()
596 static constexpr bool IsJumpImmediate(Bytecode bytecode) { in IsJumpImmediate() function