Home
last modified time | relevance | path

Searched refs:GetFreeStackId (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_allocator.h62 u32 GetFreeStackId();
Dasan_allocator.cc685 u32 AsanChunkView::GetFreeStackId() { return chunk_->free_context_id; } in GetFreeStackId() function in __asan::AsanChunkView
692 return GetStackTraceFromId(GetFreeStackId()); in GetFreeStack()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.h66 u32 GetFreeStackId() const;
Dasan_descriptions.cpp170 descr->free_stack_id = chunk.GetFreeStackId(); in GetHeapAddressInformation()
Dasan_allocator.cpp925 u32 AsanChunkView::GetFreeStackId() const { in GetFreeStackId() function in __asan::AsanChunkView
939 return GetStackTraceFromId(GetFreeStackId()); in GetFreeStack()