HomeSort by relevance Sort by last modified time
    Searched refs:GetLiveBitmap (Results 1 - 13 of 13) sorted by null

  /art/runtime/gc/collector/
garbage_collector.cc 125 accounting::SpaceBitmap* live_bitmap = space->GetLiveBitmap();
128 heap_->GetLiveBitmap()->ReplaceBitmap(live_bitmap, mark_bitmap);
138 heap_->GetLiveBitmap()->ReplaceObjectSet(live_set, mark_set);
mark_sweep.cc 90 if (space->GetLiveBitmap() != space->GetMarkBitmap()) {
280 heap_->MarkAllocStack(heap_->alloc_space_->GetLiveBitmap(),
549 if (GetHeap()->GetLiveBitmap()->GetContinuousSpaceBitmap(root) == NULL) {
604 accounting::SpaceBitmap* live_bitmap = space->GetLiveBitmap();
887 accounting::SpaceBitmap* live_bitmap = image_space->GetLiveBitmap();
    [all...]
  /art/runtime/gc/space/
image_space.h 67 accounting::SpaceBitmap* GetLiveBitmap() const {
dlmalloc_space.h 112 accounting::SpaceBitmap* GetLiveBitmap() const {
space.h 198 virtual accounting::SpaceBitmap* GetLiveBitmap() const = 0;
  /art/runtime/gc/accounting/
mod_union_table.cc 209 SpaceBitmap* live_bitmap = space->GetLiveBitmap();
250 SpaceBitmap* live_bitmap = space->GetLiveBitmap();
302 bitmap = space->GetLiveBitmap();
  /art/runtime/gc/
heap.cc 378 DCHECK(space->GetLiveBitmap() != NULL);
379 live_bitmap_->AddContinuousSpaceBitmap(space->GetLiveBitmap());
655 if (c_space->GetLiveBitmap()->Test(obj)) {
695 if (c_space->GetLiveBitmap()->Test(obj)) {
717 accounting::SpaceBitmap* live_bitmap = space->GetLiveBitmap();
771 GetLiveBitmap()->Walk(Heap::VerificationCallback, this);
    [all...]
heap.h 348 accounting::HeapBitmap* GetLiveBitmap() SHARED_LOCKS_REQUIRED(Locks::heap_bitmap_lock_) {
  /art/compiler/
image_writer.cc 240 heap->GetLiveBitmap()->Walk(ComputeEagerResolvedStringsCallback, this);
318 heap->GetLiveBitmap()->Walk(CheckNonImageClassesRemovedCallback, this);
430 space->GetLiveBitmap()->InOrderWalk(CalculateNewObjectOffsetsCallback, this);
471 heap->GetLiveBitmap()->Walk(CopyAndFixupObjectsCallback, this);
  /art/runtime/hprof/
hprof.cc 423 Runtime::Current()->GetHeap()->GetLiveBitmap()->Walk(HeapBitmapCallback, this);
    [all...]
  /art/oatdump/
oatdump.cc 766 image_space->GetLiveBitmap()->Walk(ImageDumper::Callback, this);
    [all...]
  /art/compiler/driver/
compiler_driver.cc 772 heap->GetLiveBitmap()->Walk(FindClinitImageClassesCallback, this);
    [all...]
  /art/runtime/
class_linker.cc     [all...]

Completed in 694 milliseconds