Searched refs:WriteJitDumpLog (Results 1 – 2 of 2) sorted by relevance
100 WriteJitDumpLog(code_cache, method, osr); in WriteLog()117 void WriteJitDumpLog(JitCodeCache* code_cache, ArtMethod* method, bool osr)
273 void JitLogger::WriteJitDumpLog(JitCodeCache* code_cache, ArtMethod* method, bool osr) { in WriteJitDumpLog() function in art::jit::JitLogger