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

/art/runtime/
H A Dthread.cc1028 void** stack_base,
1039 *stack_base = reinterpret_cast<uint8_t*>(stack_addr) - *stack_size;
1041 *stack_base = stack_addr;
1052 CHECK_PTHREAD_CALL(pthread_attr_getstack, (&attributes, stack_base, stack_size), __FUNCTION__);
1071 *stack_base = reinterpret_cast<uint8_t*>(*stack_base) + (old_stack_size - *stack_size);
1075 << " with base " << *stack_base;
1027 GetThreadStack(pthread_t thread, void** stack_base, size_t* stack_size, size_t* guard_size) argument

Completed in 30 milliseconds