Home | History | Annotate | Download | only in runtime

Lines Matching refs:stack_addr

990   void* stack_addr = pthread_get_stackaddr_np(thread);
992 // Check whether stack_addr is the base or end of the stack.
995 if (stack_addr > &stack_variable) {
996 *stack_base = reinterpret_cast<uint8_t*>(stack_addr) - *stack_size;
998 *stack_base = stack_addr;