Lines Matching refs:PrettyMethod
183 VLOG(jit) << "JIT removed (JNI) " << (*it)->PrettyMethod() << ": " << code_; in RemoveMethodsIn()
191 VLOG(jit) << "JIT removed (JNI) " << (*it)->PrettyMethod() << ": " << code_; in RemoveMethod()
499 CHECK_EQ(debug_info.count(it.first), 1u) << "No debug info: " << it.second->PrettyMethod(); in FreeAllMethodHeaders()
532 VLOG(jit) << "JIT removed " << it->second->PrettyMethod() << ": " << it->first; in RemoveMethodsIn()
768 << ArtMethod::PrettyMethod(method) << "@" << method in Commit()
802 << ArtMethod::PrettyMethod(method) << "@" << method in RemoveMethod()
838 VLOG(jit) << "JIT removed " << it->second->PrettyMethod() << ": " << it->first; in RemoveMethodLocked()
980 << ArtMethod::PrettyMethod(method); in Reserve()
987 << ArtMethod::PrettyMethod(method); in Reserve()
1206 VLOG(jit) << "JIT removed (JNI) " << method->PrettyMethod() << ": " << data->GetCode(); in RemoveUnmarkedCode()
1219 VLOG(jit) << "JIT removed " << it->second->PrettyMethod() << ": " << it->first; in RemoveUnmarkedCode()
1421 << ArtMethod::PrettyMethod(method) << " " in LookupMethodHeader()
1422 << ArtMethod::PrettyMethod(found_method) << " " in LookupMethodHeader()
1587 << method->PrettyMethod() in NotifyCompilationOf()
1609 << method->PrettyMethod() in NotifyCompilationOf()
1661 VLOG(jit) << method->PrettyMethod() << " needs a ProfilingInfo to be compiled baseline"; in NotifyCompilationOf()