Home | History | Annotate | Download | only in interpreter

Lines Matching defs:IsJump

580   static constexpr bool IsJump(Bytecode bytecode) {
593 return bytecode == Bytecode::kReturn || IsJump(bytecode);
600 return IsJump(bytecode) && !IsJumpIfToBoolean(bytecode);