Home | History | Annotate | Download | only in runtime

Lines Matching refs:PrettyMethod

116       DCHECK(!method->IsNative()) << PrettyMethod(method);
117 DCHECK(!method->IsProxyMethod()) << PrettyMethod(method);
265 CHECK_EQ(m, frame.method_) << "Expected " << PrettyMethod(m)
266 << ", Found " << PrettyMethod(frame.method_);
358 << " Method=" << PrettyMethod(m);
379 CHECK(m == instrumentation_frame.method_) << PrettyMethod(m);
793 CHECK(has_not_been_deoptimized) << "Method " << PrettyMethod(method)
823 CHECK(found_and_erased) << "Method " << PrettyMethod(method)
1044 LOG(INFO) << "Entering " << PrettyMethod(method) << " from PC " << reinterpret_cast<void*>(lr);
1096 PrettyMethod(visitor.caller).c_str(),
1097 PrettyMethod(method).c_str(),
1105 LOG(INFO) << "Returning from " << PrettyMethod(method)
1123 LOG(INFO) << "Popping for deoptimization " << PrettyMethod(method);
1127 LOG(INFO) << "Popping for unwind " << PrettyMethod(method);
1150 os << "Frame " << frame_id_ << " " << PrettyMethod(method_) << ":"