Home
last modified time | relevance | path

Searched refs:proto (Results 1 – 25 of 28) sorted by relevance

12

/art/libartservice/service/proto/
Ddex_use.proto19 package com.android.server.art.proto;
22 import "art/libartservice/service/proto/common.proto";
26 // This proto is persisted on disk and both forward and backward compatibility are considerations.
Dpre_reboot_stats.proto19 package com.android.server.art.proto;
23 // This proto is persisted on disk and forward and backward compatibility are considerations.
Dcommon.proto19 package com.android.server.art.proto;
Ddex_metadata_config.proto19 package com.android.server.art.proto;
/art/libartservice/service/java/com/android/server/art/
DDexUseManagerLocal.java42 import com.android.server.art.proto.DexUseProto;
43 import com.android.server.art.proto.Int32Value;
44 import com.android.server.art.proto.PackageDexUseProto;
45 import com.android.server.art.proto.PrimaryDexUseProto;
46 import com.android.server.art.proto.PrimaryDexUseRecordProto;
47 import com.android.server.art.proto.SecondaryDexUseProto;
48 import com.android.server.art.proto.SecondaryDexUseRecordProto;
571 DexUseProto proto = null; in load() local
573 proto = DexUseProto.parseFrom(in); in load()
583 if (proto != null) { in load()
[all …]
DDexMetadataHelper.java26 import com.android.server.art.proto.DexMetadataConfig;
DPreRebootDexoptJob.java20 import static com.android.server.art.proto.PreRebootStats.Status;
/art/libdexfile/dex/
Dsignature.h62 Signature(const DexFile* dex, const dex::ProtoId& proto) : dex_file_(dex), proto_id_(&proto) { in Signature() argument
Dtest_dex_file_builder.h75 const ProtoKey* proto = &it->first; // Valid as long as the element remains in protos_. in AddMethod() local
78 class_descriptor, name, proto in AddMethod()
213 auto it = protos_.find(*entry.first.proto);
325 const ProtoKey* proto; member
335 return ProtoKeyComparator()(*lhs.proto, *rhs.proto); in operator()
Ddex_file.cc510 const ProtoId& proto = GetProtoId(proto_idx); in FindProtoId() local
511 int compare = return_type_idx.index_ - proto.return_type_idx_.index_; in FindProtoId()
513 DexFileParameterIterator it(*this, proto); in FindProtoId()
533 return &proto; in FindProtoId()
/art/libartservice/service/
DAndroid.bp103 "service-art-proto-java",
150 name: "service-art-proto-java",
151 proto: {
155 "proto/**/*.proto",
276 "proto/**/*.proto",
/art/tools/cloud_profiles/
Dfetch_blob_key.sh9 blob_id=$(echo "$BLOB_KEY" | base64 --decode | gqui from rawproto:- proto blobstore.BlobRef | grep…
/art/test/dexdump/
Dinvoke-polymorphic.txt87 …ang/Object;, (Ljava/lang/String;DILjava/lang/Object;I)Ljava/lang/String; // method@0003, proto@0002
89 …MethodHandle;.invokeExact:([Ljava/lang/Object;)Ljava/lang/Object;, (DI)I // method@0004, proto@0000
92 ….invoke:([Ljava/lang/Object;)Ljava/lang/Object;, (Ljava/lang/String;DI)V // method@0003, proto@0004
Dconst-method-handle.txt91 …okeExact:([Ljava/lang/Object;)Ljava/lang/Object;, ([Ljava/lang/String;)V // method@0012, proto@0010
174 …a/lang/Object;)Ljava/lang/Object;, (Ljava/lang/Object;)Ljava/lang/Class; // method@0011, proto@0001
271 … |0000: const-method-type v0, (CSIJFDLjava/lang/Object;)Z // proto@0011
/art/libartservice/service/java/com/android/server/art/prereboot/
DPreRebootStatsReporter.java19 import static com.android.server.art.proto.PreRebootStats.JobRun;
20 import static com.android.server.art.proto.PreRebootStats.JobType;
21 import static com.android.server.art.proto.PreRebootStats.Status;
37 import com.android.server.art.proto.PreRebootStats;
DPreRebootManager.java20 import static com.android.server.art.proto.PreRebootStats.Status;
DPreRebootDriver.java21 import static com.android.server.art.proto.PreRebootStats.Status;
/art/libartservice/service/javatests/com/android/server/art/prereboot/
DPreRebootStatsReporterTest.java20 import static com.android.server.art.proto.PreRebootStats.JobRun;
21 import static com.android.server.art.proto.PreRebootStats.JobType;
22 import static com.android.server.art.proto.PreRebootStats.Status;
36 import com.android.server.art.proto.PreRebootStats;
/art/perfetto_hprof/
DAndroid.bp21 …esource.com/platform/external/perfetto/+/refs/heads/master/protos/perfetto/ipc/producer_port.proto.
/art/libartservice/service/javatests/com/android/server/art/
DDexUseManagerTest.java48 import com.android.server.art.proto.DexUseProto;
759 DexUseProto proto; in verifyCleanup() local
761 proto = DexUseProto.parseFrom(in); in verifyCleanup()
763 String textproto = proto.toString(); in verifyCleanup()
DPrimaryDexopterTest.java50 import com.android.server.art.proto.DexMetadataConfig;
/art/dexdump/
Ddexdump.cc966 std::string proto("<proto?>"); in indexString() local
980 proto = signature.ToString(); in indexString()
983 method.c_str(), proto.c_str(), width, index, width, secondary_index); in indexString()
998 const std::string& proto = signature.ToString(); in indexString() local
999 outSize = snprintf(buf.get(), bufSize, "%s // proto@%0*x", proto.c_str(), width, index); in indexString()
/art/tools/
Dbuildbot-build.sh426 …$ANDROID_HOST_OUT/bin/conv_linker_config proto -s $ANDROID_BUILD_TOP/system/core/rootdir/etc/linke…
/art/runtime/
Dart_method-inl.h488 const dex::ProtoId& proto = dex_file->GetMethodPrototype(
490 return dex_file->GetProtoParameters(proto);
/art/compiler/optimizing/
Dinstruction_builder.cc646 const dex::ProtoId& proto = dex_file_->GetMethodPrototype(referrer_method_id); in InitializeParameters() local
647 const dex::TypeList* arg_types = dex_file_->GetProtoParameters(proto); in InitializeParameters()

12