Searched defs:ProfilingStack (Results 1 – 1 of 1) sorted by relevance
110 struct ProfilingStack { struct117 ProfilingStack() { memset(this, 0, sizeof(ProfilingStack)); } in ProfilingStack() argument118 ~ProfilingStack() { delete lock; } in ~ProfilingStack() argument122 ReleaseBuildAssertion(size < kMaxSize, "ProfilingStack overflow"); in Push() argument129 ReleaseBuildAssertion(size > 0, "ProfilingStack underflow"); in Pop() argument139 ProfilingStack& operator=(const ProfilingStack& other) { argument