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
195 accounting::ObjectStack* mark_stack_;
H A Dsemi_space.h48 typedef AtomicStack<mirror::Object> ObjectStack; typedef in namespace:art::gc::accounting
204 accounting::ObjectStack* mark_stack_;
H A Dmark_sweep.h50 typedef AtomicStack<mirror::Object> ObjectStack; typedef in namespace:art::gc::accounting
158 void SweepArray(accounting::ObjectStack* allocation_stack_, bool swap_bitmaps)
315 accounting::ObjectStack* mark_stack_;
/art/runtime/gc/accounting/
H A Datomic_stack.h272 typedef AtomicStack<mirror::Object> ObjectStack; typedef in namespace:art::gc::accounting

Completed in 4699 milliseconds