Searched refs:IsJumpImmediate (Results 1 – 3 of 3) sorted by relevance
351 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith8BitOperand()379 DCHECK(Bytecodes::IsJumpImmediate(jump_bytecode)); in PatchJumpWith16BitOperand()409 DCHECK(Bytecodes::IsJumpImmediate( in PatchJumpWith32BitOperand()
278 if (interpreter::Bytecodes::IsJumpImmediate(bytecode)) { in GetRelativeJumpTargetOffset()
613 static constexpr bool IsJumpImmediate(Bytecode bytecode) { in IsJumpImmediate() function