Lines Matching refs:PrettyMethod
116 DCHECK(!method->IsNative()) << PrettyMethod(method); in UpdateEntrypoints()
117 DCHECK(!method->IsProxyMethod()) << PrettyMethod(method); in UpdateEntrypoints()
265 CHECK_EQ(m, frame.method_) << "Expected " << PrettyMethod(m) in InstrumentationInstallStack()
266 << ", Found " << PrettyMethod(frame.method_); in InstrumentationInstallStack()
358 << " Method=" << PrettyMethod(m); in InstrumentationRestoreStack()
379 CHECK(m == instrumentation_frame.method_) << PrettyMethod(m); in InstrumentationRestoreStack()
793 CHECK(has_not_been_deoptimized) << "Method " << PrettyMethod(method) in Deoptimize()
823 CHECK(found_and_erased) << "Method " << PrettyMethod(method) in Undeoptimize()
1044 LOG(INFO) << "Entering " << PrettyMethod(method) << " from PC " << reinterpret_cast<void*>(lr); in PushInstrumentationStackFrame()
1094 LOG(INFO) << "Deoptimizing into " << PrettyMethod(visitor.caller); in PopInstrumentationStackFrame()
1098 LOG(INFO) << "Deoptimizing from " << PrettyMethod(method) in PopInstrumentationStackFrame()
1106 LOG(INFO) << "Returning from " << PrettyMethod(method) in PopInstrumentationStackFrame()
1124 LOG(INFO) << "Popping for deoptimization " << PrettyMethod(method); in PopMethodForUnwind()
1128 LOG(INFO) << "Popping for unwind " << PrettyMethod(method); in PopMethodForUnwind()
1151 os << "Frame " << frame_id_ << " " << PrettyMethod(method_) << ":" in Dump()