Home
last modified time | relevance | path

Searched refs:GetStackTop (Results 1 – 3 of 3) 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
/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dpthread_translation.cc161 ret = state->thread->GetStackTop(); in DoCustomTrampoline___get_thread_stack_top()