| /arkcompiler/runtime_core/static_core/runtime/mem/gc/ |
| D | generational-gc-base-inl.h | 26 void GenerationalGC<LanguageConfig>::MarkStack(Marker *marker, GCMarkingStackType *stack, in MarkStack() 53 NO_THREAD_SAFETY_ANALYSIS void GenerationalGC<LanguageConfig>::MarkImpl(Marker *marker, in MarkImpl()
|
| D | gc_marker.h | 335 explicit NoAtomicGCMarkerScope(Marker *marker) in NoAtomicGCMarkerScope()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | loop_transform.h | 72 bool LoopVisitLRN(Loop *loop, Marker marker) in LoopVisitLRN() 87 bool VisitLoop(Loop *loop, [[maybe_unused]] Marker marker) in VisitLoop()
|
| D | loop_idioms.cpp | 88 bool CanReplaceLoop(Loop *loop, Marker marker) in CanReplaceLoop() 136 Marker marker = holder.GetMarker(); in TryTransformArrayInitIdiom() local
|
| D | branch_elimination.cpp | 244 bool AllPredecessorsMarked(BasicBlock *block, Marker marker) in AllPredecessorsMarked()
|
| D | lse.cpp | 399 bool ExistsPathWithoutShadowingStores(BasicBlock *start, BasicBlock *block, Marker marker) in ExistsPathWithoutShadowingStores() 432 auto marker = inst->GetBasicBlock()->GetGraph()->NewMarker(); in FinalizeShadowedStores() local
|
| D | peepholes.cpp | 1586 static bool CanRemoveOverflowCheck(Inst *inst, Marker marker) in CanRemoveOverflowCheck()
|
| /arkcompiler/ets_runtime/ecmascript/mem/ |
| D | full_gc.cpp | 64 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in RunPhasesForAppSpawn() local 189 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in HasEvacuated() local
|
| D | incremental_marker.h | 99 explicit RecursionScope(IncrementalMarker* marker) : marker_(marker) in RecursionScope()
|
| D | partial_gc.cpp | 113 auto marker = heap_->GetConcurrentMarker(); in Finish() local
|
| D | concurrent_marker.h | 141 explicit RecursionScope(ConcurrentMarker* marker) : marker_(marker) in RecursionScope()
|
| D | mem_controller.cpp | 159 void MemController::RecordAfterConcurrentMark(const bool isFull, const ConcurrentMarker *marker) in RecordAfterConcurrentMark()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir/ |
| D | analysis.cpp | 61 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
|
| D | marker.h | 121 for (unsigned int &marker : markers_) { in ClearMarkers() local
|
| D | loop_unswitcher.cpp | 274 bool trueCond, Marker marker) in EstimateUnswitchInstructionsCount()
|
| D | basicblock.cpp | 1031 bool BlocksPathDfsSearch(Marker marker, BasicBlock *block, const BasicBlock *targetBlock, in BlocksPathDfsSearch()
|
| D | graph.cpp | 627 void MarkLoopExits(const Graph *graph, Marker marker) in MarkLoopExits()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | marker.h | 121 for (unsigned int &marker : markers_) { in ClearMarkers() local
|
| D | basicblock.cpp | 750 bool BlocksPathDfsSearch(Marker marker, BasicBlock *block, const BasicBlock *target_block, in BlocksPathDfsSearch()
|
| D | graph.cpp | 433 void MarkLoopExits(const Graph *graph, Marker marker) in MarkLoopExits()
|
| /arkcompiler/runtime_core/compiler/optimizer/ir_builder/ |
| D | ir_builder.cpp | 407 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/ |
| D | ir_builder.cpp | 490 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/ |
| D | dominators_tree.cpp | 193 auto marker = markerHolder.GetMarker(); in IsPathBetweenBlocks() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | dominators_tree.cpp | 193 auto marker = marker_holder.GetMarker(); in IsPathBetweenBlocks() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 1697 …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
|