Searched refs:DebugTag (Results 1 – 1 of 1) sorted by relevance
1375 class DebugTag { class1378 ~DebugTag() {} in ~DebugTag()1381 static DebugTag* Create(const byte** data_pointer) { in Create()1384 std::unique_ptr<DebugTag> tag(new DebugTag(index)); in Create()1445 explicit DebugTag(uint32_t index) : index_(index), size_(0), tag_(0), has_child_(false) {} in DebugTag() function in art::DebugTag1465 std::unique_ptr<DebugTag> tag(DebugTag::Create(&dbg_abbrev)); in Create()1476 DebugTag* ReadTag(const byte* entry) { in ReadTag()1490 std::vector<std::unique_ptr<DebugTag>> tag_list_;1526 const DebugTag* GetCurrentTag() { in GetCurrentTag()1527 return const_cast<DebugTag*>(current_tag_); in GetCurrentTag()[all …]