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()
172 << verifier->GetMethodReference().PrettyMethod(); in VerifyMonitorStackEmpty()
174 MethodReference GetMethodReference() const;
182 call->GetMethodReference().PrettyMethod(/* with_signature= */ false); in Run()456 LOG_TRY() << invoke_instruction->GetMethodReference().PrettyMethod(); in TryInline()577 << invoke_instruction->GetMethodReference().PrettyMethod(); in TryInlineFromInlineCache()584 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()606 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()615 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlineFromInlineCache()685 << invoke_instruction->GetMethodReference().PrettyMethod() in GetInlineCacheAOT()991 << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlinePolymorphicCall()1017 << "Call to " << invoke_instruction->GetMethodReference().PrettyMethod() in TryInlinePolymorphicCall()1262 *invoke_instruction->GetMethodReference().dex_file, in TryDevirtualize()[all …]
115 const DexFile* dex_file = invoke->GetMethodReference().dex_file; in GetDataTypeFromShorty()
490 StartAttributeStream("dex_file_index") << invoke->GetMethodReference().index; in VisitInvoke()498 ? invoke->GetMethodReference().PrettyMethod(kWithSignature) in VisitInvoke()
576 MethodReference method_reference(invoke->GetMethodReference()); in GenerateInvokeStaticOrDirectRuntimeCall()606 MethodReference method_reference(invoke->GetMethodReference()); in GenerateInvokeUnresolvedRuntimeCall()
1260 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()1261 GetCompilerOptions().WithinOatFile(invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()1263 invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()1264 method_bss_entry_patches_.emplace_back(invoke->GetMethodReference().dex_file, in RecordMethodBssEntryPatch()1265 invoke->GetMethodReference().index); in RecordMethodBssEntryPatch()
5499 DCHECK(IsSameDexFile(GetGraph()->GetDexFile(), *invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()5500 GetCompilerOptions().WithinOatFile(invoke->GetMethodReference().dex_file) || in RecordMethodBssEntryPatch()5502 invoke->GetMethodReference().dex_file)); in RecordMethodBssEntryPatch()5508 invoke->GetMethodReference().dex_file, in RecordMethodBssEntryPatch()5509 invoke->GetMethodReference().index); in RecordMethodBssEntryPatch()
4632 vixl::aarch64::Label* adrp_label = NewMethodBssEntryPatch(invoke->GetMethodReference()); in LoadMethod()4636 NewMethodBssEntryPatch(invoke->GetMethodReference(), adrp_label); in LoadMethod()
4724 MethodReference GetMethodReference() const { return method_reference_; }
9225 PcRelativePatchInfo* labels = NewMethodBssEntryPatch(invoke->GetMethodReference()); in LoadMethod()