Home
last modified time | relevance | path

Searched refs:LOG_DEBUG_GC (Results 1 – 9 of 9) sorted by relevance

/ark/runtime_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp49 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()
193LOG_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 …]
/ark/runtime_core/runtime/mem/gc/gen-gc/
Dgen-gc.cpp60 LOG_DEBUG_GC << "GenGC initialized"; in InitializeImpl()
74LOG_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()
125LOG_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 …]
/ark/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp31 LOG_DEBUG_GC << "post queue add ref: " << std::hex << from << " -> " << to; in G1GC()
45LOG_DEBUG_GC << "Init gc bits for object: " << std::hex << obj_header << " bit: " << obj_header->I… in InitGCBits()
66LOG_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()
/ark/runtime_core/runtime/mem/gc/static/
Dgc_static_impl.cpp67 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()
/ark/runtime_core/runtime/mem/gc/
Dgc.cpp205 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()
626LOG_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()
694LOG_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()
Dgenerational-gc-base.cpp33 LOG_DEBUG_GC << "GenGC::ShouldRunTenuredGC = " << run_tenured; in ShouldRunTenuredGC()
Dgc.h81 #define LOG_DEBUG_GC LOG(DEBUG, GC) << this->GetLogPrefix() macro
/ark/runtime_core/runtime/mem/gc/lang/
Dgc_lang.cpp80LOG_DEBUG_GC << "Update monitor " << std::hex << monitor << " object, old val = 0x" << std::hex in CommonUpdateRefsToMovedObjects()
/ark/runtime_core/runtime/mem/gc/dynamic/
Dgc_dynamic_impl.cpp90 LOG_DEBUG_GC << "Dyn Array object: " << GetDebugInfoAboutObject(array_object); in HandleArrayClass()