Home
last modified time | relevance | path

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

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