Searched refs:should_deopt (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-97116.js39 function outer(should_deopt) {
40 inner(should_deopt);
43 function inner(should_deopt) {
44 if (should_deopt) deopt();
H A Dregress-97116b.js39 function outer(should_deopt) {
40 inner(should_deopt);
43 function inner(should_deopt) {
44 if (should_deopt) deopt();
/external/chromium_org/v8/src/
H A Ddeoptimizer.cc3217 bool should_deopt = false; local
3274 should_deopt = true;
3285 if (should_deopt) {

Completed in 1030 milliseconds