Searched refs:LOG_DEBUG_GC (Results 1 – 9 of 9) sorted by relevance
49 LOG_DEBUG_GC << "STW GC Initialized"; in InitializeImpl()79 LOG_DEBUG_GC << "Handle root " << GetDebugInfoAboutObject(gc_root.GetObjectHeader()); in Mark()113 LOG_DEBUG_GC << "Current object: " << GetDebugInfoAboutObject(object); in MarkStack()117 LOG_DEBUG_GC << "Iterated over " << objects_count << " objects in the stack"; in MarkStack()128 LOG_DEBUG_GC << "SweepStringTable with MarkChecker"; in SweepStringTable()131 LOG_DEBUG_GC << "SweepStringTable with ReverseMarkChecker"; in SweepStringTable()143 LOG_DEBUG_GC << "Sweep with MarkChecker"; in Sweep()150 LOG_DEBUG_GC << "Sweep with ReverseMarkChecker"; in Sweep()193 …LOG_DEBUG_GC << "Init gc bits for object: " << std::hex << object << " bit: " << object->IsMarkedF… in InitGCBits()214 LOG_DEBUG_GC << "Set mark for GC " << GetDebugInfoAboutObject(object); in MarkObject()[all …]
60 LOG_DEBUG_GC << "GenGC initialized"; in InitializeImpl()74 … LOG_DEBUG_GC << "Footprint before GC: " << this->GetPandaVm()->GetMemStats()->GetFootprintHeap(); in RunPhasesImpl()76 LOG_DEBUG_GC << "Young range: " << this->GetObjectAllocator()->GetYoungSpaceMemRange(); in RunPhasesImpl()98 LOG_DEBUG_GC << "Footprint after GC: " << this->GetPandaVm()->GetMemStats()->GetFootprintHeap(); in RunPhasesImpl()125 …LOG_DEBUG_GC << "Init gc bits for object: " << std::hex << obj_header << " bit: " << obj_header->I… in InitGCBits()151 LOG_DEBUG_GC << "GenGC RunYoungGC start"; in RunYoungGC()167 LOG_DEBUG_GC << "GenGC RunYoungGC end"; in RunYoungGC()186 LOG_DEBUG_GC << "Skip root for young mark: " << std::hex << root_object_ptr; in MarkYoung()203 LOG_DEBUG_GC << "START Marking tenured -> young roots"; in MarkYoung()222 LOG_DEBUG_GC << "END Marking tenured -> young roots"; in MarkYoung()[all …]
31 LOG_DEBUG_GC << "post queue add ref: " << std::hex << from << " -> " << to; in G1GC()45 …LOG_DEBUG_GC << "Init gc bits for object: " << std::hex << obj_header << " bit: " << obj_header->I… in InitGCBits()66 … LOG_DEBUG_GC << "Footprint before GC: " << this->GetPandaVm()->GetMemStats()->GetFootprintHeap(); in RunPhasesImpl()68 LOG_DEBUG_GC << "Young range: " << this->GetObjectAllocator()->GetYoungSpaceMemRange(); in RunPhasesImpl()89 LOG_DEBUG_GC << "Footprint after GC: " << this->GetPandaVm()->GetMemStats()->GetFootprintHeap(); in RunPhasesImpl()110 LOG_DEBUG_GC << "GenGC initialized"; in InitializeImpl()
67 LOG_DEBUG_GC << "Array object: " << GetDebugInfoAboutObject(array_object); in HandleArrayClass()73 LOG_DEBUG_GC << "Iterate over: " << array_length << " elements in array"; in HandleArrayClass()80 LOG_DEBUG_GC << "Array element is not marked, add to the stack"; in HandleArrayClass()
205 LOG_DEBUG_GC << "Bytes in heap before GC " << std::dec << bytes_in_heap_before_gc; in RunPhases()234 LOG_DEBUG_GC << "Bytes in heap after GC " << std::dec << bytes_in_heap_after_gc; in RunPhases()626 …LOG_DEBUG_GC << "object MOVED from " << std::hex << src << " to " << dst << ", size = " << std::de… in MoveObjectsToPygoteSpace()679 LOG_DEBUG_GC << "Update frames for thread: " << thread->GetId(); in UpdateRefsInVRegs()681 LOG_DEBUG_GC << "Frame for method " << pframe.GetMethod()->GetFullName(); in UpdateRefsInVRegs()694 …LOG_DEBUG_GC << "Update vreg, vreg old val = " << std::hex << object_header << ", new val = 0x" <<… in UpdateRefsInVRegs()697 LOG_DEBUG_GC << "^ acc updated"; in UpdateRefsInVRegs()711 LOG_DEBUG_GC << "Add object to stack: " << GetDebugInfoAboutObject(object); in AddToStack()717 LOG_DEBUG_GC << "stack size is: " << objects_stack->size() << " pop object"; in PopObjectFromStack()
33 LOG_DEBUG_GC << "GenGC::ShouldRunTenuredGC = " << run_tenured; in ShouldRunTenuredGC()
81 #define LOG_DEBUG_GC LOG(DEBUG, GC) << this->GetLogPrefix() macro
80 … LOG_DEBUG_GC << "Update monitor " << std::hex << monitor << " object, old val = 0x" << std::hex in CommonUpdateRefsToMovedObjects()
90 LOG_DEBUG_GC << "Dyn Array object: " << GetDebugInfoAboutObject(array_object); in HandleArrayClass()