Searched refs:StackDepotPut (Results 1 – 15 of 15) sorted by relevance
41 u32 i1 = StackDepotPut(s1); in TEST_F()54 u32 i1 = StackDepotPut(StackTrace()); in TEST_F()67 u32 i1 = StackDepotPut(s1); in TEST_F()68 u32 i2 = StackDepotPut(s1); in TEST_F()79 u32 i1 = StackDepotPut(s1); in TEST_F()82 u32 i2 = StackDepotPut(s2); in TEST_F()89 u32 i1 = StackDepotPut(s1); in TEST_F()92 u32 i2 = StackDepotPut(s2); in TEST_F()115 idx2id[i] = StackDepotPut(s); in TEST_F()121 CHECK_EQ(idx2id[i], StackDepotPut(s)); in TEST_F()
20 using ::__sanitizer::StackDepotPut;43 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()
409 m->alloc_context_id = StackDepotPut(*stack); in Allocate()
28 return StackDepotPut(StackTrace(stack.trace + skip, stack.size - skip)); in CurrentStackTrace()
241 meta->SetAllocated(StackDepotPut(*stack), orig_size); in HwasanAllocate()288 u32 free_context_id = StackDepotPut(*stack); in HwasanDeallocate()
468 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in UpdateAllocationStack()562 m->SetAllocContext(t ? t->tid() : kMainTid, StackDepotPut(*stack)); in Allocate()629 m->SetFreeContext(t ? t->tid() : 0, StackDepotPut(*stack)); in QuarantineChunk()
357 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()
840 stack_trace_id = StackDepotPut(stack); in AddLeakedChunks()
902 StackID id = StackDepotPut( in CurrentStackId()