Lines Matching refs:PrettyMethod
305 VLOG(jit) << "JIT not compiling " << method->PrettyMethod() in CompileMethod()
313 method->IsProxyMethod()) << method->PrettyMethod(); in CompileMethod()
314 VLOG(jit) << "JIT not compiling " << method->PrettyMethod() << " due to method being made " in CompileMethod()
323 VLOG(jit) << "JIT not compiling " << method->PrettyMethod() << " due to deoptimization"; in CompileMethod()
330 << method->PrettyMethod() in CompileMethod()
343 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod()
349 << ArtMethod::PrettyMethod(method_to_compile) in CompileMethod()
356 << ArtMethod::PrettyMethod(method) in CompileMethod()
488 std::string method_name(VLOG_IS_ON(jit) ? method->PrettyMethod() : ""); in PrepareForOsr()
622 VLOG(jit) << "Done running OSR code for " << method->PrettyMethod(); in MaybeDoOnStackReplacement()
631 << ArtMethod::PrettyMethod(method); in AddMemoryUsage()