Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 7 of 7) 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.cc510 const ProtoId& proto = GetProtoId(proto_idx); in FindProtoId() local
/art/libartservice/service/java/com/android/server/art/
DDexUseManagerLocal.java571 DexUseProto proto = null; in load() local
902 void fromProto(@NonNull DexUseProto proto, in fromProto()
940 void fromProto(@NonNull PackageDexUseProto proto, in fromProto()
982 void fromProto(@NonNull PrimaryDexUseProto proto) { in fromProto()
1010 void fromProto(@NonNull SecondaryDexUseProto proto, in fromProto()
1080 void fromProto(@NonNull PrimaryDexUseRecordProto proto) { in fromProto()
1100 void fromProto(@NonNull SecondaryDexUseRecordProto proto) { in fromProto()
/art/libartservice/service/javatests/com/android/server/art/
DDexUseManagerTest.java759 DexUseProto proto; in verifyCleanup() local
/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