Lines Matching refs:INFO
261 LOG(INFO) << "Verifying no from-space refs"; in RunPhases()
265 LOG(INFO) << "Done verifying no from-space refs"; in RunPhases()
415 LOG(INFO) << "GC InitializePhase"; in InitializePhase()
416 LOG(INFO) << "Region-space : " << reinterpret_cast<void*>(region_space_->Begin()) << "-" in InitializePhase()
458 LOG(INFO) << "young_gen=" << std::boolalpha << young_gen_ << std::noboolalpha; in InitializePhase()
459 LOG(INFO) << "force_evacuate_all=" << std::boolalpha << force_evacuate_all_ << std::noboolalpha; in InitializePhase()
460 LOG(INFO) << "Largest immune region: " << immune_spaces_.GetLargestImmuneRegion().Begin() in InitializePhase()
463 LOG(INFO) << "Immune space: " << *space; in InitializePhase()
465 LOG(INFO) << "GC end of InitializePhase"; in InitializePhase()
762 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
763 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO)); in FlipThreadRoots()
776 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
777 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO)); in FlipThreadRoots()
778 LOG(INFO) << "GC end of FlipThreadRoots"; in FlipThreadRoots()
1038 LOG(INFO) << "time=" << region_space_->Time(); in CaptureThreadRootsForMarking()
1039 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO)); in CaptureThreadRootsForMarking()
1058 LOG(INFO) << "time=" << region_space_->Time(); in CaptureThreadRootsForMarking()
1059 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO)); in CaptureThreadRootsForMarking()
1060 LOG(INFO) << "GC end of CaptureThreadRootsForMarking"; in CaptureThreadRootsForMarking()
1379 LOG(INFO) << "GC MarkingPhase"; in MarkingPhase()
1429 LOG(INFO) << "GC end of MarkingPhase"; in MarkingPhase()
1452 LOG(INFO) << "GC CopyingPhase"; in CopyingPhase()
1470 LOG(INFO) << "GC ScanCardsForSpace"; in CopyingPhase()
1557 LOG(INFO) << "GC end of ScanCardsForSpace"; in CopyingPhase()
1598 LOG(INFO) << "immune gray stack size=" << immune_gray_stack_.size(); in CopyingPhase()
1673 LOG(INFO) << "ProcessReferences"; in CopyingPhase()
1684 LOG(INFO) << "SweepSystemWeaks"; in CopyingPhase()
1690 LOG(INFO) << "SweepSystemWeaks done"; in CopyingPhase()
1702 LOG(INFO) << "GC end of CopyingPhase"; in CopyingPhase()
1708 LOG(INFO) << "ReenableWeakRefAccess"; in ReenableWeakRefAccess()
2122 LOG(INFO) << "ProcessMarkStack. "; in ProcessMarkStack()
2437 LOG(INFO) << "Switched to shared mark stack mode and disabled weak ref access"; in SwitchToSharedMarkStackMode()
2450 LOG(INFO) << "Switched to GC exclusive mark stack mode"; in SwitchToGcExclusiveMarkStackMode()
2470 LOG(INFO) << "On mark queue : " << obj << " " << obj->PrettyTypeOf() << " rb_state=" in CheckEmptyMarkStack()
2473 LOG(INFO) << "On mark queue : " << obj << " " << obj->PrettyTypeOf() in CheckEmptyMarkStack()
2716 LOG(INFO) << "GC ReclaimPhase"; in ReclaimPhase()
2731 LOG(INFO) << "Issue an empty check point. "; in ReclaimPhase()
2812 LOG(INFO) << "RecordFree:" in ReclaimPhase()
2820 LOG(INFO) << "(before) num_bytes_allocated=" in ReclaimPhase()
2826 LOG(INFO) << "(after) num_bytes_allocated=" in ReclaimPhase()
2837 LOG(INFO) << "time=" << region_space_->Time(); in ReclaimPhase()
2838 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO)); in ReclaimPhase()
2842 LOG(INFO) << "GC end of ReclaimPhase"; in ReclaimPhase()
3052 LOG(INFO) << "holder=" << obj << " " << obj->PrettyTypeOf() in LogFromSpaceRefHolder()
3055 LOG(INFO) << "holder=" << obj << " " << obj->PrettyTypeOf(); in LogFromSpaceRefHolder()
3058 LOG(INFO) << "holder is in the from-space."; in LogFromSpaceRefHolder()
3060 LOG(INFO) << "holder is in the to-space."; in LogFromSpaceRefHolder()
3062 LOG(INFO) << "holder is in the unevac from-space."; in LogFromSpaceRefHolder()
3064 LOG(INFO) << "holder is marked in the region space bitmap."; in LogFromSpaceRefHolder()
3066 LOG(INFO) << "holder is not marked in the region space bitmap."; in LogFromSpaceRefHolder()
3071 LOG(INFO) << "holder is in an immune image or the zygote space."; in LogFromSpaceRefHolder()
3073 LOG(INFO) << "holder is in a non-immune, non-moving (or main) space."; in LogFromSpaceRefHolder()
3084 LOG(INFO) << "holder is marked in the non-moving space mark bit map."; in LogFromSpaceRefHolder()
3086 LOG(INFO) << "holder is marked in the los bit map."; in LogFromSpaceRefHolder()
3091 LOG(INFO) << "holder is on the alloc stack."; in LogFromSpaceRefHolder()
3093 LOG(INFO) << "holder is not marked or on the alloc stack."; in LogFromSpaceRefHolder()
3098 LOG(INFO) << "offset=" << offset.SizeValue(); in LogFromSpaceRefHolder()
3427 LOG(INFO) << "Reusing skipped bytes : " << reinterpret_cast<void*>(addr) << ", " << byte_size; in AllocateInSkippedBlock()
3498 LOG(INFO) << "Out of memory in the to-space. Fall back to non-moving. skipped_bytes=" in Copy()