Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dfull_gc.cpp52 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in RunPhasesForAppSpawn() local
173 auto marker = reinterpret_cast<CompressGCMarker*>(heap_->GetCompressGCMarker()); in HasEvacuated() local
Dpartial_gc.cpp93 auto marker = heap_->GetConcurrentMarker(); in Finish() local
Dmem_controller.cpp159 void MemController::RecordAfterConcurrentMark(const bool isFull, const ConcurrentMarker *marker) in RecordAfterConcurrentMark()
/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/compiler/optimizer/analysis/
Ddominators_tree.cpp193 auto marker = marker_holder.GetMarker(); in IsPathBetweenBlocks() local
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp544 JSTaggedValue marker = jshclass->GetProtoChangeMarker(); in DumpHClass() local
Dobject_factory.cpp2624 JSHandle<ProtoChangeMarker> marker(thread_, header); in NewProtoChangeMarker() local