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

  /art/runtime/gc/accounting/
remembered_set.cc 56 CardTable* card_table = GetHeap()->GetCardTable();
126 CardTable* card_table = heap_->GetCardTable();
155 CardTable* card_table = heap_->GetCardTable();
166 CardTable* card_table = heap_->GetCardTable();
mod_union_table.cc 114 CardTable* card_table = GetHeap()->GetCardTable();
226 CardTable* card_table = heap_->GetCardTable();
243 CardTable* card_table = heap_->GetCardTable();
265 CardTable* card_table = heap_->GetCardTable();
306 CardTable* card_table = GetHeap()->GetCardTable();
315 CardTable* card_table = heap_->GetCardTable();
326 CardTable* card_table = heap_->GetCardTable();
  /art/runtime/gc/space/
zygote_space.cc 109 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable();
  /art/runtime/gc/collector/
mark_compact.cc 204 heap_->GetCardTable()->ClearCardTable();
mark_sweep.cc 705 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable();
726 accounting::CardTable* card_table = GetHeap()->GetCardTable();
    [all...]
semi_space.cc 222 heap_->GetCardTable()->ClearCardTable();
    [all...]
  /art/runtime/gc/
heap.h 390 accounting::CardTable* GetCardTable() const {
    [all...]
heap.cc     [all...]
  /art/runtime/
thread.cc 84 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin();
    [all...]

Completed in 109 milliseconds