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

  /art/runtime/
instrumentation.cc 602 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) {
    [all...]
instrumentation.h 189 // Calls UndeoptimizeEverything which may visit class linker classes through ConfigureStubs.
207 // linker classes through ConfigureStubs.
486 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level)
652 friend class InstrumentationTest; // For GetCurrentInstrumentationLevel and ConfigureStubs.
instrumentation_test.cc 181 // Unique keys used to test Instrumentation::ConfigureStubs.
192 ScopedSuspendAll ssa("Instrumentation::ConfigureStubs");
193 instr->ConfigureStubs(key, level);
    [all...]

Completed in 518 milliseconds