Searched defs:tag_ (Results 1 - 3 of 3) sorted by relevance

/art/compiler/
H A Delf_writer_quick.h100 Elf32_Sword tag_; member in struct:art::FINAL::ElfDynamicBuilder::ElfDynamicState
/art/runtime/
H A Delf_file.cc1388 tag->tag_ = DecodeUnsignedLeb128(&data);
1419 return tag_;
1445 explicit DebugTag(uint32_t index) : index_(index), size_(0), tag_(0), has_child_(false) {}
1454 uint32_t tag_; member in class:art::DebugTag
/art/runtime/hprof/
H A Dhprof.cc181 HprofRecord() : alloc_length_(128), fp_(nullptr), tag_(0), time_(0), length_(0), dirty_(false) {
196 tag_ = tag;
207 headBuf[0] = tag_;
376 uint8_t tag_; member in class:art::hprof::HprofRecord

Completed in 104 milliseconds