Home | History | Annotate | Download | only in collector

Lines Matching refs:accounting

41 namespace accounting {
48 } // namespace accounting
168 accounting::ObjectStack* GetAllocationStack();
169 accounting::ObjectStack* GetLiveStack();
247 accounting::SpaceBitmap<kObjectAlignment>* bitmap)
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_
286 accounting::ContinuousSpaceBitmap* region_space_bitmap_;
288 accounting::HeapBitmap* heap_mark_bitmap_;
305 // How many objects and bytes we moved. Used for accounting.
333 accounting::ReadBarrierTable* rb_table_;