Home
last modified time | relevance | path

Searched refs:tag_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/hprof/
Dhprof.cc181 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/
Delf_writer_quick.h100 Elf32_Sword tag_; member
Delf_writer_quick.cc654 {it->tag_, {it->off_ + it->section_->section_.sh_addr}}); in GetDynamics()
656 ret.push_back({it->tag_, {it->off_}}); in GetDynamics()
/art/runtime/
Delf_file.cc1388 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