Home
last modified time | relevance | path

Searched refs:stack_variable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/bionic/tests/
H A Dstack_protector_test.cpp113 int stack_variable; in stack_mte_enabled() local
114 escape_stack_safety_analysis(&stack_variable); in stack_mte_enabled()
116 return reinterpret_cast<uintptr_t>(&stack_variable) & (0xfull << 56); in stack_mte_enabled()
/aosp_15_r20/art/runtime/
H A Dthread.cc972 int stack_variable; in GetThreadStack() local
973 if (stack_addr > &stack_variable) { in GetThreadStack()