Searched refs:protos (Results 1 – 3 of 3) sorted by relevance
39 std::vector<ProtoReference> protos; in TEST() local42 protos.emplace_back(ProtoReference(dex_file.get(), dex::ProtoIndex(i))); in TEST()48 EXPECT_EQ(cmp(protos[i], protos[j]), i < j) in TEST()
209 std::unique_ptr<perfetto::protos::pbzero::JavaHprofConfig::Decoder> cfg( in OnSetup()210 new perfetto::protos::pbzero::JavaHprofConfig::Decoder( in OnSetup()285 static bool IsOomeDumpEnabled(const perfetto::protos::pbzero::JavaHprofConfig::Decoder& cfg) { in IsOomeDumpEnabled()360 perfetto::protos::pbzero::HeapGraph* GetHeapGraph() { in GetHeapGraph()407 perfetto::protos::pbzero::HeapGraph* heap_graph_ = nullptr;470 perfetto::protos::pbzero::HeapGraphRoot::Type ToProtoType(art::RootType art_type) { in ToProtoType()471 using perfetto::protos::pbzero::HeapGraphRoot; in ToProtoType()506 perfetto::protos::pbzero::HeapGraphType::Kind ProtoClassKind(uint32_t class_flags) { in ProtoClassKind()507 using perfetto::protos::pbzero::HeapGraphType; in ProtoClassKind()678 perfetto::protos::pbzero::HeapGraphRoot* root_proto = writer.GetHeapGraph()->add_roots(); in DumpRootObjects()[all …]
21 // https://android.googlesource.com/platform/external/perfetto/+/refs/heads/master/protos/perfetto/…