Home
last modified time | relevance | path

Searched refs:stack_top_ (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h100 [[nodiscard]] GuestAddr GetStackTop() const { return stack_top_; } in GetStackTop()
130 GuestAddr stack_top_ = {}; variable
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread.cc129 SetStackRegister(GetCPUState(*thread->state()), thread->stack_top_); in CreatePthread()
223 stack_top_ = ToGuestAddr(stack) + stack_size_; in AllocStack()
243 stack_top_ = ToGuestAddr(stack_) + stack_size_ - 16; in AllocStack()