Searched refs:tag_ (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | trace.h | 23 : tag_{tag} { in ScopedTraceArgs() 24 if (atrace_is_tag_enabled(tag_)) { 28 atrace_begin(tag_, buffer.data()); 32 ~ScopedTraceArgs() { atrace_end(tag_); } in ~ScopedTraceArgs() 35 uint64_t tag_; 46 : tag_{tag}, enabled_{enabled} { in ScopedTrace() 48 atrace_begin(tag_, name); 53 atrace_end(tag_); in ~ScopedTrace() 57 uint64_t tag_;
|
/frameworks/base/tools/aapt2/trace/ |
D | TraceBuffer.cpp | 115 tag_.assign(tag); in Trace() 116 tracebuffer::Add(tag_, tracebuffer::kBegin); in Trace() 119 Trace::Trace(std::string tag) : tag_(std::move(tag)) { in Trace() 121 tracebuffer::Add(tag_, tracebuffer::kBegin); in Trace() 139 tag_ = makeTag(tag, args); in Trace() 140 tracebuffer::Add(tag_, tracebuffer::kBegin); in Trace() 145 tracebuffer::Add(std::move(tag_), tracebuffer::kEnd); in ~Trace() 151 tag_.assign(tag); in FlushTrace() 152 tracebuffer::Add(tag_, tracebuffer::kBegin); in FlushTrace() 159 tag_ = makeTag(tag, args); in FlushTrace() [all …]
|
D | TraceBuffer.h | 43 std::string tag_; 63 std::string tag_; variable
|
/frameworks/libs/binary_translation/tools/nogrod/ |
D | dwarf_info.h | 50 [[nodiscard]] uint16_t tag() const { return tag_; } in tag() 75 uint16_t tag_; variable
|
D | dwarf_abbrev.h | 201 [[nodiscard]] uint64_t tag() const { return tag_; } in tag() 210 uint64_t tag_; variable
|
D | dwarf_info.cc | 407 : compilation_unit_header_(cu), parent_(parent), offset_(offset), tag_(tag) {} in DwarfDie()
|
D | dwarf_abbrev.cc | 1028 DwarfAbbrev::DwarfAbbrev() : code_(0), tag_(0), has_children_(false) {} in DwarfAbbrev() 1031 : code_(code), tag_(tag), has_children_(has_children) {} in DwarfAbbrev()
|
/frameworks/base/tools/aapt2/dump/ |
D | DumpManifest.cpp | 254 return tag_; in tag() 434 std::string tag_; member in aapt::ManifestExtractor::Element 3084 element->tag_ = el->name; in Inflate()
|