Home | History | Annotate | Download | only in accounting

Lines Matching full:stack

36   // Capacity is how many elements we can store in the stack.
59 // Returns false if we overflowed the stack.
68 // Stack overflow.
93 // Take an item from the front of the stack.
128 // Will clear the stack.
167 CHECK(mem_map_.get() != NULL) << "couldn't allocate mark stack";
175 // Name of the mark stack.
178 // Memory mapping of the atomic stack.
187 // Base of the atomic stack.
193 // Whether or not the stack is sorted, only updated in debug mode to avoid performance overhead.