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
33 inline MethodReference MethodVerifier::GetMethodReference() const { 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()
163 << verifier->GetMethodReference().PrettyMethod(); in VerifyMonitorStackEmpty()
174 MethodReference GetMethodReference() const;
189 call->GetMethodReference().PrettyMethod(/* with_signature= */ false); in Run()465 LOG_TRY() << invoke_instruction->GetMethodReference().PrettyMethod(); in TryInline()604 << invoke_instruction->GetMethodReference().PrettyMethod(); in TryInlineFromInlineCache()611 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()633 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()642 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()712 << invoke_instruction->GetMethodReference().PrettyMethod() in GetInlineCacheAOT()1019 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlinePolymorphicCall()1045 << "Call to " << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlinePolymorphicCall()1295 *invoke_instruction->GetMethodReference().dex_file, in TryDevirtualize()[all …]
115 const DexFile* dex_file = invoke->GetMethodReference().dex_file; in GetDataTypeFromShorty()
498 StartAttributeStream("dex_file_index") << invoke->GetMethodReference().index; in VisitInvoke()506 ? invoke->GetMethodReference().PrettyMethod(kWithSignature) in VisitInvoke()
587 MethodReference method_reference(invoke->GetMethodReference()); in GenerateInvokeStaticOrDirectRuntimeCall()617 MethodReference method_reference(invoke->GetMethodReference()); in GenerateInvokeUnresolvedRuntimeCall()
1264 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()1265 GetCompilerOptions().WithinOatFile(invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()1267 invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()1268 method_bss_entry_patches_.emplace_back(invoke->GetMethodReference().dex_file, in RecordMethodBssEntryPatch()1269 invoke->GetMethodReference().index); in RecordMethodBssEntryPatch()
5580 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()5581 GetCompilerOptions().WithinOatFile(invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()5583 invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()5589 invoke->GetMethodReference().dex_file, in RecordMethodBssEntryPatch()5590 invoke->GetMethodReference().index); in RecordMethodBssEntryPatch()
4740 vixl::aarch64::Label* adrp_label = NewMethodBssEntryPatch(invoke->GetMethodReference()); in LoadMethod()4744 NewMethodBssEntryPatch(invoke->GetMethodReference(), adrp_label); in LoadMethod()
4761 MethodReference GetMethodReference() const { return method_reference_; }
9352 PcRelativePatchInfo* labels = NewMethodBssEntryPatch(invoke->GetMethodReference()); in LoadMethod()