Lines Matching refs:PrettyMethod

148       LOG(INFO) << "Popping for unwind " << method->PrettyMethod();  in PopFramesTo()
362 << "Expected " << ArtMethod::PrettyMethod(m) in InstrumentationInstallStack()
363 << ", Found " << ArtMethod::PrettyMethod(frame.method_); in InstrumentationInstallStack()
382 << " method is " << GetMethod()->PrettyMethod() in InstrumentationInstallStack()
482 << " Method=" << ArtMethod::PrettyMethod(m); in InstrumentationRestoreStack()
503 << ArtMethod::PrettyMethod(m) in InstrumentationRestoreStack()
504 << " and " << instrumentation_frame.method_->GetNonObsoleteMethod()->PrettyMethod(); in InstrumentationRestoreStack()
1022 CHECK(has_not_been_deoptimized) << "Method " << ArtMethod::PrettyMethod(method) in Deoptimize()
1046 CHECK(found_and_erased) << "Method " << ArtMethod::PrettyMethod(method) in Undeoptimize()
1145 DCHECK(!method->IsProxyMethod()) << method->PrettyMethod(); in GetCodeForInvoke()
1396 LOG(INFO) << "Entering " << ArtMethod::PrettyMethod(method) << " from PC " in PushInstrumentationStackFrame()
1598 << visitor.caller->PrettyMethod() in PopInstrumentationStackFrame()
1600 << method->PrettyMethod() in PopInstrumentationStackFrame()
1616 VLOG(deopt) << "Got a deoptimization request on un-deoptimizable " << method->PrettyMethod() in PopInstrumentationStackFrame()
1620 LOG(INFO) << "Returning from " << method->PrettyMethod() in PopInstrumentationStackFrame()
1636 LOG(INFO) << "Popping for deoptimization " << e->second.method_->PrettyMethod(); in PopFramesForDeoptimization()
1646 os << "Frame " << frame_id_ << " " << ArtMethod::PrettyMethod(method_) << ":" in Dump()