Lines Matching refs:PrettyMethod

113   DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();  in GetObsoleteDexCache()
141 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
353 "Invoking '%s' quick code=%p static=%d", PrettyMethod().c_str(), in Invoke()
365 << "Don't call compiled code when -Xint " << PrettyMethod(); in Invoke()
380 LOG(INFO) << StringPrintf("Returned '%s' quick code=%p", PrettyMethod().c_str(), in Invoke()
384 LOG(INFO) << "Not invoking '" << PrettyMethod() << "' code=null"; in Invoke()
396 CHECK(IsNative()) << PrettyMethod(); in RegisterNative()
397 CHECK(native_method != nullptr) << PrettyMethod(); in RegisterNative()
407 CHECK(IsNative()) << PrettyMethod(); in UnregisterNative()
515 << method->PrettyMethod(); in FindOatMethodFor()
593 CHECK(existing_entry_point != nullptr) << PrettyMethod() << "@" << this; in GetOatQuickMethodHeader()
630 << PrettyMethod() in GetOatQuickMethodHeader()
658 DCHECK(IsNative()) << PrettyMethod(); in GetOatQuickMethodHeader()
670 << PrettyMethod() in GetOatQuickMethodHeader()
743 DCHECK_EQ(hiddenapi_flags, hiddenapi::GetRuntimeFlags(this)) << PrettyMethod(); in SetIntrinsic()
813 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() function in art::ArtMethod
817 return m->PrettyMethod(with_signature); in PrettyMethod()
820 std::string ArtMethod::PrettyMethod(bool with_signature) { in PrettyMethod() function in art::ArtMethod
830 std::string res(m->GetDexFile()->PrettyMethod(m->GetDexMethodIndex(), with_signature)); in PrettyMethod()