Home | History | Annotate | Download | only in runtime

Lines Matching refs:IsDeoptimized

145     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) {
1092 (interpreter_stubs_installed_ || IsDeoptimized(visitor.caller));