• Home
  • Raw
  • Download

Lines Matching refs:LOG

84       LOG(INFO) << "Verifying no from-space refs";  in RunPhases()
88 LOG(INFO) << "Done verifying no from-space refs"; in RunPhases()
131 LOG(INFO) << "GC InitializePhase"; in InitializePhase()
132 LOG(INFO) << "Region-space : " << reinterpret_cast<void*>(region_space_->Begin()) << "-" in InitializePhase()
148 LOG(INFO) << "force_evacuate_all=" << force_evacuate_all_; in InitializePhase()
149 LOG(INFO) << "Immune region: " << immune_region_.Begin() << "-" << immune_region_.End(); in InitializePhase()
150 LOG(INFO) << "GC end of InitializePhase"; in InitializePhase()
227 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
228 region_space_->DumpNonFreeRegions(LOG(INFO)); in FlipThreadRoots()
244 LOG(INFO) << "time=" << region_space_->Time(); in FlipThreadRoots()
245 region_space_->DumpNonFreeRegions(LOG(INFO)); in FlipThreadRoots()
246 LOG(INFO) << "GC end of FlipThreadRoots"; in FlipThreadRoots()
320 LOG(INFO) << "GC MarkingPhase"; in MarkingPhase()
378 LOG(INFO) << "Issue an empty check point. " << count; in MarkingPhase()
396 LOG(INFO) << "Enabled the ref proc slow path & disabled access to system weaks."; in MarkingPhase()
397 LOG(INFO) << "ProcessReferences"; in MarkingPhase()
402 LOG(INFO) << "SweepSystemWeaks"; in MarkingPhase()
406 LOG(INFO) << "SweepSystemWeaks done"; in MarkingPhase()
423 LOG(INFO) << "AllowNewSystemWeaks"; in MarkingPhase()
430 LOG(INFO) << "GC end of MarkingPhase"; in MarkingPhase()
696 LOG(INFO) << "ProcessMarkStack. "; in ProcessMarkStack()
763 LOG(INFO) << "On mark queue : " << obj << " " << PrettyTypeOf(obj) << " rb_ptr=" << rb_ptr in CheckEmptyMarkQueue()
766 LOG(INFO) << "On mark queue : " << obj << " " << PrettyTypeOf(obj) in CheckEmptyMarkQueue()
770 LOG(FATAL) << "mark queue is not empty"; in CheckEmptyMarkQueue()
842 LOG(INFO) << "ClearBlackPtrs: " << *space << " bitmap: " << *mark_bitmap; in ClearBlackPtrs()
872 LOG(INFO) << "GC ReclaimPhase"; in ReclaimPhase()
882 LOG(INFO) << "Issue an empty check point. "; in ReclaimPhase()
909 LOG(INFO) << "RecordFree:" in ReclaimPhase()
917LOG(INFO) << "(before) num_bytes_allocated=" << heap_->num_bytes_allocated_.LoadSequentiallyConsis… in ReclaimPhase()
921LOG(INFO) << "(after) num_bytes_allocated=" << heap_->num_bytes_allocated_.LoadSequentiallyConsist… in ReclaimPhase()
955 LOG(INFO) << "GC end of ReclaimPhase"; in ReclaimPhase()
1006 LOG(INFO) << "holder=" << obj << " " << PrettyTypeOf(obj) in AssertToSpaceInvariant()
1009 LOG(INFO) << "holder=" << obj << " " << PrettyTypeOf(obj); in AssertToSpaceInvariant()
1012 LOG(INFO) << "holder is in the from-space."; in AssertToSpaceInvariant()
1014 LOG(INFO) << "holder is in the to-space."; in AssertToSpaceInvariant()
1016 LOG(INFO) << "holder is in the unevac from-space."; in AssertToSpaceInvariant()
1018 LOG(INFO) << "holder is marked in the region space bitmap."; in AssertToSpaceInvariant()
1020 LOG(INFO) << "holder is not marked in the region space bitmap."; in AssertToSpaceInvariant()
1025 LOG(INFO) << "holder is in the image or the zygote space."; in AssertToSpaceInvariant()
1031 LOG(INFO) << "holder is marked in the bit map."; in AssertToSpaceInvariant()
1033 LOG(INFO) << "holder is NOT marked in the bit map."; in AssertToSpaceInvariant()
1036 LOG(INFO) << "holder is in a non-moving (or main) space."; in AssertToSpaceInvariant()
1044 LOG(INFO) << "holder is marked in the mark bit map."; in AssertToSpaceInvariant()
1046 LOG(INFO) << "holder is marked in the los bit map."; in AssertToSpaceInvariant()
1051 LOG(INFO) << "holder is on the alloc stack."; in AssertToSpaceInvariant()
1053 LOG(INFO) << "holder is not marked or on the alloc stack."; in AssertToSpaceInvariant()
1058 LOG(INFO) << "offset=" << offset.SizeValue(); in AssertToSpaceInvariant()
1268 LOG(INFO) << "Reusing skipped bytes : " << reinterpret_cast<void*>(addr) << ", " << byte_size; in AllocateInSkippedBlock()
1316 LOG(INFO) << "Out of memory in the to-space. Fall back to non-moving. skipped_bytes=" in Copy()