Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h340 void StopProfileSaver();
Djit.cc399 void Jit::StopProfileSaver() { in StopProfileSaver() function in art::jit::Jit
/art/runtime/
Druntime.cc384 jit_->StopProfileSaver(); in ~Runtime()