Searched refs:tag_ (Results 1 – 4 of 4) sorted by relevance
/art/runtime/hprof/ |
D | hprof.cc | 181 HprofRecord() : alloc_length_(128), fp_(nullptr), tag_(0), time_(0), length_(0), dirty_(false) { in HprofRecord() 196 tag_ = tag; in StartNewRecord() 207 headBuf[0] = tag_; in Flush() 376 uint8_t tag_; member in art::hprof::HprofRecord
|
/art/compiler/ |
D | elf_writer_quick.h | 100 Elf32_Sword tag_; member
|
D | elf_writer_quick.cc | 654 {it->tag_, {it->off_ + it->section_->section_.sh_addr}}); in GetDynamics() 656 ret.push_back({it->tag_, {it->off_}}); in GetDynamics()
|
/art/runtime/ |
D | elf_file.cc | 1388 tag->tag_ = DecodeUnsignedLeb128(&data); in Create() 1419 return tag_; in GetTagNumber() 1445 explicit DebugTag(uint32_t index) : index_(index), size_(0), tag_(0), has_child_(false) {} in DebugTag() 1454 uint32_t tag_; member in art::DebugTag
|