OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCardTable
(Results
1 - 5
of
5
) sorted by null
/art/runtime/gc/accounting/
mod_union_table.cc
87
CardTable* card_table = GetHeap()->
GetCardTable
();
199
CardTable* card_table = heap->
GetCardTable
();
216
CardTable* card_table = heap_->
GetCardTable
();
238
CardTable* card_table = heap->
GetCardTable
();
283
CardTable* card_table = GetHeap()->
GetCardTable
();
291
CardTable* card_table = heap_->
GetCardTable
();
310
CardTable* card_table = heap_->
GetCardTable
();
/art/runtime/gc/collector/
mark_sweep.cc
766
accounting::CardTable* card_table = mark_sweep_->GetHeap()->
GetCardTable
();
788
accounting::CardTable* card_table = GetHeap()->
GetCardTable
();
[
all
...]
/art/runtime/gc/
heap.h
289
accounting::CardTable*
GetCardTable
() const {
heap.cc
[
all
...]
/art/runtime/
thread.cc
81
card_table_ = Runtime::Current()->GetHeap()->
GetCardTable
()->GetBiasedBegin();
[
all
...]
Completed in 123 milliseconds