Lines Matching refs:memory_
51 memory_->set_cur_offset(start_offset); in GetLocationInfo()
60 if ((cfa_offset = memory_->cur_offset()) >= end_offset) { in GetLocationInfo()
68 if (!memory_->ReadBytes(&cfa_value, 1)) { in GetLocationInfo()
70 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
81 if (!memory_->ReadULEB128(&offset)) { in GetLocationInfo()
83 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
118 if (!memory_->ReadULEB128(&block_length)) { in GetLocationInfo()
120 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
124 memory_->set_cur_offset(memory_->cur_offset() + block_length); in GetLocationInfo()
128 if (!memory_->ReadEncodedValue<AddressType>(cfa->operands[i], &value)) { in GetLocationInfo()
130 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
184 if (!memory_->ReadULEB128(&offset)) { in LogOffsetRegisterString()
187 uint64_t end_offset = memory_->cur_offset(); in LogOffsetRegisterString()
188 memory_->set_cur_offset(cfa_offset); in LogOffsetRegisterString()
193 if (!memory_->ReadBytes(&value, 1)) { in LogOffsetRegisterString()
219 if (!memory_->ReadULEB128(&end_offset)) { in LogInstruction()
223 end_offset += memory_->cur_offset(); in LogInstruction()
225 DwarfOp<AddressType> op(memory_, nullptr); in LogInstruction()
226 op.GetLogInfo(memory_->cur_offset(), end_offset, &expression_lines); in LogInstruction()
227 memory_->set_cur_offset(end_offset); in LogInstruction()
230 if (!memory_->ReadEncodedValue<AddressType>(cfa->operands[i], &value)) { in LogInstruction()
239 uint64_t end_offset = memory_->cur_offset(); in LogInstruction()
240 memory_->set_cur_offset(cfa_offset); in LogInstruction()
244 if (!memory_->ReadBytes(&value, 1)) { in LogInstruction()
272 memory_->set_cur_offset(start_offset); in Log()
276 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc <= pc) { in Log()
279 if (!memory_->ReadBytes(&cfa_value, 1)) { in Log()
443 .values = {operands_[0], memory_->cur_offset()}}; in cfa_def_cfa_expression()
451 .values = {operands_[1], memory_->cur_offset()}}; in cfa_expression()
505 .values = {operands_[1], memory_->cur_offset()}}; in cfa_val_expression()