Home
last modified time | relevance | path

Searched refs:StopProfileSaver (Results 1 – 3 of 3) sorted by relevance

/art/runtime/jit/
Djit.h347 void StopProfileSaver();
Djit.cc405 void Jit::StopProfileSaver() { in StopProfileSaver() function in art::jit::Jit
/art/runtime/
Druntime.cc396 jit_->StopProfileSaver(); in ~Runtime()