Lines Matching refs:INFO

222       LOG(INFO) << "Verifying no from-space refs";  in RunPhases()
226 LOG(INFO) << "Done verifying no from-space refs"; in RunPhases()
374 LOG(INFO) << "GC InitializePhase"; in InitializePhase()
375 LOG(INFO) << "Region-space : " << reinterpret_cast<void*>(region_space_->Begin()) << "-" in InitializePhase()
416 LOG(INFO) << "young_gen=" << std::boolalpha << young_gen_ << std::noboolalpha; in InitializePhase()
417 LOG(INFO) << "force_evacuate_all=" << std::boolalpha << force_evacuate_all_ << std::noboolalpha; in InitializePhase()
418 LOG(INFO) << "Largest immune region: " << immune_spaces_.GetLargestImmuneRegion().Begin() in InitializePhase()
421 LOG(INFO) << "Immune space: " << *space; in InitializePhase()
423 LOG(INFO) << "GC end of InitializePhase"; in InitializePhase()
735 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
736 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO)); in FlipThreadRoots()
754 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
755 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO)); in FlipThreadRoots()
756 LOG(INFO) << "GC end of FlipThreadRoots"; in FlipThreadRoots()
1012 LOG(INFO) << "time=" << region_space_->Time(); in CaptureThreadRootsForMarking()
1013 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO)); in CaptureThreadRootsForMarking()
1032 LOG(INFO) << "time=" << region_space_->Time(); in CaptureThreadRootsForMarking()
1033 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO)); in CaptureThreadRootsForMarking()
1034 LOG(INFO) << "GC end of CaptureThreadRootsForMarking"; in CaptureThreadRootsForMarking()
1325 LOG(INFO) << "GC MarkingPhase"; in MarkingPhase()
1375 LOG(INFO) << "GC end of MarkingPhase"; in MarkingPhase()
1398 LOG(INFO) << "GC CopyingPhase"; in CopyingPhase()
1416 LOG(INFO) << "GC ScanCardsForSpace"; in CopyingPhase()
1503 LOG(INFO) << "GC end of ScanCardsForSpace"; in CopyingPhase()
1544 LOG(INFO) << "immune gray stack size=" << immune_gray_stack_.size(); in CopyingPhase()
1602 LOG(INFO) << "ProcessReferences"; in CopyingPhase()
1609 LOG(INFO) << "SweepSystemWeaks"; in CopyingPhase()
1613 LOG(INFO) << "SweepSystemWeaks done"; in CopyingPhase()
1634 LOG(INFO) << "GC end of CopyingPhase"; in CopyingPhase()
1640 LOG(INFO) << "ReenableWeakRefAccess"; in ReenableWeakRefAccess()
2028 LOG(INFO) << "ProcessMarkStack. "; in ProcessMarkStack()
2344 LOG(INFO) << "Switched to shared mark stack mode and disabled weak ref access"; in SwitchToSharedMarkStackMode()
2359 LOG(INFO) << "Switched to GC exclusive mark stack mode"; in SwitchToGcExclusiveMarkStackMode()
2379 LOG(INFO) << "On mark queue : " << obj << " " << obj->PrettyTypeOf() << " rb_state=" in CheckEmptyMarkStack()
2382 LOG(INFO) << "On mark queue : " << obj << " " << obj->PrettyTypeOf() in CheckEmptyMarkStack()
2624 LOG(INFO) << "GC ReclaimPhase"; in ReclaimPhase()
2634 LOG(INFO) << "Issue an empty check point. "; in ReclaimPhase()
2707 LOG(INFO) << "RecordFree:" in ReclaimPhase()
2716 LOG(INFO) << "(before) num_bytes_allocated=" in ReclaimPhase()
2721 LOG(INFO) << "(after) num_bytes_allocated=" in ReclaimPhase()
2732 LOG(INFO) << "time=" << region_space_->Time(); in ReclaimPhase()
2733 region_space_->DumpNonFreeRegions(LOG_STREAM(INFO)); in ReclaimPhase()
2737 LOG(INFO) << "GC end of ReclaimPhase"; in ReclaimPhase()
2947 LOG(INFO) << "holder=" << obj << " " << obj->PrettyTypeOf() in LogFromSpaceRefHolder()
2950 LOG(INFO) << "holder=" << obj << " " << obj->PrettyTypeOf(); in LogFromSpaceRefHolder()
2953 LOG(INFO) << "holder is in the from-space."; in LogFromSpaceRefHolder()
2955 LOG(INFO) << "holder is in the to-space."; in LogFromSpaceRefHolder()
2957 LOG(INFO) << "holder is in the unevac from-space."; in LogFromSpaceRefHolder()
2959 LOG(INFO) << "holder is marked in the region space bitmap."; in LogFromSpaceRefHolder()
2961 LOG(INFO) << "holder is not marked in the region space bitmap."; in LogFromSpaceRefHolder()
2966 LOG(INFO) << "holder is in an immune image or the zygote space."; in LogFromSpaceRefHolder()
2968 LOG(INFO) << "holder is in a non-immune, non-moving (or main) space."; in LogFromSpaceRefHolder()
2979 LOG(INFO) << "holder is marked in the non-moving space mark bit map."; in LogFromSpaceRefHolder()
2981 LOG(INFO) << "holder is marked in the los bit map."; in LogFromSpaceRefHolder()
2986 LOG(INFO) << "holder is on the alloc stack."; in LogFromSpaceRefHolder()
2988 LOG(INFO) << "holder is not marked or on the alloc stack."; in LogFromSpaceRefHolder()
2993 LOG(INFO) << "offset=" << offset.SizeValue(); in LogFromSpaceRefHolder()
3316 LOG(INFO) << "Reusing skipped bytes : " << reinterpret_cast<void*>(addr) << ", " << byte_size; in AllocateInSkippedBlock()
3387 LOG(INFO) << "Out of memory in the to-space. Fall back to non-moving. skipped_bytes=" in Copy()