Home | History | Annotate | Download | only in runtime

Lines Matching defs:deoptimize

759 void Instrumentation::Deoptimize(ArtMethod* method) {
797 // Restore code and possibly stack only if we did not deoptimize everything.
1084 // Deoptimize if the caller needs to continue execution in the interpreter. Do nothing if we get
1088 bool deoptimize = (visitor.caller != nullptr) &&
1091 if (deoptimize) {