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

/art/runtime/gc/collector/
H A Dmark_compact.h49 typedef AtomicStack<mirror::Object> ObjectStack; typedef in namespace:art::gc::accounting
219 accounting::ObjectStack* mark_stack_;
H A Dmark_sweep.h50 typedef AtomicStack<mirror::Object> ObjectStack; typedef in namespace:art::gc::accounting
146 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
286 accounting::ObjectStack* mark_stack_;
H A Dsemi_space.h48 typedef AtomicStack<mirror::Object> ObjectStack; typedef in namespace:art::gc::accounting
209 accounting::ObjectStack* mark_stack_;
/art/runtime/gc/accounting/
H A Datomic_stack.h269 typedef AtomicStack<mirror::Object> ObjectStack; typedef in namespace:art::gc::accounting

Completed in 51 milliseconds