Searched refs:line_ (Results 1 - 9 of 9) sorted by relevance

/art/runtime/verifier/
H A Dregister_line-inl.h35 return verifier->GetRegTypeCache()->GetFromId(line_[vsrc]);
49 line_[vdst] = new_type.GetId();
73 line_[vdst] = new_type1.GetId();
74 line_[vdst + 1] = new_type2.GetId();
178 return OFFSETOF_MEMBER(RegisterLine, line_) + num_regs * sizeof(uint16_t);
191 std::uninitialized_fill_n(line_, num_regs_, 0u);
H A Dregister_line.h136 memcpy(&line_, &src->line_, num_regs_ * sizeof(uint16_t));
145 memset(&line_, 0xf1, num_regs_ * sizeof(uint16_t));
198 return memcmp(&line_, &line2->line_, num_regs_ * sizeof(uint16_t));
433 uint16_t line_[1]; member in class:art::verifier::RegisterLine
H A Dregister_line.cc100 line_[i] = init_type.GetId();
115 line_[i] = conflict_type_id;
123 line_[i] = conflict_type_id;
132 line_[i] = conflict_type_id;
156 line_[i] = verifier->GetRegTypeCache()->Conflict().GetId();
433 if (line_[idx] != incoming_line->line_[idx]) {
438 line_[idx] = new_type.GetId();
/art/compiler/debug/
H A Delf_debug_line_writer.h238 int line = (--dex2line)->line_;
243 int first_line = dex2line_map.front().line_;
/art/dexlist/
H A Ddexlist.cc86 *pFirstLine = entry.line_;
/art/runtime/
H A Ddex_file.h837 line_(0),
844 uint32_t line_; // Source code line number starting at 1. member in struct:art::DexFile::PositionInfo
H A Ddex_file.cc1011 entry.line_ = DecodeUnsignedLeb128(&stream);
1026 entry.line_ += DecodeSignedLeb128(&stream);
1057 entry.line_ += DBG_LINE_BASE + (adjopcode % DBG_LINE_RANGE);
1080 context->line_num_ = entry.line_;
H A Ddebugger.cc1569 expandBufAdd4BE(pContext->pReply, entry.line_);
3734 if (static_cast<int32_t>(entry.line_) == context->line_number_) {
/art/dexdump/
H A Ddexdump.cc475 fprintf(gOutFile, " 0x%04x line=%d\n", entry.address_, entry.line_);

Completed in 198 milliseconds