/aosp12/art/runtime/ |
H A D | imtable-inl.h | 57 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetImtHashComponents() local
|
H A D | sdk_checker.cc | 74 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in ShouldDenyAccess() local
|
H A D | art_method-inl.h | 350 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in GetReturnTypeIndex() local
|
H A D | art_method.cc | 516 const auto& proto_id = dex_file->GetMethodPrototype(method_id); in EqualParameters() local
|
H A D | class_linker.cc | 5661 const dex::ProtoId& proto_id = dex_file->GetMethodPrototype(method_id); in ThrowSignatureCheckResolveReturnTypeException() local 9402 const dex::ProtoId& proto_id = dex_file.GetProtoId(proto_idx); in ResolveMethodType() local 9721 const dex::ProtoId& proto_id = dex_file->GetProtoId(method_id.proto_idx_); in ResolveMethodHandleForMethod() local
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file-inl.h | 120 inline const Signature DexFile::GetProtoSignature(const dex::ProtoId& proto_id) const { in GetProtoSignature() 159 inline const char* DexFile::GetReturnTypeDescriptor(const dex::ProtoId& proto_id) const { in GetReturnTypeDescriptor() 164 const dex::ProtoId& proto_id = GetProtoId(proto_idx); in GetShorty() local
|
H A D | dex_file.h | 486 dex::ProtoIndex GetIndexForProtoId(const dex::ProtoId& proto_id) const { in GetIndexForProtoId() 509 const dex::TypeList* GetProtoParameters(const dex::ProtoId& proto_id) const { in GetProtoParameters() 918 DexFileParameterIterator(const DexFile& dex_file, const dex::ProtoId& proto_id) in DexFileParameterIterator()
|
H A D | dex_file.cc | 547 const ProtoId* proto_id = with_signature ? &GetProtoId(method_id.proto_idx_) : nullptr; in AppendPrettyMethod() local
|
H A D | dex_file_verifier.cc | 1248 const dex::ProtoId* proto_id = reinterpret_cast<const dex::ProtoId*>(ptr_); in CheckIntraProtoIdItem() local
|
/aosp12/art/dexlayout/ |
H A D | dex_visualize.cc | 148 void DumpProtoId(const dex_ir::ProtoId* proto_id, int class_index) { in DumpProtoId()
|
H A D | dex_writer.cc | 303 for (auto& proto_id : header_->ProtoIds()) { in WriteProtoIds() local
|
H A D | dexlayout.cc | 464 dex_ir::ProtoId* proto_id = header->ProtoIds()[secondary_index]; in IndexString() local
|
H A D | dex_ir.h | 781 void SetProtoId(ProtoId* proto_id) { u_.proto_val_ = proto_id; } in SetProtoId()
|
/aosp12/art/tools/veridex/ |
H A D | flow_analysis.cc | 153 const dex::ProtoId& proto_id = dex_file.GetMethodPrototype(method_id); in GetReturnType() local
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 1727 const dex::ProtoId& proto_id = in SetTypesFromSignature() local 3176 const dex::ProtoId& proto_id = dex_file_->GetProtoId(proto_idx); in CodeFlowVerifyInstruction() local 4953 const dex::ProtoId& proto_id = dex_file_->GetMethodPrototype(method_id); in GetMethodReturnType() local
|
/aosp12/art/compiler/optimizing/ |
H A D | graph_visualizer.cc | 429 const dex::ProtoId& proto_id = dex_file.GetProtoId(load_method_type->GetProtoIndex()); in VisitLoadMethodType() local
|
/aosp12/art/dexdump/ |
H A D | dexdump.cc | 1766 const dex::ProtoId& proto_id = pDexFile->GetProtoId(proto_idx); in dumpCallSite() local
|
/aosp12/art/profman/ |
H A D | profman.cc | 1098 const dex::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs); in FindMethodIndex() local
|
/aosp12/art/openjdkjvmti/ |
H A D | ti_redefine.cc | 2578 const art::dex::ProtoId* proto_id = dex_file_->FindProtoId(method_return_idx, new_type_list); in UpdateMethods() local
|