OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:card_table_
(Results
1 - 4
of
4
) sorted by null
/art/runtime/gc/
heap.h
280
card_table_
->MarkCard(dst);
286
card_table_
->MarkCard(dst);
290
return
card_table_
.get();
523
UniquePtr<accounting::CardTable>
card_table_
;
member in class:art::gc::Heap
heap.cc
75
card_table_
(NULL),
191
card_table_
.reset(accounting::CardTable::Create(heap_begin, heap_capacity));
192
CHECK(
card_table_
.get() != NULL) << "Failed to create card table";
[
all
...]
/art/runtime/
thread.h
435
return ThreadOffset(OFFSETOF_MEMBER(Thread,
card_table_
));
686
byte*
card_table_
;
variable
thread.cc
81
card_table_
= Runtime::Current()->GetHeap()->GetCardTable()->GetBiasedBegin();
[
all
...]
Completed in 53 milliseconds