Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker.cpp22 void SharedGCMarkerBase::MarkRoots(uint32_t threadId, SharedMarkType markType, VMRootVisitType type) in MarkRoots()
45 …d SharedGCMarkerBase::MarkLocalVMRoots(uint32_t threadId, EcmaVM *localVm, SharedMarkType markType, in MarkLocalVMRoots()
/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.cpp164 void MemController::RecordAfterConcurrentMark(MarkType markType, const ConcurrentMarker *marker) in RecordAfterConcurrentMark()
Dheap.h184 void SetMarkType(MarkType markType) in SetMarkType()