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

  /art/runtime/
instrumentation.cc 715 void Instrumentation::ConfigureStubs(const char* key, InstrumentationLevel desired_level) {
    [all...]
instrumentation.h 217 // Calls UndeoptimizeEverything which may visit class linker classes through ConfigureStubs.
239 // linker classes through ConfigureStubs.
538 void ConfigureStubs(const char* key, InstrumentationLevel desired_instrumentation_level)
    [all...]
instrumentation_test.cc 187 // Unique keys used to test Instrumentation::ConfigureStubs.
198 ScopedSuspendAll ssa("Instrumentation::ConfigureStubs");
199 instr->ConfigureStubs(key, level);
    [all...]

Completed in 62 milliseconds