Lines Matching refs:memory_
53 memory_->set_cur_offset(start_offset); in GetLocationInfo()
62 if ((cfa_offset = memory_->cur_offset()) >= end_offset) { in GetLocationInfo()
70 if (!memory_->ReadBytes(&cfa_value, 1)) { in GetLocationInfo()
72 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
83 if (!memory_->ReadULEB128(&offset)) { in GetLocationInfo()
85 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
120 if (!memory_->ReadULEB128(&block_length)) { in GetLocationInfo()
122 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
126 memory_->set_cur_offset(memory_->cur_offset() + block_length); in GetLocationInfo()
130 if (!memory_->ReadEncodedValue<AddressType>(cfa->operands[i], &value)) { in GetLocationInfo()
132 last_error_.address = memory_->cur_offset(); in GetLocationInfo()
186 if (!memory_->ReadULEB128(&offset)) { in LogOffsetRegisterString()
189 uint64_t end_offset = memory_->cur_offset(); in LogOffsetRegisterString()
190 memory_->set_cur_offset(cfa_offset); in LogOffsetRegisterString()
195 if (!memory_->ReadBytes(&value, 1)) { in LogOffsetRegisterString()
225 if (!memory_->ReadULEB128(&end_offset)) { in LogInstruction()
229 end_offset += memory_->cur_offset(); in LogInstruction()
231 DwarfOp<AddressType> op(memory_, nullptr); in LogInstruction()
232 op.GetLogInfo(memory_->cur_offset(), end_offset, &expression_lines); in LogInstruction()
233 memory_->set_cur_offset(end_offset); in LogInstruction()
236 if (!memory_->ReadEncodedValue<AddressType>(cfa->operands[i], &value)) { in LogInstruction()
245 uint64_t end_offset = memory_->cur_offset(); in LogInstruction()
246 memory_->set_cur_offset(cfa_offset); in LogInstruction()
250 if (!memory_->ReadBytes(&value, 1)) { in LogInstruction()
278 memory_->set_cur_offset(start_offset); in Log()
282 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc <= pc) { in Log()
285 if (!memory_->ReadBytes(&cfa_value, 1)) { in Log()
457 .values = {operands_[0], memory_->cur_offset()}}; in cfa_def_cfa_expression()
465 .values = {operands_[1], memory_->cur_offset()}}; in cfa_expression()
519 .values = {operands_[1], memory_->cur_offset()}}; in cfa_val_expression()