Home
last modified time | relevance | path

Searched defs:marker (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dpartial_gc.cpp104 auto marker = heap_->GetConcurrentMarker(); in Finish() local
H A Dfull_gc.cpp68 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in RunPhasesForAppSpawn() local
194 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in HasEvacuated() local
H A Dincremental_marker.h99 explicit RecursionScope(IncrementalMarker* marker) : marker_(marker) in RecursionScope() argument
H A Dconcurrent_marker.h131 explicit RecursionScope(ConcurrentMarker* marker) : marker_(marker) in RecursionScope() argument
H A Dmem_controller.cpp210 void MemController::RecordAfterConcurrentMark(MarkType markType, const ConcurrentMarker *marker) in RecordAfterConcurrentMark() argument
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_gc.cpp79 SharedGCMarker *marker = sHeap_->GetSharedGCMarker(); in Mark() local
H A Dshared_full_gc.cpp64 SharedGCMovableMarker *marker = sHeap_->GetSharedGCMovableMarker(); in Mark() local
163 auto marker = reinterpret_cast<SharedGCMovableMarker *>(sHeap_->GetSharedGCMovableMarker()); in HasEvacuated() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgenerational-gc-base-inl.h26 void GenerationalGC<LanguageConfig>::MarkStack(Marker *marker, GCMarkingStackType *stack, in MarkStack() argument
53 NO_THREAD_SAFETY_ANALYSIS void GenerationalGC<LanguageConfig>::MarkImpl(Marker *marker, in MarkImpl() argument
91 VisitCardTableConcurrent(Marker *marker, GCMarkingStackType *objectsStack, const ReferenceCheckPredicateT &refPred, const MemRangeChecker &memRangeChecker, const GC::MarkPreprocess &markPreprocess) VisitCardTableConcurrent() argument
[all...]
H A Dgc_marker.h335 explicit NoAtomicGCMarkerScope(Marker *marker) in NoAtomicGCMarkerScope() argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
H A Dbranch_elimination.cpp180 bool AllPredecessorsMarked(BasicBlock *block, Marker marker) in AllPredecessorsMarked() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_transform.h72 bool LoopVisitLRN(Loop *loop, Marker marker) in LoopVisitLRN() argument
88 bool VisitBlockInLoop(BasicBlock *block, Loop *loop, Marker marker) in VisitBlockInLoop() argument
120 bool VisitLoop(Loop *loop, [[maybe_unused]] Marker marker) in VisitLoop() argument
[all...]
H A Dloop_idioms.cpp88 bool CanReplaceLoop(Loop *loop, Marker marker) in CanReplaceLoop() argument
136 Marker marker = holder.GetMarker(); in TryTransformArrayInitIdiom() local
H A Dbranch_elimination.cpp244 bool AllPredecessorsMarked(BasicBlock *block, Marker marker) in AllPredecessorsMarked() argument
H A Dlse.cpp407 bool ExistsPathWithoutShadowingStores(BasicBlock *start, BasicBlock *block, Marker marker) in ExistsPathWithoutShadowingStores() argument
440 auto marker = inst->GetBasicBlock()->GetGraph()->NewMarker(); in FinalizeShadowedStores() local
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Ddominators_tree.cpp199 auto marker = marker_holder.GetMarker(); in IsPathBetweenBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Ddominators_tree.cpp193 auto marker = markerHolder.GetMarker(); in IsPathBetweenBlocks() local
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp400 static void MarkNormalControlFlow(BasicBlock *block, Marker marker) in MarkNormalControlFlow() argument
410 void IrBuilder::MarkTryCatchBlocks(Marker marker) in MarkTryCatchBlocks() argument
451 auto marker = marker_holder.GetMarker(); in ResolveTryCatchBlocks() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dloop_unswitcher.cpp221 EstimateUnswitchInstructionsCount(BasicBlock *bb, const BasicBlock *backEdge, const Inst *unswitchInst, bool trueCond, Marker marker) EstimateUnswitchInstructionsCount() argument
H A Dgraph.cpp625 static void MarkSuccessBlocks(BasicBlock *block, Marker marker) in MarkSuccessBlocks() argument
638 void MarkLoopExits(const Graph *graph, Marker marker) in MarkLoopExits() argument
H A Danalysis.cpp59 bool FindBlockBetween(BasicBlock *dominateBb, BasicBlock *currentBb, Marker marker) in FindBlockBetween() argument
354 bool CanRemoveOverflowCheck(Inst *inst, Marker marker) in CanRemoveOverflowCheck() argument
872 FindInstBetween(Inst *domInst, BasicBlock *currentBb, Marker marker) FindInstBetween() argument
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph.cpp434 void MarkLoopExits(const Graph *graph, Marker marker) in MarkLoopExits() argument
H A Dbasicblock.cpp749 bool BlocksPathDfsSearch(Marker marker, BasicBlock *block, const BasicBlock *target_block, in BlocksPathDfsSearch() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp582 static void MarkNormalControlFlow(BasicBlock *block, Marker marker) in MarkNormalControlFlow() argument
592 void IrBuilder::MarkTryCatchBlocks(Marker marker) in MarkTryCatchBlocks() argument
633 auto marker = markerHolder.GetMarker(); in ResolveTryCatchBlocks() local
/arkcompiler/ets_runtime/ecmascript/
H A Ddump.cpp639 JSTaggedValue marker = jshclass->GetProtoChangeMarker(); in DumpHClass() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp1430 GateRef marker = GetProtoChangeMarkerFromHClass(LoadHClass(prototype)); in Filter() local
2642 GateRef marker = GetProtoChangeMarkerFromHClass(LoadHClass(prototype)); in Map() local

Completed in 29 milliseconds

12