Lines Matching refs:PrettyMethod
267 CHECK_EQ(m, frame.method_) << "Expected " << ArtMethod::PrettyMethod(m) in InstrumentationInstallStack()
268 << ", Found " << ArtMethod::PrettyMethod(frame.method_); in InstrumentationInstallStack()
287 << " method is " << GetMethod()->PrettyMethod() in InstrumentationInstallStack()
393 << " Method=" << ArtMethod::PrettyMethod(m); in InstrumentationRestoreStack()
414 CHECK(m == instrumentation_frame.method_) << ArtMethod::PrettyMethod(m); in InstrumentationRestoreStack()
871 CHECK(has_not_been_deoptimized) << "Method " << ArtMethod::PrettyMethod(method) in Deoptimize()
895 CHECK(found_and_erased) << "Method " << ArtMethod::PrettyMethod(method) in Undeoptimize()
1217 LOG(INFO) << "Entering " << ArtMethod::PrettyMethod(method) << " from PC " in PushInstrumentationStackFrame()
1388 << visitor.caller->PrettyMethod() in PopInstrumentationStackFrame()
1390 << method->PrettyMethod() in PopInstrumentationStackFrame()
1406 VLOG(deopt) << "Got a deoptimization request on un-deoptimizable " << method->PrettyMethod() in PopInstrumentationStackFrame()
1410 LOG(INFO) << "Returning from " << method->PrettyMethod() in PopInstrumentationStackFrame()
1427 LOG(INFO) << "Popping for deoptimization " << ArtMethod::PrettyMethod(method); in PopMethodForUnwind()
1431 LOG(INFO) << "Popping for unwind " << ArtMethod::PrettyMethod(method); in PopMethodForUnwind()
1451 os << "Frame " << frame_id_ << " " << ArtMethod::PrettyMethod(method_) << ":" in Dump()