Searched refs:GetAllocStackId (Results 1 – 7 of 7) sorted by relevance
48 inline u32 GetAllocStackId() const;108 u32 GetAllocStackId() const;
63 u32 HwasanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::HwasanChunkView64 return metadata_->GetAllocStackId(); in GetAllocStackId()109 inline u32 Metadata::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::Metadata310 u32 alloc_context_id = meta->GetAllocStackId(); in HwasanDeallocate()625 return m->GetAllocStackId(); in stack_trace_id()
641 result.stack_id = chunk.GetAllocStackId(); in CopyHeapChunk()714 result.heap.stack_id = chunk.GetAllocStackId(); in FindBufferOverflowCandidate()
38 u32 id = cv.GetAllocStackId(); in ProcessChunk()
58 stack = StackDepotGet(chunk.GetAllocStackId()); in AsanGetStack()
166 descr->alloc_stack_id = chunk.GetAllocStackId(); in GetHeapAddressInformation()
954 u32 AsanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __asan::AsanChunkView