Searched refs:Deoptimize (Results 1 - 6 of 6) sorted by relevance

/art/runtime/entrypoints/quick/
H A Dquick_entrypoints_list.h126 V(Deoptimize, void, void) \
/art/runtime/
H A Dinstrumentation.h162 // Deoptimize a method by forcing its execution with the interpreter. Nevertheless, a static
165 void Deoptimize(ArtMethod* method)
H A Dinstrumentation.cc717 void Instrumentation::Deoptimize(ArtMethod* method) { function in class:art::instrumentation::Instrumentation
1008 // Deoptimize if the caller needs to continue execution in the interpreter. Do nothing if we get
H A Dinstrumentation_test.cc209 instrumentation->Deoptimize(method);
H A Ddebugger.cc3160 VLOG(jdwp) << "Deoptimize the world ...";
3162 VLOG(jdwp) << "Deoptimize the world DONE";
3170 VLOG(jdwp) << "Deoptimize method " << PrettyMethod(request.Method()) << " ...";
3171 instrumentation->Deoptimize(request.Method());
3172 VLOG(jdwp) << "Deoptimize method " << PrettyMethod(request.Method()) << " DONE";
/art/compiler/optimizing/
H A Dnodes.h818 M(Deoptimize, Instruction) \
1809 // Deoptimize to interpreter, upon checking a condition.
1822 DECLARE_INSTRUCTION(Deoptimize);

Completed in 125 milliseconds