Searched refs:IsForwardJump (Results 1 – 3 of 3) sorted by relevance
178 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith8BitOperand()206 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith16BitOperand()
587 static constexpr bool IsForwardJump(Bytecode bytecode) { in IsForwardJump() function
187 if (Bytecodes::IsForwardJump(bytecode)) { in UpdateOutLiveness()