Searched refs:IsJumpIfToBoolean (Results 1 – 3 of 3) sorted by relevance
127 if (Bytecodes::IsJumpIfToBoolean(current)) { in LookupActionAndData()
573 static constexpr bool IsJumpIfToBoolean(Bytecode bytecode) { in IsJumpIfToBoolean() function600 return IsJump(bytecode) && !IsJumpIfToBoolean(bytecode); in IsJumpWithoutEffects()
335 if (Bytecodes::IsJumpIfToBoolean(bytecode)) return true; in BytecodeHasNoSideEffect()