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

  /art/test/597-deopt-new-string/
deopt.cc 40 // We need to enable deoptimization once in order to call DeoptimizeEverything().
44 Runtime::Current()->GetInstrumentation()->DeoptimizeEverything("test");
  /art/runtime/
instrumentation_test.cc 288 void DeoptimizeEverything(Thread* self, const char* key, bool enable_deoptimization)
300 instrumentation->DeoptimizeEverything(key);
617 DeoptimizeEverything(soa.Self(), instrumentation_key, true);
655 DeoptimizeEverything(soa.Self(), instrumentation_key, false);
    [all...]
instrumentation.h 200 void DeoptimizeEverything(const char* key)
instrumentation.cc     [all...]
debugger.cc     [all...]

Completed in 399 milliseconds