Home
last modified time | relevance | path

Searched refs:AllocTid (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_debugging.cc91 if (chunk.AllocTid() == kInvalidTid) return 0; in AsanGetStack()
93 if (thread_id) *thread_id = chunk.AllocTid(); in AsanGetStack()
Dasan_allocator.h58 uptr AllocTid();
Dasan_report.cc548 CHECK(chunk.AllocTid() != kInvalidTid); in DescribeHeapAddress()
551 GetThreadContextByTidLocked(chunk.AllocTid()); in DescribeHeapAddress()
Dasan_allocator.cc674 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; } in AllocTid() function in __asan::AsanChunkView
/external/llvm-project/compiler-rt/lib/asan/
Dasan_debugging.cpp56 if (chunk.AllocTid() == kInvalidTid) return 0; in AsanGetStack()
58 if (thread_id) *thread_id = chunk.AllocTid(); in AsanGetStack()
Dasan_descriptions.cpp165 CHECK_NE(chunk.AllocTid(), kInvalidTid); in GetHeapAddressInformation()
166 descr->alloc_tid = chunk.AllocTid(); in GetHeapAddressInformation()
Dasan_allocator.h62 uptr AllocTid() const;
Dasan_allocator.cpp891 uptr AsanChunkView::AllocTid() const { in AllocTid() function in __asan::AsanChunkView