Lines Matching refs:har
167 HeapAllocationRecord *har, uptr *ring_index, in FindHeapAllocation() argument
178 *har = h; in FindHeapAllocation()
507 HeapAllocationRecord har = {}; member
659 HeapAllocationRecord har; in CopyAllocations() local
661 if (FindHeapAllocation(t->heap_allocations(), tagged_addr, &har, in CopyAllocations()
665 ha.har = har; in CopyAllocations()
839 const HeapAllocationRecord har = ha.har; in PrintAddressDescription() local
845 untagged_addr, untagged_addr - UntagAddr(har.tagged_addr), in PrintAddressDescription()
846 har.requested_size, UntagAddr(har.tagged_addr), in PrintAddressDescription()
847 UntagAddr(har.tagged_addr) + har.requested_size); in PrintAddressDescription()
851 GetStackTraceFromId(har.free_context_id).Print(); in PrintAddressDescription()
854 Printf("previously allocated by thread T%u here:\n", har.alloc_thread_id); in PrintAddressDescription()
856 GetStackTraceFromId(har.alloc_context_id).Print(); in PrintAddressDescription()