Searched refs:IsForwardJump (Results 1 – 4 of 4) sorted by relevance
121 DCHECK(Bytecodes::IsForwardJump(node->bytecode())); in WriteJump()350 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith8BitOperand()378 DCHECK(Bytecodes::IsForwardJump(jump_bytecode)); in PatchJumpWith16BitOperand()480 DCHECK(Bytecodes::IsForwardJump(node->bytecode())); in EmitJump()
641 static constexpr bool IsForwardJump(Bytecode bytecode) { in IsForwardJump() function
370 DCHECK(Bytecodes::IsForwardJump(Bytecode::k##name)); \
224 if (Bytecodes::IsForwardJump(bytecode)) { in UpdateOutLiveness()882 if (Bytecodes::IsForwardJump(bytecode) && in LivenessIsValid()