Searched refs:StackDepotPut (Results 1 – 13 of 13) sorted by relevance
37 u32 StackDepotPut(StackTrace stack);
97 u32 StackDepotPut(StackTrace stack) { in StackDepotPut() function
103 u32 stack_id = StackDepotPut(*stack); in CreateHeapOrigin()
152 meta->alloc_context_id = StackDepotPut(*stack); in HwasanAllocate()220 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
30 stack_id = StackDepotPut(*args->stack); in OnCreated()
585 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
479 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in UpdateAllocationStack()573 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in Allocate()640 m->SetFreeContext(t ? t->tid() : 0, StackDepotPut(*stack)); in QuarantineChunk()
361 u32 stack_id = StackDepotPut(stack); in __asan_register_globals()
32 stack_id = StackDepotPut(*args->stack); in OnCreated()
65 m->stack_trace_id = StackDepotPut(stack); in RegisterAllocation()
606 stack_trace_id = StackDepotPut(stack); in CollectLeaksCb()
604 u32 id = StackDepotPut( in CurrentStackId()