Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/runtime_primitives/include/berberis/runtime_primitives/
Dhost_stack.h34 inline void* GetStackTop(ScopedMmap* stack) { in GetStackTop() function
/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