Searched refs:IsConditionalJump (Results 1 – 2 of 2) sorted by relevance
139 if (interpreter::Bytecodes::IsConditionalJump(bytecode)) { in EmitUnconditionalDeopt()481 if (!interpreter::Bytecodes::IsConditionalJump(bytecode)) { in CalculatePredecessorCounts()
696 static constexpr bool IsConditionalJump(Bytecode bytecode) { in IsConditionalJump() function