Searched refs:tag_ (Results 1 - 5 of 5) sorted by relevance

/art/runtime/hprof/
H A Dhprof.cc180 HprofRecord() : alloc_length_(128), fp_(nullptr), tag_(0), time_(0), length_(0), dirty_(false) {
195 tag_ = tag;
206 headBuf[0] = tag_;
375 uint8_t tag_; member in class:art::hprof::HprofRecord
/art/compiler/
H A Delf_writer_quick.h100 Elf32_Sword tag_; member in struct:art::FINAL::ElfDynamicBuilder::ElfDynamicState
H A Delf_writer_quick.cc654 {it->tag_, {it->off_ + it->section_->section_.sh_addr}});
656 ret.push_back({it->tag_, {it->off_}});
/art/runtime/
H A Ddebugger.cc2469 : StackVisitor(thread, context), soa_(soa), frame_id_(frame_id), slot_(slot), tag_(tag),
2488 switch (tag_) {
2561 VLOG(jdwp) << "get " << tag_ << " object local " << reg << " = " << o;
2563 LOG(FATAL) << "Register " << reg << " expected to hold " << tag_ << " object: " << o;
2565 tag_ = TagFromObject(soa_, o);
2568 VLOG(jdwp) << "failed to get " << tag_ << " object local " << reg;
2598 LOG(FATAL) << "Unknown tag " << tag_;
2603 JDWP::Set1(buf_, tag_);
2609 JDWP::JdwpTag tag_; member in struct:art::GetLocalVisitor
2637 frame_id_(frame_id), slot_(slot), tag_(ta
2737 const JDWP::JdwpTag tag_; member in struct:art::SetLocalVisitor
[all...]
H A Delf_file.cc1359 tag->tag_ = DecodeUnsignedLeb128(&data);
1390 return tag_;
1416 explicit DebugTag(uint32_t index) : index_(index), size_(0), tag_(0), has_child_(false) {}
1425 uint32_t tag_; member in class:art::DebugTag

Completed in 176 milliseconds