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

  /art/runtime/
instrumentation_test.cc 318 void EnableMethodTracing(Thread* self, const char* key, bool needs_interpreter)
326 ScopedSuspendAll ssa("EnableMethodTracing");
327 instrumentation->EnableMethodTracing(key, needs_interpreter);
338 ScopedSuspendAll ssa("EnableMethodTracing");
683 EnableMethodTracing(soa.Self(), instrumentation_key, true);
702 EnableMethodTracing(soa.Self(), instrumentation_key, false);
    [all...]
instrumentation.h 231 void EnableMethodTracing(const char* key,
trace.cc 358 // Required since EnableMethodTracing calls ConfigureStubs which visits class linker classes.
381 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey);
565 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey);
    [all...]
instrumentation.cc     [all...]
  /art/runtime/openjdkjvmti/
events.cc 605 instr->EnableMethodTracing("jvmti-tracing", /*needs_interpreter*/true);

Completed in 63 milliseconds