Lines Matching refs:PrettyMethod
598 CHECK_EQ(method, linked->GetMethod()) << method->PrettyMethod() << " " in HandleDeoptimization()
599 << ArtMethod::PrettyMethod(linked->GetMethod()); in HandleDeoptimization()
664 DCHECK(!method->IsNative()) << method->PrettyMethod(); in artQuickToInterpreterBridge()
667 DCHECK(non_proxy_method->GetCodeItem() != nullptr) << method->PrettyMethod(); in artQuickToInterpreterBridge()
700 DCHECK(Thread::Current()->IsExceptionPending()) << method->PrettyMethod(); in artQuickToInterpreterBridge()
726 << caller->PrettyMethod(); in artQuickToInterpreterBridge()
728 VLOG(deopt) << "Forcing deoptimization on return from method " << method->PrettyMethod() in artQuickToInterpreterBridge()
729 << " to " << caller->PrettyMethod() in artQuickToInterpreterBridge()
811 DCHECK(proxy_method->IsProxyMethod()) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler()
812 DCHECK(receiver->GetClass()->IsProxyClass()) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler()
817 DCHECK_EQ((*sp), proxy_method) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler()
828 CHECK(!non_proxy_method->IsStatic()) << proxy_method->PrettyMethod() << " " in artQuickProxyInvokeHandler()
829 << non_proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler()
837 DCHECK_GT(args.size(), 0U) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler()
842 DCHECK(interface_method != nullptr) << proxy_method->PrettyMethod(); in artQuickProxyInvokeHandler()
843 DCHECK(!interface_method->IsProxyMethod()) << interface_method->PrettyMethod(); in artQuickProxyInvokeHandler()
937 << proxy_method->PrettyMethod() << " " << non_proxy_method->PrettyMethod(); in artQuickGetProxyReferenceArgumentAt()
981 << proxy_method->PrettyMethod() << " " << non_proxy_method->PrettyMethod(); in GetProxyReferenceArguments()
1039 << "Proxy method " << method->PrettyMethod() in artInstrumentationMethodEntryFromCode()
1049 DCHECK_NE(result, GetQuickInstrumentationEntryPoint()) << method->PrettyMethod(); in artInstrumentationMethodEntryFromCode()
1058 << method->PrettyMethod() << " code will jump to possibly cleaned up jit code!"; in artInstrumentationMethodEntryFromCode()
1083 CHECK(result != nullptr) << method->PrettyMethod(); in artInstrumentationMethodEntryFromCode()
1161 LOG(FATAL_WITHOUT_ABORT) << "Method: " << outer_method->PrettyMethod() in DumpB74410240DebugData()
1178 LOG(FATAL_WITHOUT_ABORT) << "Outer: " << outer_method->PrettyMethod() in DumpB74410240DebugData()
1209 << ": " << tag << caller->PrettyMethod() in DumpB74410240DebugData()
1348 << called->PrettyMethod() << " " << invoke_type; in artQuickResolutionTrampoline()
1372 CHECK(called != nullptr) << orig_called->PrettyMethod() << " " in artQuickResolutionTrampoline()
2162 DCHECK(called->IsNative()) << called->PrettyMethod(true); in artQuickGenericJniTrampoline()
2206 DCHECK(Thread::Current()->IsExceptionPending()) << called->PrettyMethod(); in artQuickGenericJniTrampoline()
2244 << called->PrettyMethod() in artQuickGenericJniTrampoline()
2326 DCHECK(code != nullptr) << "Code was null in method: " << method->PrettyMethod() in artInvokeCommon()
2398 << result->PrettyMethod(); in artLookupResolvedMethod()
2474 << interface_method->PrettyMethod() << " / " << conflict_method->PrettyMethod() << " / " in artInvokeInterfaceTrampoline()
2475 << " / " << ArtMethod::PrettyMethod(m) << " / " << cls->PrettyClass(); in artInvokeInterfaceTrampoline()
2513 DCHECK(code != nullptr) << "Code was null in method: " << method->PrettyMethod() in artInvokeInterfaceTrampoline()