HomeSort by relevance Sort by last modified time
    Searched refs:ProcessCards (Results 1 - 9 of 9) sorted by null

  /art/runtime/gc/accounting/
mod_union_table.h 68 virtual void ProcessCards() = 0;
76 // Update the mod-union table using data stored by ProcessCards. There may be multiple
77 // ProcessCards before a call to update, for example, back-to-back sticky GCs. Also mark
127 void ProcessCards() OVERRIDE;
174 virtual void ProcessCards() OVERRIDE;
mod_union_table.cc 173 void ModUnionTableReferenceCache::ProcessCards() {
530 void ModUnionTableCardCache::ProcessCards() {
mod_union_table_test.cc 218 table->ProcessCards();
  /art/runtime/gc/collector/
mark_compact.cc 172 t.NewTiming("ProcessCards");
174 heap_->ProcessCards(GetTimings(), false, false, true);
mark_sweep.cc 223 heap_->ProcessCards(GetTimings(), false, true, false);
227 // 2. GC ages the card (the above ProcessCards call)
262 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky);
    [all...]
semi_space.cc 231 heap_->ProcessCards(GetTimings(), kUseRememberedSet && generational_, false, true);
    [all...]
concurrent_copying.cc 676 table->ProcessCards();
721 table->ProcessCards();
    [all...]
  /art/runtime/gc/
heap.h     [all...]
heap.cc     [all...]

Completed in 240 milliseconds