HomeSort by relevance Sort by last modified time
    Searched refs:stack_variable (Results 1 - 2 of 2) sorted by null

  /art/runtime/
utils.cc 92 int stack_variable; local
93 if (stack_addr > &stack_variable) {
    [all...]
thread.cc 576 int stack_variable; local
577 CHECK_GT(&stack_variable, reinterpret_cast<void*>(tlsPtr_.stack_end));
    [all...]

Completed in 296 milliseconds