Searched refs:die_stack (Results 1 – 2 of 2) sorted by relevance
479 std::stack<uint64> die_stack; in ProcessDIEs() local493 if (die_stack.size() == 0) in ProcessDIEs()496 const uint64 offset = die_stack.top(); in ProcessDIEs()497 die_stack.pop(); in ProcessDIEs()511 die_stack.push(absolute_offset); in ProcessDIEs()
152 ScopedPopper (DIEStack &die_stack) : in ScopedPopper() argument153 m_die_stack (die_stack), in ScopedPopper()