Home
last modified time | relevance | path

Searched defs:marker (Results 1 – 25 of 32) 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/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.cpp88 bool CanReplaceLoop(Loop *loop, Marker marker) in CanReplaceLoop()
136 Marker marker = holder.GetMarker(); in TryTransformArrayInitIdiom() local
Dbranch_elimination.cpp244 bool AllPredecessorsMarked(BasicBlock *block, Marker marker) in AllPredecessorsMarked()
Dlse.cpp412 bool ExistsPathWithoutShadowingStores(BasicBlock *start, BasicBlock *block, Marker marker) in ExistsPathWithoutShadowingStores()
445 auto marker = inst->GetBasicBlock()->GetGraph()->NewMarker(); in FinalizeShadowedStores() local
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_full_gc.cpp77 SharedGCMovableMarker *marker = sHeap_->GetSharedGCMovableMarker(); in Mark() local
176 auto marker = reinterpret_cast<SharedGCMovableMarker *>(sHeap_->GetSharedGCMovableMarker()); in HasEvacuated() local
Dshared_gc.cpp79 SharedGCMarker *marker = sHeap_->GetSharedGCMarker(); in Mark() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dfull_gc.cpp68 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in RunPhasesForAppSpawn() local
194 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in HasEvacuated() local
Dincremental_marker.h99 explicit RecursionScope(IncrementalMarker* marker) : marker_(marker) in RecursionScope()
Dpartial_gc.cpp104 auto marker = heap_->GetConcurrentMarker(); in Finish() local
Dconcurrent_marker.h131 explicit RecursionScope(ConcurrentMarker* marker) : marker_(marker) in RecursionScope()
Dmem_controller.cpp164 void MemController::RecordAfterConcurrentMark(MarkType markType, const ConcurrentMarker *marker) in RecordAfterConcurrentMark()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp59 bool FindBlockBetween(BasicBlock *dominateBb, BasicBlock *currentBb, Marker marker) in FindBlockBetween()
137 MarkerHolder marker(graph); in HasOsrEntryBetween() local
145 MarkerHolder marker(bb->GetGraph()); in HasTryBlockBetween() local
354 bool CanRemoveOverflowCheck(Inst *inst, Marker marker) in CanRemoveOverflowCheck()
860 bool FindInstBetween(Inst *domInst, BasicBlock *currentBb, Marker marker) in FindInstBetween()
908 MarkerHolder marker(bb->GetGraph()); in HasSaveStateBetween() local
Dmarker.h121 for (unsigned int &marker : markers_) { in ClearMarkers() local
Dloop_unswitcher.cpp274 bool trueCond, Marker marker) in EstimateUnswitchInstructionsCount()
Dgraph.cpp625 static void MarkSuccessBlocks(BasicBlock *block, Marker marker) in MarkSuccessBlocks()
638 void MarkLoopExits(const Graph *graph, Marker marker) in MarkLoopExits()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dmarker.h121 for (unsigned int &marker : markers_) { in ClearMarkers() local
Dbasicblock.cpp749 bool BlocksPathDfsSearch(Marker marker, BasicBlock *block, const BasicBlock *target_block, in BlocksPathDfsSearch()
Dgraph.cpp434 void MarkLoopExits(const Graph *graph, Marker marker) in MarkLoopExits()
/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/compiler/optimizer/analysis/
Ddominators_tree.cpp199 auto marker = marker_holder.GetMarker(); in IsPathBetweenBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Ddominators_tree.cpp193 auto marker = markerHolder.GetMarker(); in IsPathBetweenBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp556 static void MarkNormalControlFlow(BasicBlock *block, Marker marker) in MarkNormalControlFlow()
566 void IrBuilder::MarkTryCatchBlocks(Marker marker) in MarkTryCatchBlocks()
607 auto marker = markerHolder.GetMarker(); in ResolveTryCatchBlocks() local

12