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

/art/runtime/
H A Dthread.h118 // +---------------------+ <- stack_end
131 // between the stack_end and the highest address in stack memory. An implicit stack
133 // If the thread's SP is below the stack_end address this will be a read into the protected
134 // region. If the SP is above the stack_end address, the thread is guaranteed to have
137 // might only have 4K of memory (if the SP is adjacent to stack_end).
624 return tlsPtr_.stack_size - (tlsPtr_.stack_end - tlsPtr_.stack_begin);
629 // The interpreter needs the extra overflow bytes that stack_end does
631 return tlsPtr_.stack_end + GetStackOverflowReservedBytes(kRuntimeISA);
633 return tlsPtr_.stack_end;
638 return tlsPtr_.stack_end;
1159 uint8_t* stack_end; variable
[all...]

Completed in 6 milliseconds