Searched defs:ObjectStack (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/collector/
H A Dmark_compact.h48 typedef AtomicStack<mirror::Object*> ObjectStack; typedef in namespace:art::gc::accounting
216 accounting::ObjectStack* mark_stack_;
H A Dmark_sweep.h49 typedef AtomicStack<mirror::Object*> ObjectStack; typedef in namespace:art::gc::accounting
144 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
289 accounting::ObjectStack* mark_stack_;
H A Dsemi_space.h47 typedef AtomicStack<mirror::Object*> ObjectStack; typedef in namespace:art::gc::accounting
205 accounting::ObjectStack* mark_stack_;
/art/runtime/gc/accounting/
H A Datomic_stack.h243 typedef AtomicStack<mirror::Object*> ObjectStack; typedef in namespace:art::gc::accounting

Completed in 370 milliseconds