Searched refs:m_stack_depth (Results 1 – 1 of 1) sorted by relevance
157 ++m_stack_depth; in Visit()177 size_t m_stack_depth = 1; member in __anon166e9f0f0111::DWARFCodegen205 --m_stack_depth; // Two pops, one push. in Visit()211 assert(m_stack_depth >= 1); in Visit()213 m_out_stream.PutHex8(m_stack_depth - 1); in Visit()214 ++m_stack_depth; in Visit()228 ++m_stack_depth; in Visit()