Searched refs:GetAllocationPc (Results 1 – 3 of 3) sorted by relevance
344 << " Allocation PC: " << GetAllocationPc(); in Dump()370 result << " Allocation PC: " << GetAllocationPc(); in Dump()377 result << "Allocation PC: " << GetAllocationPc(); in Dump()784 CHECK_EQ(GetAllocationPc(), 0U) << *this; in CheckInvariants()788 CHECK_EQ(GetAllocationPc(), 0U) << *this; in CheckInvariants()
453 down_cast<const UnresolvedUninitializedRefType*>(cur_entry)->GetAllocationPc() in Uninitialized()468 ->GetAllocationPc() == allocation_pc && in Uninitialized()
691 uint32_t GetAllocationPc() const { in GetAllocationPc() function