OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReplaceLargeObjectBitmap
(Results
1 - 3
of
3
) sorted by null
/art/runtime/gc/accounting/
heap_bitmap.h
57
void
ReplaceLargeObjectBitmap
(LargeObjectBitmap* old_bitmap, LargeObjectBitmap* new_bitmap)
heap_bitmap.cc
35
void HeapBitmap::
ReplaceLargeObjectBitmap
(LargeObjectBitmap* old_bitmap,
/art/runtime/gc/collector/
garbage_collector.cc
128
heap_->GetLiveBitmap()->
ReplaceLargeObjectBitmap
(live_set, mark_set);
129
heap_->GetMarkBitmap()->
ReplaceLargeObjectBitmap
(mark_set, live_set);
Completed in 226 milliseconds