HomeSort by relevance Sort by last modified time
    Searched defs:ObjectStack (Results 1 - 5 of 5) sorted by null

  /art/runtime/gc/collector/
mark_compact.h 49 typedef AtomicStack<mirror::Object*> ObjectStack;
215 accounting::ObjectStack* mark_stack_;
mark_sweep.h 50 typedef AtomicStack<mirror::Object*> ObjectStack;
145 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
285 accounting::ObjectStack* mark_stack_;
semi_space.h 48 typedef AtomicStack<mirror::Object*> ObjectStack;
205 accounting::ObjectStack* mark_stack_;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
ObjectStack.java 34 public class ObjectStack extends ObjectVector
41 public ObjectStack()
51 public ObjectStack(int blocksize)
57 * Copy constructor for ObjectStack
59 * @param v ObjectStack to copy
61 public ObjectStack (ObjectStack v)
205 * Returns clone of current ObjectStack
207 * @return clone of current ObjectStack
212 return (ObjectStack) super.clone()
    [all...]
  /art/runtime/gc/accounting/
atomic_stack.h 243 typedef AtomicStack<mirror::Object*> ObjectStack;

Completed in 1079 milliseconds