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

/art/runtime/
H A Dthread.h138 // +---------------------+ <- stack_end
151 // between the stack_end and the highest address in stack memory. An implicit stack
153 // If the thread's SP is below the stack_end address this will be a read into the protected
154 // region. If the SP is above the stack_end address, the thread is guaranteed to have
157 // might only have 4K of memory (if the SP is adjacent to stack_end).
816 return tlsPtr_.stack_size - (tlsPtr_.stack_end - tlsPtr_.stack_begin);
821 // The interpreter needs the extra overflow bytes that stack_end does
823 return tlsPtr_.stack_end + GetStackOverflowReservedBytes(kRuntimeISA);
825 return tlsPtr_.stack_end;
830 return tlsPtr_.stack_end;
1586 uint8_t* stack_end; variable
[all...]

Completed in 2069 milliseconds