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

  /art/test/597-deopt-new-string/
deopt.cc 56 Runtime::Current()->GetInstrumentation()->UndeoptimizeEverything("test");
  /art/runtime/
instrumentation_test.cc 253 void UndeoptimizeEverything(Thread* self, const char* key, bool disable_deoptimization)
262 instrumentation->UndeoptimizeEverything(key);
496 UndeoptimizeEverything(soa.Self(), instrumentation_key, true);
534 UndeoptimizeEverything(soa.Self(), instrumentation_key, false);
    [all...]
instrumentation.cc     [all...]
instrumentation.h 156 // Calls UndeoptimizeEverything which may visit class linker classes through ConfigureStubs.
175 void UndeoptimizeEverything(const char* key)
debugger.cc     [all...]

Completed in 1109 milliseconds