Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/android_api/libc/proxy/
Dpthread_translation.cc110 GuestAddr stack_base; in DoCustomTrampoline_pthread_getattr_np() local
/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h81 void GetAttr(GuestAddr* stack_base, size_t* stack_size, size_t* guard_size) const { in GetAttr()
/frameworks/libs/binary_translation/guest_os_primitives/
Dguest_thread_manager.cc82 GuestAddr* stack_base, in GetGuestThreadAttr()