OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scanned_cards
(Results
1 - 1
of
1
) sorted by null
/art/runtime/gc/collector/
mark_sweep.cc
837
size_t
scanned_cards
= card_table->Scan(space->GetMarkBitmap(), space->Begin(),
local
840
<< reinterpret_cast<void*>(space->End()) << " = " <<
scanned_cards
;
841
ref_card_count +=
scanned_cards
;
[
all
...]
Completed in 248 milliseconds