Lines Matching refs:deopt
577 if (code.deopt) {
578 if (code.deopt.bailoutType === "deopt-lazy" || code.deopt.bailoutType === "deopt-eager" || code.deopt.bailoutType === "deopt-lazy") {
581 if (code.deopt.tm >= timeStart && code.deopt.tm <= timeEnd) {
582 switch (code.deopt.bailoutType) {
583 case "deopt-lazy":
586 case "deopt-eager":
589 case "deopt-soft":