Home
last modified time | relevance | path

Searched refs:RunProfileSaverThread (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jit/
Dprofile_saver.h69 static void* RunProfileSaverThread(void* arg)
Dprofile_saver.cc967 void* ProfileSaver::RunProfileSaverThread(void* arg) { in RunProfileSaverThread() function in art::ProfileSaver
1087 (&profiler_pthread_, nullptr, &RunProfileSaverThread, reinterpret_cast<void*>(instance_)), in Start()