Home | History | Annotate | Download | only in runtime

Lines Matching defs:deoptimize

801 void Instrumentation::Deoptimize(ArtMethod* method) {
839 // Restore code and possibly stack only if we did not deoptimize everything.
1198 // Deoptimize if the caller needs to continue execution in the interpreter. Do nothing if we get
1202 bool deoptimize = (visitor.caller != nullptr) &&
1209 if (deoptimize && Runtime::Current()->IsAsyncDeoptimizeable(*return_pc)) {
1227 if (deoptimize && !Runtime::Current()->IsAsyncDeoptimizeable(*return_pc)) {