Searched refs:AllocTid (Results 1 – 8 of 8) sorted by relevance
91 if (chunk.AllocTid() == kInvalidTid) return 0; in AsanGetStack()93 if (thread_id) *thread_id = chunk.AllocTid(); in AsanGetStack()
58 uptr AllocTid();
548 CHECK(chunk.AllocTid() != kInvalidTid); in DescribeHeapAddress()551 GetThreadContextByTidLocked(chunk.AllocTid()); in DescribeHeapAddress()
674 uptr AsanChunkView::AllocTid() { return chunk_->alloc_tid; } in AllocTid() function in __asan::AsanChunkView
56 if (chunk.AllocTid() == kInvalidTid) return 0; in AsanGetStack()58 if (thread_id) *thread_id = chunk.AllocTid(); in AsanGetStack()
165 CHECK_NE(chunk.AllocTid(), kInvalidTid); in GetHeapAddressInformation()166 descr->alloc_tid = chunk.AllocTid(); in GetHeapAddressInformation()
62 uptr AllocTid() const;
891 uptr AsanChunkView::AllocTid() const { in AllocTid() function in __asan::AsanChunkView