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

  /art/runtime/gc/collector/
mark_compact.h 49 typedef AtomicStack<mirror::Object> ObjectStack;
219 accounting::ObjectStack* mark_stack_;
mark_sweep.h 50 typedef AtomicStack<mirror::Object> ObjectStack;
146 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
286 accounting::ObjectStack* mark_stack_;
semi_space.h 48 typedef AtomicStack<mirror::Object> ObjectStack;
209 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 269 typedef AtomicStack<mirror::Object> ObjectStack;
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 111 milliseconds