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

  /art/runtime/gc/accounting/
remembered_set.cc 56 CardTable* card_table = GetHeap()->GetCardTable();
136 CardTable* card_table = heap_->GetCardTable();
165 CardTable* card_table = heap_->GetCardTable();
176 CardTable* card_table = heap_->GetCardTable();
mod_union_table.cc 174 CardTable* card_table = GetHeap()->GetCardTable();
350 CardTable* card_table = heap_->GetCardTable();
367 CardTable* card_table = heap_->GetCardTable();
388 CardTable* const card_table = heap_->GetCardTable();
413 CardTable* const card_table = heap_->GetCardTable();
531 CardTable* const card_table = GetHeap()->GetCardTable();
598 cleared_cards_.insert(heap_->GetCardTable()->CardFromAddr(reinterpret_cast<void*>(addr)));
603 auto* card_ptr = heap_->GetCardTable()->CardFromAddr(reinterpret_cast<void*>(addr));
mod_union_table_test.cc 88 Runtime::Current()->GetHeap()->GetCardTable()->MarkCard(klass);
  /art/runtime/gc/space/
zygote_space.cc 111 accounting::CardTable* card_table = Runtime::Current()->GetHeap()->GetCardTable();
  /art/runtime/gc/
verification.cc 70 accounting::CardTable* card_table = heap_->GetCardTable();
heap.h 477 accounting::CardTable* GetCardTable() const {
    [all...]
heap.cc     [all...]
  /art/runtime/gc/collector/
concurrent_copying.cc 591 if (heap_->GetCardTable()->GetCard(obj) == gc::accounting::CardTable::kCardClean) {
663 accounting::CardTable* const card_table = heap_->GetCardTable();
703 accounting::CardTable* const card_table = heap_->GetCardTable();
    [all...]
mark_compact.cc 178 heap_->GetCardTable()->ClearCardTable();
mark_sweep.cc 835 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable();
856 accounting::CardTable* card_table = GetHeap()->GetCardTable();
    [all...]
semi_space.cc 235 heap_->GetCardTable()->ClearCardTable();
    [all...]
  /art/runtime/
thread.cc 127 tlsPtr_.card_table = Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin();
    [all...]

Completed in 429 milliseconds