Home
last modified time | relevance | path

Searched defs:marker (Results 1 – 25 of 40) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgenerational-gc-base-inl.h26 void GenerationalGC<LanguageConfig>::MarkStack(Marker *marker, GCMarkingStackType *stack, in MarkStack()
53 NO_THREAD_SAFETY_ANALYSIS void GenerationalGC<LanguageConfig>::MarkImpl(Marker *marker, in MarkImpl()
91 void GenerationalGC<LanguageConfig>::VisitCardTableConcurrent(Marker *marker, GCMarkingStackType *o… in VisitCardTableConcurrent()
Dgc_marker.h335 explicit NoAtomicGCMarkerScope(Marker *marker) in NoAtomicGCMarkerScope()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Drawheap_dump.cpp104 void RawHeapDump::MarkRootForDump(ObjectMarker &marker) in MarkRootForDump()
120 void RawHeapDump::MarkHeapObjectForDump(ObjectMarker &marker) in MarkHeapObjectForDump()
310 ObjectMarker marker; in BinaryDump() local
321 void RawHeapDumpV1::DumpRootTable(ObjectMarker &marker) in DumpRootTable()
332 void RawHeapDumpV1::DumpStringTable(ObjectMarker &marker) in DumpStringTable()
351 void RawHeapDumpV1::DumpObjectTable(ObjectMarker &marker) in DumpObjectTable()
369 void RawHeapDumpV1::DumpObjectMemory(ObjectMarker &marker) in DumpObjectMemory()
390 void RawHeapDumpV1::UpdateStringTable(ObjectMarker &marker) in UpdateStringTable()
427 ObjectMarker marker; in BinaryDump() local
438 void RawHeapDumpV2::DumpRootTable(ObjectMarker &marker) in DumpRootTable()
[all …]
Dheap_profiler.cpp92 HeapMarker marker {}; in UpdateEntryIdMap() local
103 void EntryIdMap::RemoveUnmarkedObjects(HeapMarker &marker) in RemoveUnmarkedObjects()
335 HeapMarker marker {}; in FillIdMap() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_transform.h72 bool LoopVisitLRN(Loop *loop, Marker marker) in LoopVisitLRN()
88 bool VisitBlockInLoop(BasicBlock *block, Loop *loop, Marker marker) in VisitBlockInLoop()
120 bool VisitLoop(Loop *loop, [[maybe_unused]] Marker marker) in VisitLoop()
Dloop_idioms.cpp93 bool CanReplaceLoop(Loop *loop, Marker marker) in CanReplaceLoop()
471 Marker marker = holder.GetMarker(); in TryTransformArrayInitIdiom() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_full_gc.cpp70 …SharedGCMovableMarker *marker = static_cast<SharedGCMovableMarker*>(sHeap_->GetSharedGCMovableMark… in MarkRoots() local
79 SharedGCMovableMarker *marker = sHeap_->GetSharedGCMovableMarker(); in Mark() local
179 auto marker = reinterpret_cast<SharedGCMovableMarker *>(sHeap_->GetSharedGCMovableMarker()); in HasEvacuated() local
Dshared_full_gc-inl.h23 SharedFullGCMarkRootVisitor::SharedFullGCMarkRootVisitor(SharedGCMovableMarker *marker, uint32_t th… in SharedFullGCMarkRootVisitor()
59 SharedFullGCMarkObjectVisitor::SharedFullGCMarkObjectVisitor(SharedGCMovableMarker *marker, uint32_… in SharedFullGCMarkObjectVisitor()
Dshared_gc.cpp98 SharedGCMarker *marker = sHeap_->GetSharedGCMarker(); in Mark() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dpartial_gc.cpp113 auto marker = heap_->GetConcurrentMarker(); in Finish() local
151 NonMovableMarker *marker = static_cast<NonMovableMarker*>(heap_->GetNonMovableMarker()); in Mark() local
Dfull_gc.cpp74 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in RunPhasesForAppSpawn() local
107 CompressGCMarker *marker = static_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in MarkRoots() local
Dincremental_marker.h100 explicit RecursionScope(IncrementalMarker* marker) : marker_(marker) in RecursionScope()
Dconcurrent_marker.h118 explicit RecursionScope(ConcurrentMarker* marker) : marker_(marker) in RecursionScope()
Dconcurrent_marker.cpp191 NonMovableMarker *marker = static_cast<NonMovableMarker*>(heap_->GetNonMovableMarker()); in InitializeMarking() local
/arkcompiler/ets_runtime/ecmascript/cross_vm/unified_gc/
Dunified_gc_marker-inl.h30 …CMarkRootVisitor::UnifiedGCMarkRootVisitor(WorkNodeHolder *workNodeHolder, UnifiedGCMarker *marker) in UnifiedGCMarkRootVisitor()
74 …kObjectVisitor::UnifiedGCMarkObjectVisitor(WorkNodeHolder *workNodeHolder, UnifiedGCMarker *marker) in UnifiedGCMarkObjectVisitor()
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dir_builder_dyn.cpp341 static void MarkNormalControlFlow(compiler::BasicBlock *block, compiler::Marker marker) in MarkNormalControlFlow()
351 void IrBuilderDynamic::MarkTryCatchBlocks(compiler::Marker marker) in MarkTryCatchBlocks()
392 auto marker = markerHolder.GetMarker(); in ResolveTryCatchBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp59 bool FindBlockBetween(BasicBlock *dominateBb, BasicBlock *currentBb, Marker marker) in FindBlockBetween()
139 MarkerHolder marker(graph); in HasOsrEntryBetween() local
147 MarkerHolder marker(bb->GetGraph()); in HasTryBlockBetween() local
358 bool CanRemoveOverflowCheck(Inst *inst, Marker marker) in CanRemoveOverflowCheck()
914 bool FindInstBetween(Inst *domInst, BasicBlock *currentBb, Marker marker) in FindInstBetween()
956 MarkerHolder marker(bb->GetGraph()); in HasSaveStateBetween() local
Dmarker.h121 for (unsigned int &marker : markers_) { in ClearMarkers() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h121 for (unsigned int &marker : markers_) { in ClearMarkers() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp400 static void MarkNormalControlFlow(BasicBlock *block, Marker marker) in MarkNormalControlFlow()
410 void IrBuilder::MarkTryCatchBlocks(Marker marker) in MarkTryCatchBlocks()
451 auto marker = marker_holder.GetMarker(); in ResolveTryCatchBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dbranch_elimination.cpp180 bool AllPredecessorsMarked(BasicBlock *block, Marker marker) in AllPredecessorsMarked()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Ddominators_tree.cpp199 auto marker = markerHolder.GetMarker(); in IsPathBetweenBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.cpp199 auto marker = marker_holder.GetMarker(); in IsPathBetweenBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp584 static void MarkNormalControlFlow(BasicBlock *block, Marker marker) in MarkNormalControlFlow()
594 void IrBuilder::MarkTryCatchBlocks(Marker marker) in MarkTryCatchBlocks()
635 auto marker = markerHolder.GetMarker(); in ResolveTryCatchBlocks() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp628 …G1GC<LanguageConfig>::ExecuteRemarkTask(GCMarkWorkersTask::StackType *objectsStack, Marker &marker) in ExecuteRemarkTask()
637 …nguageConfig>::ExecuteHugeArrayMarkTask(GCMarkWorkersTask::StackType *objectsStack, Marker &marker) in ExecuteHugeArrayMarkTask()
1600 …Visitor G1GC<LanguageConfig>::CreateGCRootVisitor(GCMarkingStackType &objectsStack, Marker &marker, in CreateGCRootVisitor()
1960 void G1GC<LanguageConfig>::InitialMark(GCMarkingStackType &markingStack, Marker &marker) in InitialMark()
1989 void G1GC<LanguageConfig>::UnmarkAll([[maybe_unused]] Marker &marker) in UnmarkAll()
2009 …nguageConfig>::ConcurrentMark(const GCTask &task, GCMarkingStackType *objectsStack, Marker &marker) in ConcurrentMark()
2024 void G1GC<LanguageConfig>::Remark(const GCTask &task, Marker &marker) in Remark()
2376 void G1GC<LanguageConfig>::DrainSatb(GCAdaptiveMarkingStack *objectStack, Marker &marker) in DrainSatb()
2815 Marker &marker) in ConcurrentMarkImpl()

12