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

/art/runtime/
H A Dutils.cc92 int stack_variable; local
93 if (stack_addr > &stack_variable) {
H A Dthread.cc576 int stack_variable; local
577 CHECK_GT(&stack_variable, reinterpret_cast<void*>(tlsPtr_.stack_end));

Completed in 39 milliseconds