HomeSort by relevance Sort by last modified time
    Searched refs:IsDeoptimized (Results 1 - 4 of 4) sorted by null

  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 36 if (instrumentation->IsDeoptimized(method)) {
  /art/runtime/
instrumentation.cc 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()) {
    [all...]
instrumentation.h 166 bool IsDeoptimized(mirror::ArtMethod* method)
debugger.cc     [all...]

Completed in 90 milliseconds