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

  /art/runtime/
instrumentation_test.cc 268 void EnableMethodTracing(Thread* self, const char* key, bool needs_interpreter)
276 ScopedSuspendAll ssa("EnableMethodTracing");
277 instrumentation->EnableMethodTracing(key, needs_interpreter);
288 ScopedSuspendAll ssa("EnableMethodTracing");
555 EnableMethodTracing(soa.Self(), instrumentation_key, true);
574 EnableMethodTracing(soa.Self(), instrumentation_key, false);
    [all...]
instrumentation.h 198 void EnableMethodTracing(const char* key,
trace.cc 357 // Required since EnableMethodTracing calls ConfigureStubs which visits class linker classes.
380 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey);
564 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey);
    [all...]
instrumentation.cc     [all...]

Completed in 108 milliseconds