Home
last modified time | relevance | path

Searched defs:marker (Results 1 – 25 of 27) 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()
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()
87 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.cpp399 bool ExistsPathWithoutShadowingStores(BasicBlock *start, BasicBlock *block, Marker marker) in ExistsPathWithoutShadowingStores()
432 auto marker = inst->GetBasicBlock()->GetGraph()->NewMarker(); in FinalizeShadowedStores() local
Dpeepholes.cpp1586 static bool CanRemoveOverflowCheck(Inst *inst, Marker marker) in CanRemoveOverflowCheck()
/arkcompiler/ets_runtime/ecmascript/mem/
Dfull_gc.cpp64 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in RunPhasesForAppSpawn() local
189 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in HasEvacuated() local
Dincremental_marker.h99 explicit RecursionScope(IncrementalMarker* marker) : marker_(marker) in RecursionScope()
Dpartial_gc.cpp113 auto marker = heap_->GetConcurrentMarker(); in Finish() local
Dconcurrent_marker.h141 explicit RecursionScope(ConcurrentMarker* marker) : marker_(marker) in RecursionScope()
Dmem_controller.cpp159 void MemController::RecordAfterConcurrentMark(const bool isFull, const ConcurrentMarker *marker) in RecordAfterConcurrentMark()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Danalysis.cpp61 bool FindBlockBetween(BasicBlock *dominateBb, BasicBlock *currentBb, Marker marker) in FindBlockBetween()
102 MarkerHolder marker(graph); in HasOsrEntryBetween() local
113 MarkerHolder marker(graph); in HasOsrEntryBetween() local
121 MarkerHolder marker(bb->GetGraph()); in HasTryBlockBetween() local
720 bool FindInstBetween(Inst *domInst, BasicBlock *currentBb, Marker marker) in FindInstBetween()
768 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()
Dbasicblock.cpp1031 bool BlocksPathDfsSearch(Marker marker, BasicBlock *block, const BasicBlock *targetBlock, in BlocksPathDfsSearch()
Dgraph.cpp627 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.cpp750 bool BlocksPathDfsSearch(Marker marker, BasicBlock *block, const BasicBlock *target_block, in BlocksPathDfsSearch()
Dgraph.cpp433 void MarkLoopExits(const Graph *graph, Marker marker) in MarkLoopExits()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp407 static void MarkNormalControlFlow(BasicBlock *block, Marker marker) in MarkNormalControlFlow()
417 void IrBuilder::MarkTryCatchBlocks(Marker marker) in MarkTryCatchBlocks()
458 auto marker = marker_holder.GetMarker(); in ResolveTryCatchBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dir_builder.cpp490 static void MarkNormalControlFlow(BasicBlock *block, Marker marker) in MarkNormalControlFlow()
500 void IrBuilder::MarkTryCatchBlocks(Marker marker) in MarkTryCatchBlocks()
541 auto marker = markerHolder.GetMarker(); in ResolveTryCatchBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Ddominators_tree.cpp193 auto marker = markerHolder.GetMarker(); in IsPathBetweenBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Ddominators_tree.cpp193 auto marker = marker_holder.GetMarker(); in IsPathBetweenBlocks() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp1697 …auto marker = builder_.LoadConstOffset(VariableType::JS_ANY(), protoHClass, JSHClass::PROTO_CHANGE… in LowerPrototypeCheck() local
2661 …auto marker = builder_.LoadConstOffset(VariableType::JS_ANY(), protoHClass, JSHClass::PROTO_CHANGE… in LowerProtoChangeMarkerCheck() local

12