Searched refs:Undeoptimize (Results 1 - 4 of 4) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc740 void Instrumentation::Undeoptimize(ArtMethod* method) { function in class:art::instrumentation::Instrumentation
806 Undeoptimize(method);
H A Dinstrumentation.h172 void Undeoptimize(ArtMethod* method)
H A Dinstrumentation_test.cc221 instrumentation->Undeoptimize(method);
H A Ddebugger.cc3165 VLOG(jdwp) << "Undeoptimize the world ...";
3167 VLOG(jdwp) << "Undeoptimize the world DONE";
3175 VLOG(jdwp) << "Undeoptimize method " << PrettyMethod(request.Method()) << " ...";
3176 instrumentation->Undeoptimize(request.Method());
3177 VLOG(jdwp) << "Undeoptimize method " << PrettyMethod(request.Method()) << " DONE";

Completed in 111 milliseconds