Home | History | Annotate | Download | only in collector

Lines Matching refs:accounting

41 namespace accounting {
48 } // namespace accounting
173 accounting::ObjectStack* GetAllocationStack();
174 accounting::ObjectStack* GetLiveStack();
262 accounting::SpaceBitmap<kObjectAlignment>* bitmap)
283 std::unique_ptr<accounting::ObjectStack> gc_mark_stack_;
291 std::unique_ptr<accounting::ObjectStack> rb_mark_bit_stack_;
300 std::vector<accounting::ObjectStack*> revoked_mark_stacks_
304 std::vector<accounting::ObjectStack*> pooled_mark_stacks_
313 accounting::ContinuousSpaceBitmap* region_space_bitmap_;
315 accounting::HeapBitmap* heap_mark_bitmap_;
332 // How many objects and bytes we moved. Used for accounting.
360 accounting::ReadBarrierTable* rb_table_;