Home | History | Annotate | Download | only in runtime

Lines Matching refs:deoptimize

50 // Do we want to deoptimize for method entry and exit listeners or just try to intercept
784 void Instrumentation::Deoptimize(mirror::ArtMethod* method) {
828 deoptimize everything.
1087 // Deoptimize if the caller needs to continue execution in the interpreter. Do nothing if we get
1091 bool deoptimize = (visitor.caller != nullptr) &&
1093 if (deoptimize) {