Searched refs:GetMethodReference (Results 1 – 15 of 15) 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()340 << verifier->GetMethodReference().PrettyMethod(); in PushMonitor()355 << verifier->GetMethodReference().PrettyMethod(); in PushMonitor()369 << verifier->GetMethodReference().PrettyMethod(); in PopMonitor()389 << verifier->GetMethodReference().PrettyMethod(); in PopMonitor()443 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters()477 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters()519 << verifier->GetMethodReference().PrettyMethod(); in MergeRegisters()
33 inline MethodReference MethodVerifier::GetMethodReference() const { in GetMethodReference() function
163 << verifier->GetMethodReference().PrettyMethod(); in VerifyMonitorStackEmpty()
168 MethodReference GetMethodReference() const;
187 call->GetMethodReference().PrettyMethod(/* with_signature= */ false); in Run()467 LOG_TRY() << invoke_instruction->GetMethodReference().PrettyMethod(); in TryInline()539 LOG_FAIL_NO_STAT() << "Call to " << invoke_instruction->GetMethodReference().PrettyMethod() in TryInline()644 << invoke_instruction->GetMethodReference().PrettyMethod(); in TryInlineFromInlineCache()651 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()673 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()682 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()784 << invoke_instruction->GetMethodReference().PrettyMethod() in GetInlineCacheAOT()1088 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlinePolymorphicCall()1114 << "Call to " << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlinePolymorphicCall()[all …]
115 const DexFile* dex_file = invoke->GetMethodReference().dex_file; in GetDataTypeFromShorty()
503 StartAttributeStream("dex_file_index") << invoke->GetMethodReference().index; in VisitInvoke()511 ? invoke->GetMethodReference().PrettyMethod(kWithSignature) in VisitInvoke()
504 MethodReference method_reference(invoke->GetMethodReference()); in GenerateInvokeStaticOrDirectRuntimeCall()534 MethodReference method_reference(invoke->GetMethodReference()); in GenerateInvokeUnresolvedRuntimeCall()
1316 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()1317 GetCompilerOptions().WithinOatFile(invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()1319 invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()1320 method_bss_entry_patches_.emplace_back(invoke->GetMethodReference().dex_file, in RecordMethodBssEntryPatch()1321 invoke->GetMethodReference().index); in RecordMethodBssEntryPatch()
5701 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()5702 GetCompilerOptions().WithinOatFile(invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()5704 invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()5710 invoke->GetMethodReference().dex_file, in RecordMethodBssEntryPatch()5711 invoke->GetMethodReference().index); in RecordMethodBssEntryPatch()
4889 vixl::aarch64::Label* adrp_label = NewMethodBssEntryPatch(invoke->GetMethodReference()); in LoadMethod()4893 NewMethodBssEntryPatch(invoke->GetMethodReference(), adrp_label); in LoadMethod()
6824 PcRelativePatchInfo* info_high = NewMethodBssEntryPatch(invoke->GetMethodReference()); in LoadMethod()6827 NewMethodBssEntryPatch(invoke->GetMethodReference(), info_high); in LoadMethod()
4805 MethodReference GetMethodReference() const { return method_reference_; }
9506 PcRelativePatchInfo* labels = NewMethodBssEntryPatch(invoke->GetMethodReference()); in LoadMethod()