Searched refs:should_deopt (Results 1 – 3 of 3) sorted by relevance
39 function outer(should_deopt) { argument40 inner(should_deopt);43 function inner(should_deopt) { argument44 if (should_deopt) deopt();
3217 bool should_deopt = false; in SlotRefValueBuilder() local3274 should_deopt = true; in SlotRefValueBuilder()3285 if (should_deopt) { in SlotRefValueBuilder()