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

/art/runtime/
H A Dinstrumentation.cc167 if ((forced_interpret_only_ || IsDeoptimized(method)) && !method->IsNative()) {
179 if ((interpreter_stubs_installed_ || forced_interpret_only_ || IsDeoptimized(method)) &&
781 if ((interpreter_stubs_installed_ || IsDeoptimized(method)) && !method->IsNative()) {
923 bool Instrumentation::IsDeoptimized(ArtMethod* method) { function in class:art::instrumentation::Instrumentation
1379 (interpreter_stubs_installed_ || IsDeoptimized(visitor.caller) ||

Completed in 59 milliseconds