Searched defs:IsDeoptimized (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dinstrumentation.cc145 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) {
162 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) &&
689 if ((interpreter_stubs_installed_ || IsDeoptimized(method)) && !method->IsNative()) {
862 bool Instrumentation::IsDeoptimized(mirror::ArtMethod* method) { function in class:art::instrumentation::Instrumentation
1092 (interpreter_stubs_installed_ || IsDeoptimized(visitor.caller));

Completed in 61 milliseconds