Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Dprofile_saver.h51 static void DumpInstanceInfo(std::ostream& os);
H A Dprofile_saver.cc1212 void ProfileSaver::DumpInstanceInfo(std::ostream& os) { in DumpInstanceInfo() function in art::ProfileSaver
H A Djit.cc210 ProfileSaver::DumpInstanceInfo(os); in DumpForSigQuit()