Searched refs:GetMethodReference (Results 1 – 14 of 14) sorted by relevance
163 return GetMethodReference(i)->Ptr(); in GetMethod()167 return ReflectiveHandle<ArtMethod>(GetMethodReference(i)); in GetMethodHandle()171 return MutableReflectiveHandle<ArtMethod>(GetMethodReference(i)); in GetMutableMethodHandle()183 ReflectiveReference<ArtMethod>* GetMethodReference(size_t i) { in GetMethodReference() function
39 << verifier->GetMethodReference().PrettyMethod(); in CheckConstructorReturn()346 << verifier->GetMethodReference().PrettyMethod(); in PushMonitor()361 << verifier->GetMethodReference().PrettyMethod(); in PushMonitor()375 << verifier->GetMethodReference().PrettyMethod(); in PopMonitor()395 << verifier->GetMethodReference().PrettyMethod(); in PopMonitor()449 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters()483 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters()525 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters()
33 inline MethodReference MethodVerifier::GetMethodReference() const { in GetMethodReference() function
181 << verifier->GetMethodReference().PrettyMethod(); in VerifyMonitorStackEmpty()
198 MethodReference GetMethodReference() const;
177 call->GetMethodReference().PrettyMethod(/* with_signature= */ false); in Run()452 LOG_TRY() << invoke_instruction->GetMethodReference().PrettyMethod(); in TryInline()569 << invoke_instruction->GetMethodReference().PrettyMethod(); in TryInlineFromInlineCache()576 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()598 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()607 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()679 << invoke_instruction->GetMethodReference().PrettyMethod() in GetInlineCacheAOT()955 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlinePolymorphicCall()981 << "Call to " << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlinePolymorphicCall()1226 *invoke_instruction->GetMethodReference().dex_file, in TryDevirtualize()[all …]
490 StartAttributeStream("dex_file_index") << invoke->GetMethodReference().index; in VisitInvoke()498 ? invoke->GetMethodReference().PrettyMethod(kWithSignature) in VisitInvoke()
577 MethodReference method_reference(invoke->GetMethodReference()); in GenerateInvokeStaticOrDirectRuntimeCall()607 MethodReference method_reference(invoke->GetMethodReference()); in GenerateInvokeUnresolvedRuntimeCall()
1192 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()1193 method_bss_entry_patches_.emplace_back(invoke->GetMethodReference().dex_file, in RecordMethodBssEntryPatch()1194 invoke->GetMethodReference().index); in RecordMethodBssEntryPatch()
5420 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()5426 invoke->GetMethodReference().dex_file, in RecordMethodBssEntryPatch()5427 invoke->GetMethodReference().index); in RecordMethodBssEntryPatch()
4560 vixl::aarch64::Label* adrp_label = NewMethodBssEntryPatch(invoke->GetMethodReference()); in LoadMethod()4564 NewMethodBssEntryPatch(invoke->GetMethodReference(), adrp_label); in LoadMethod()
4678 MethodReference GetMethodReference() const { return method_reference_; }
9186 PcRelativePatchInfo* labels = NewMethodBssEntryPatch(invoke->GetMethodReference()); in LoadMethod()
49 MethodReference ref = method_verifier->GetMethodReference(); in ProcessVerifiedMethod()