Lines Matching refs:cfa_offset
54 uint64_t cfa_offset; in GetLocationInfo() local
62 if ((cfa_offset = memory_->cur_offset()) >= end_offset) { in GetLocationInfo()
183 bool DwarfCfa<AddressType>::LogOffsetRegisterString(uint32_t indent, uint64_t cfa_offset, in LogOffsetRegisterString() argument
190 memory_->set_cur_offset(cfa_offset); in LogOffsetRegisterString()
193 for (uint64_t i = cfa_offset; i < end_offset; i++) { in LogOffsetRegisterString()
206 bool DwarfCfa<AddressType>::LogInstruction(uint32_t indent, uint64_t cfa_offset, uint8_t op, in LogInstruction() argument
246 memory_->set_cur_offset(cfa_offset); in LogInstruction()
248 for (uint64_t i = 0; i < end_offset - cfa_offset; i++) { in LogInstruction()
279 uint64_t cfa_offset; in Log() local
282 while ((cfa_offset = memory_->cur_offset()) < end_offset && cur_pc <= pc) { in Log()
293 if (!LogInstruction(indent, cfa_offset, cfa_low, &cur_pc)) { in Log()
303 if (!LogOffsetRegisterString(indent, cfa_offset, cfa_low)) { in Log()
349 bool DwarfCfa<AddressType>::cfa_offset(DwarfLocations* loc_regs) { in cfa_offset() function in unwindstack::DwarfCfa