Searched refs:GetFreeStackId (Results 1 – 10 of 10) sorted by relevance
62 stack = StackDepotGet(chunk.GetFreeStackId()); in AsanGetStack()
66 u32 GetFreeStackId() const;
169 descr->free_stack_id = chunk.GetFreeStackId(); in GetHeapAddressInformation()
917 u32 AsanChunkView::GetFreeStackId() const { in GetFreeStackId() function in __asan::AsanChunkView
64 u32 GetFreeStackId() const;
826 u32 AsanChunkView::GetFreeStackId() const { return chunk_->free_context_id; } in GetFreeStackId() function in __asan::AsanChunkView833 return GetStackTraceFromId(GetFreeStackId()); in GetFreeStack()
828 u32 AsanChunkView::GetFreeStackId() const { return chunk_->free_context_id; } in GetFreeStackId() function in __asan::AsanChunkView835 return GetStackTraceFromId(GetFreeStackId()); in GetFreeStack()
171 descr->free_stack_id = chunk.GetFreeStackId(); in GetHeapAddressInformation()