Home
last modified time | relevance | path

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

/art/libartservice/service/javatests/com/android/server/art/model/
DBatchDexoptParamsTest.java48 BatchDexoptParamsProto proto = params.toProto(); in testToProto() local
62 BatchDexoptParamsProto proto = in testFromProto() local
DDexoptParamsTest.java151 DexoptParamsProto proto = params.toProto(); in testToProto() local
164 DexoptParamsProto proto = DexoptParamsProto.newBuilder() in testFromProto() local
/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/model/
DBatchDexoptParams.java94 public static @NonNull BatchDexoptParams fromProto(@NonNull BatchDexoptParamsProto proto) { in fromProto()
DDexoptParams.java237 public static @NonNull DexoptParams fromProto(@NonNull DexoptParamsProto proto) { in fromProto()
/art/libartservice/service/java/com/android/server/art/
DDexUseManagerLocal.java747 DexUseProto proto = null; in load() local
1088 void fromProto(@NonNull DexUseProto proto, in fromProto()
1126 void fromProto(@NonNull PackageDexUseProto proto, in fromProto()
1168 void fromProto(@NonNull PrimaryDexUseProto proto) { in fromProto()
1196 void fromProto(@NonNull SecondaryDexUseProto proto, in fromProto()
1266 void fromProto(@NonNull PrimaryDexUseRecordProto proto) { in fromProto()
1286 void fromProto(@NonNull SecondaryDexUseRecordProto proto) { in fromProto()
/art/libartservice/service/javatests/com/android/server/art/
DDexUseManagerTest.java793 DexUseProto proto; in verifyCleanup() local
/art/dexdump/
Ddexdump.cc973 std::string proto("<proto?>"); in indexString() local
1005 const std::string& proto = signature.ToString(); in indexString() local
/art/compiler/optimizing/
Dinstruction_builder.cc650 const dex::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters() local