Searched refs:StackDepotPut (Results 1 – 14 of 14) sorted by relevance
19 using ::__sanitizer::StackDepotPut;31 uint32_t Id = StackDepotPut(St); in PopulateFakeMap()
37 u32 StackDepotPut(StackTrace stack);
208 u32 StackDepotPut(StackTrace stack) { return theDepot.Put(stack); } in StackDepotPut() function
103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
30 stack_id = StackDepotPut(*args->stack); in OnCreated()
413 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
262 meta->SetAllocated(StackDepotPut(*stack), orig_size); in HwasanAllocate()308 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
523 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in UpdateAllocationStack()609 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in Allocate()687 m->SetFreeContext(t ? t->tid() : 0, StackDepotPut(*stack)); in QuarantineChunk()
370 u32 stack_id = StackDepotPut(stack); in __asan_register_globals()
33 stack_id = StackDepotPut(*args->stack); in OnCreated()
68 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
857 stack_trace_id = StackDepotPut(stack); in AddLeakedChunks()
902 StackID id = StackDepotPut( in CurrentStackId()