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

  /art/runtime/gc/accounting/
mod_union_table.cc 20 #include "card_table-inl.h"
87 CardTable* card_table = GetHeap()->GetCardTable(); local
90 card_table->ModifyCardsAtomic(space->Begin(), space->End(), AgeCardVisitor(), visitor);
199 CardTable* card_table = heap->GetCardTable(); local
205 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card));
216 CardTable* card_table = heap_->GetCardTable(); local
219 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));
226 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card_addr));
238 CardTable* card_table = heap->GetCardTable(); local
246 uintptr_t start = reinterpret_cast<uintptr_t>(card_table->AddrFromCard(card))
283 CardTable* card_table = GetHeap()->GetCardTable(); local
291 CardTable* card_table = heap_->GetCardTable(); local
310 CardTable* card_table = heap_->GetCardTable(); local
    [all...]
  /art/compiler/llvm/
runtime_support_builder.cc 19 #include "gc/accounting/card_table.h"
262 Value* card_table = EmitLoadFromThreadOffset(Thread::CardTableOffset().Int32Value(), local
268 Value* card_table_entry = irb_.CreateGEP(card_table, card_no);
  /art/runtime/gc/
heap.cc 31 #include "gc/accounting/card_table-inl.h"
1375 accounting::CardTable* card_table = heap_->GetCardTable(); variable
1540 accounting::CardTable* card_table = heap_->GetCardTable(); variable
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 29 #include "gc/accounting/card_table-inl.h"
766 accounting::CardTable* card_table = mark_sweep_->GetHeap()->GetCardTable();
767 size_t cards_scanned = card_table->Scan(bitmap_, begin_, end_, visitor, minimum_age_);
788 accounting::CardTable* card_table = GetHeap()->GetCardTable(); local
837 size_t scanned_cards = card_table->Scan(space->GetMarkBitmap(), space->Begin(),
871 card_table->Scan(space->GetMarkBitmap(), space->Begin(), space->End(), visitor, minimum_age);
    [all...]
  /art/runtime/
Android.mk 47 gc/accounting/card_table.cc \

Completed in 623 milliseconds