Searched refs:GetAllocStackId (Results 1 – 8 of 8) sorted by relevance
48 inline u32 GetAllocStackId() const;96 u32 GetAllocStackId() const;
62 u32 HwasanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::HwasanChunkView63 return metadata_->GetAllocStackId(); in GetAllocStackId()105 inline u32 Metadata::GetAllocStackId() const { in GetAllocStackId() function in __hwasan::Metadata289 u32 alloc_context_id = meta->GetAllocStackId(); in HwasanDeallocate()569 return m->GetAllocStackId(); in stack_trace_id()
336 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ShowHeapOrGlobalCandidate()648 GetStackTraceFromId(chunk.GetAllocStackId()).Print(); in ReportTailOverwritten()
39 u32 id = cv.GetAllocStackId(); in ProcessChunk()
58 stack = StackDepotGet(chunk.GetAllocStackId()); in AsanGetStack()
65 u32 GetAllocStackId() const;
166 descr->alloc_stack_id = chunk.GetAllocStackId(); in GetHeapAddressInformation()
899 u32 AsanChunkView::GetAllocStackId() const { in GetAllocStackId() function in __asan::AsanChunkView