Searched refs:record_addr (Results 1 – 2 of 2) sorted by relevance
185 const uptr *record_addr = &(*sa)[i]; in PrintStackAllocations() local186 uptr record = *record_addr; in PrintStackAllocations()190 reinterpret_cast<uptr>(record_addr) >> kRecordAddrBaseTagShift; in PrintStackAllocations()230 const uptr *record_addr = &(*sa)[i]; in PrintStackAllocations() local231 uptr record = *record_addr; in PrintStackAllocations()237 reinterpret_cast<uptr>(record_addr), record); in PrintStackAllocations()
161 record_addr = int(match.group(2), 16)165 base_tag = (record_addr >> 3) & 0xFF