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

  /art/runtime/gc/collector/
mark_compact.h 48 typedef AtomicStack<mirror::Object> ObjectStack;
196 accounting::ObjectStack* mark_stack_;
mark_sweep.h 49 typedef AtomicStack<mirror::Object> ObjectStack;
157 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
316 accounting::ObjectStack* mark_stack_;
semi_space.h 47 typedef AtomicStack<mirror::Object> ObjectStack;
205 accounting::ObjectStack* mark_stack_;
concurrent_copying.h 43 typedef AtomicStack<mirror::Object> ObjectStack;
168 accounting::ObjectStack* GetAllocationStack();
169 accounting::ObjectStack* GetLiveStack();
268 std::unique_ptr<accounting::ObjectStack> gc_mark_stack_;
269 std::unique_ptr<accounting::ObjectStack> rb_mark_bit_stack_;
273 std::vector<accounting::ObjectStack*> revoked_mark_stacks_
277 std::vector<accounting::ObjectStack*> pooled_mark_stacks_
  /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 281 typedef AtomicStack<mirror::Object> ObjectStack;
  /art/runtime/gc/
heap.h 71 typedef AtomicStack<mirror::Object> ObjectStack;
588 accounting::ObjectStack* GetLiveStack() REQUIRES_SHARED(Locks::heap_bitmap_lock_) {
608 accounting::ObjectStack* stack)
613 void MarkAllocStackAsLive(accounting::ObjectStack* stack)
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 226 milliseconds