Home
last modified time | relevance | path

Searched refs:GetCurrentThreadStackTop (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/stack/
H A Dstack.h61 void* GetCurrentThreadStackTop() const; in PA_COMPONENT_EXPORT()
H A Dstack.cc173 void* StackTopRegistry::GetCurrentThreadStackTop() const { in GetCurrentThreadStackTop() function in partition_alloc::internal::StackTopRegistry
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/starscan/
H A Dpcscan_internal.cc849 void* stack_top = StackTopRegistry::Get().GetCurrentThreadStackTop(); in ScanStack()