• Home
  • Raw
  • Download

Lines Matching refs:INFO

115       LOG(INFO) << "Verifying no from-space refs";  in RunPhases()
119 LOG(INFO) << "Done verifying no from-space refs"; in RunPhases()
163 LOG(INFO) << "GC InitializePhase"; in InitializePhase()
164 LOG(INFO) << "Region-space : " << reinterpret_cast<void*>(region_space_->Begin()) << "-" in InitializePhase()
180 LOG(INFO) << "force_evacuate_all=" << force_evacuate_all_; in InitializePhase()
181 LOG(INFO) << "Largest immune region: " << immune_spaces_.GetLargestImmuneRegion().Begin() in InitializePhase()
184 LOG(INFO) << "Immune space: " << *space; in InitializePhase()
186 LOG(INFO) << "GC end of InitializePhase"; in InitializePhase()
265 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
266 region_space_->DumpNonFreeRegions(LOG(INFO)); in FlipThreadRoots()
284 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
285 region_space_->DumpNonFreeRegions(LOG(INFO)); in FlipThreadRoots()
286 LOG(INFO) << "GC end of FlipThreadRoots"; in FlipThreadRoots()
358 LOG(INFO) << "GC MarkingPhase"; in MarkingPhase()
438 LOG(INFO) << "ProcessReferences"; in MarkingPhase()
445 LOG(INFO) << "SweepSystemWeaks"; in MarkingPhase()
449 LOG(INFO) << "SweepSystemWeaks done"; in MarkingPhase()
467 LOG(INFO) << "GC end of MarkingPhase"; in MarkingPhase()
473 LOG(INFO) << "ReenableWeakRefAccess"; in ReenableWeakRefAccess()
957 LOG(INFO) << "ProcessMarkStack. "; in ProcessMarkStack()
1139 LOG(INFO) << "Switched to shared mark stack mode and disabled weak ref access"; in SwitchToSharedMarkStackMode()
1154 LOG(INFO) << "Switched to GC exclusive mark stack mode"; in SwitchToGcExclusiveMarkStackMode()
1174 … LOG(INFO) << "On mark queue : " << obj << " " << PrettyTypeOf(obj) << " rb_ptr=" << rb_ptr in CheckEmptyMarkStack()
1177 LOG(INFO) << "On mark queue : " << obj << " " << PrettyTypeOf(obj) in CheckEmptyMarkStack()
1257 LOG(INFO) << "ClearBlackPtrs: " << *space << " bitmap: " << *mark_bitmap; in ClearBlackPtrs()
1287 LOG(INFO) << "GC ReclaimPhase"; in ReclaimPhase()
1297 LOG(INFO) << "Issue an empty check point. "; in ReclaimPhase()
1324 LOG(INFO) << "RecordFree:" in ReclaimPhase()
1332 …LOG(INFO) << "(before) num_bytes_allocated=" << heap_->num_bytes_allocated_.LoadSequentiallyConsis… in ReclaimPhase()
1336 …LOG(INFO) << "(after) num_bytes_allocated=" << heap_->num_bytes_allocated_.LoadSequentiallyConsist… in ReclaimPhase()
1372 LOG(INFO) << "GC end of ReclaimPhase"; in ReclaimPhase()
1494 LOG(INFO) << "holder=" << obj << " " << PrettyTypeOf(obj) in LogFromSpaceRefHolder()
1497 LOG(INFO) << "holder=" << obj << " " << PrettyTypeOf(obj); in LogFromSpaceRefHolder()
1500 LOG(INFO) << "holder is in the from-space."; in LogFromSpaceRefHolder()
1502 LOG(INFO) << "holder is in the to-space."; in LogFromSpaceRefHolder()
1504 LOG(INFO) << "holder is in the unevac from-space."; in LogFromSpaceRefHolder()
1506 LOG(INFO) << "holder is marked in the region space bitmap."; in LogFromSpaceRefHolder()
1508 LOG(INFO) << "holder is not marked in the region space bitmap."; in LogFromSpaceRefHolder()
1513 LOG(INFO) << "holder is in an immune image or the zygote space."; in LogFromSpaceRefHolder()
1519 LOG(INFO) << "holder is marked in the bit map."; in LogFromSpaceRefHolder()
1521 LOG(INFO) << "holder is NOT marked in the bit map."; in LogFromSpaceRefHolder()
1524 LOG(INFO) << "holder is in a non-immune, non-moving (or main) space."; in LogFromSpaceRefHolder()
1532 LOG(INFO) << "holder is marked in the mark bit map."; in LogFromSpaceRefHolder()
1534 LOG(INFO) << "holder is marked in the los bit map."; in LogFromSpaceRefHolder()
1539 LOG(INFO) << "holder is on the alloc stack."; in LogFromSpaceRefHolder()
1541 LOG(INFO) << "holder is not marked or on the alloc stack."; in LogFromSpaceRefHolder()
1546 LOG(INFO) << "offset=" << offset.SizeValue(); in LogFromSpaceRefHolder()
1770 LOG(INFO) << "Reusing skipped bytes : " << reinterpret_cast<void*>(addr) << ", " << byte_size; in AllocateInSkippedBlock()
1818 LOG(INFO) << "Out of memory in the to-space. Fall back to non-moving. skipped_bytes=" in Copy()