Lines Matching refs:Deoptimize
907 void LCodeGen::Deoptimize(LInstruction* instr,
1883 Deoptimize(instr, Deoptimizer::kUnexpectedObject);
2481 Deoptimize(instr, instr->hydrogen()->reason(), &type);
2504 // Deoptimize if remainder will not be 0.
2537 Deoptimize(instr, Deoptimizer::kDivisionByZero);
2804 // Deoptimize if the object needs to be access checked.
2809 // Deoptimize for proxies.
3440 // Deoptimize if the input is not a HeapNumber.
3636 Deoptimize(instr, Deoptimizer::kDivisionByZero);
3859 // Deoptimize if the result > 1, as it must be larger than 32 bits.
3863 // Deoptimize for negative inputs, which at this point are only numbers in
3870 // Deoptimize if the input was NaN.
3969 Deoptimize(instr, Deoptimizer::kDivisionByZero);
5647 // Deoptimize if the receiver is not a JS object.
5651 Deoptimize(instr, Deoptimizer::kNotAJavaScriptObject);