Home | History | Annotate | Download | only in runtime

Lines Matching refs:stack_addr

88   void* stack_addr = pthread_get_stackaddr_np(thread);
90 // Check whether stack_addr is the base or end of the stack.
93 if (stack_addr > &stack_variable) {
94 *stack_base = reinterpret_cast<byte*>(stack_addr) - *stack_size;
96 *stack_base = stack_addr;