Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 9 of 9) sorted by relevance

/art/libdexfile/dex/
Dsignature.h62 Signature(const DexFile* dex, const dex::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature()
Dtest_dex_file_builder.h75 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod() local
325 const ProtoKey* proto; member
Ddex_file.cc422 const ProtoId& proto = GetProtoId(proto_idx); in FindProtoId() local
/art/libartservice/service/java/com/android/server/art/
DDexUseManagerLocal.java552 DexUseProto proto = null; in load() local
881 void fromProto(@NonNull DexUseProto proto) { in fromProto()
917 void fromProto(@NonNull PackageDexUseProto proto) { in fromProto()
947 void fromProto(@NonNull PrimaryDexUseProto proto) { in fromProto()
975 void fromProto(@NonNull SecondaryDexUseProto proto) { in fromProto()
1027 void fromProto(@NonNull PrimaryDexUseRecordProto proto) { in fromProto()
1047 void fromProto(@NonNull SecondaryDexUseRecordProto proto) { in fromProto()
/art/libartservice/service/javatests/com/android/server/art/
DDexUseManagerTest.java661 DexUseProto proto; in testCleanup() local
/art/dexlayout/
Ddexlayout.cc237 static std::string GetSignatureForProtoId(const dex_ir::ProtoId* proto) { in GetSignatureForProtoId()
522 std::string proto("<proto?>"); in IndexString() local
1152 const dex_ir::ProtoId* proto) { in DumpCode()
Ddex_ir.h707 MethodId(const TypeId* klass, const ProtoId* proto, const StringId* name) in MethodId()
/art/dexdump/
Ddexdump.cc966 std::string proto("<proto?>"); in indexString() local
998 const std::string& proto = signature.ToString(); in indexString() local
/art/compiler/optimizing/
Dinstruction_builder.cc646 const dex::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters() local