Home
last modified time | relevance | path

Searched defs:GetStackTop (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dhost_stack.h34 inline void* GetStackTop(ScopedMmap* stack) { in GetStackTop() function
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/stack/
H A Dstack.cc29 void* GetStackTop() { in GetStackTop() function
/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h100 [[nodiscard]] GuestAddr GetStackTop() const { return stack_top_; } in GetStackTop() function