Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/os/
Dos_SimpleAutoStackManagerBase.cpp44 m_DestructorStackBottom = stackBottom; in Initialize()
50 uptr stackBottom = m_DestructorStackBottom; in Finalize()
54 m_DestructorStackBottom = NULL; in Finalize()
78 math::RoundDown(m_DestructorStackBottom, 8), in DestructImpl()
/CTR-SDK-4.2.5/include/nn/os/
Dos_SimpleAutoStackManagerBase.h41 uptr m_DestructorStackBottom; variable