Searched refs:EnableMethodTracing (Results 1 – 4 of 4) sorted by relevance
339 void EnableMethodTracing(Thread* self, const char* key, bool needs_interpreter) in EnableMethodTracing() function in art::instrumentation::InstrumentationTest348 instrumentation->EnableMethodTracing(key, needs_interpreter); in EnableMethodTracing()748 EnableMethodTracing(soa.Self(), instrumentation_key, true); in TEST_F()767 EnableMethodTracing(soa.Self(), instrumentation_key, false); in TEST_F()
388 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey); in Start()570 runtime->GetInstrumentation()->EnableMethodTracing(kTracerInstrumentationKey); in Resume()
250 void EnableMethodTracing(const char* key,
978 void Instrumentation::EnableMethodTracing(const char* key, bool needs_interpreter) { in EnableMethodTracing() function in art::instrumentation::Instrumentation