OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mark_bitmap
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/collector/
garbage_collector.cc
126
accounting::SpaceBitmap*
mark_bitmap
= space->GetMarkBitmap();
local
127
if (live_bitmap !=
mark_bitmap
) {
128
heap_->GetLiveBitmap()->ReplaceBitmap(live_bitmap,
mark_bitmap
);
129
heap_->GetMarkBitmap()->ReplaceBitmap(
mark_bitmap
, live_bitmap);
mark_sweep.cc
605
accounting::SpaceBitmap*
mark_bitmap
= alloc_space->mark_bitmap_.release();
local
606
GetHeap()->GetMarkBitmap()->ReplaceBitmap(
mark_bitmap
, live_bitmap);
607
alloc_space->temp_bitmap_.reset(
mark_bitmap
);
1149
accounting::SpaceBitmap*
mark_bitmap
= space->GetMarkBitmap();
local
1241
accounting::SpaceBitmap*
mark_bitmap
= space->GetMarkBitmap();
local
[
all
...]
/art/runtime/gc/
heap.cc
718
accounting::SpaceBitmap*
mark_bitmap
= space->GetMarkBitmap();
local
721
<<
mark_bitmap
<< " " << *
mark_bitmap
;
local
[
all
...]
Completed in 166 milliseconds