Home
last modified time | relevance | path

Searched defs:markType (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker.cpp24 void SharedGCMarkerBase::MarkRoots(RootVisitor &visitor, SharedMarkType markType) in MarkRoots()
47 …haredGCMarkerBase::MarkLocalVMRoots(RootVisitor &visitor, EcmaVM *localVm, SharedMarkType markType) in MarkLocalVMRoots()
Dshared_concurrent_marker.cpp42 void SharedConcurrentMarker::MarkRoots(SharedMarkType markType) in MarkRoots()
Dshared_gc.cpp84 void SharedGC::MarkRoots(SharedMarkType markType) in MarkRoots()
Dshared_full_gc.cpp68 void SharedFullGC::MarkRoots(SharedMarkType markType) in MarkRoots()
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dtest_report.json49 "markType":"history" string
Dtest_error_report.json49 "markType":"history" string
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_controller.cpp219 void MemController::RecordAfterConcurrentMark(MarkType markType, const ConcurrentMarker *marker) in RecordAfterConcurrentMark()
Dheap.h205 void SetMarkType(MarkType markType) in SetMarkType()