Lines Matching refs:PrettyMethod
113 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache()
136 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
358 "Invoking '%s' quick code=%p static=%d", PrettyMethod().c_str(), in Invoke()
370 << "Don't call compiled code when -Xint " << PrettyMethod(); in Invoke()
385 LOG(INFO) << StringPrintf("Returned '%s' quick code=%p", PrettyMethod().c_str(), in Invoke()
389 LOG(INFO) << "Not invoking '" << PrettyMethod() << "' code=null"; in Invoke()
401 CHECK(IsNative()) << PrettyMethod(); in RegisterNative()
402 CHECK(native_method != nullptr) << PrettyMethod(); in RegisterNative()
412 CHECK(IsNative()) << PrettyMethod(); in UnregisterNative()
531 << method->PrettyMethod(); in FindOatMethodFor()
611 CHECK(existing_entry_point != nullptr) << PrettyMethod() << "@" << this; in GetOatQuickMethodHeader()
642 << PrettyMethod() in GetOatQuickMethodHeader()
670 DCHECK(IsNative()) << PrettyMethod(); in GetOatQuickMethodHeader()
682 << PrettyMethod() in GetOatQuickMethodHeader()
777 std::string ArtMethod::PrettyMethod(ArtMethod* m, bool with_signature) { in PrettyMethod() function in art::ArtMethod
781 return m->PrettyMethod(with_signature); in PrettyMethod()
784 std::string ArtMethod::PrettyMethod(bool with_signature) { in PrettyMethod() function in art::ArtMethod
794 return m->GetDexFile()->PrettyMethod(m->GetDexMethodIndex(), with_signature); in PrettyMethod()