Home
last modified time | relevance | path

Searched refs:READY_TO_CONCURRENT_MARK (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/daemon/
H A Ddaemon_thread.h68 return GetSharedMarkStatus() == SharedMarkStatus::READY_TO_CONCURRENT_MARK; in IsReadyToConcurrentMark()
97 std::atomic<SharedMarkStatus> markStatus_ {SharedMarkStatus::READY_TO_CONCURRENT_MARK};
H A Ddaemon_task.h25 READY_TO_CONCURRENT_MARK, member in panda::ecmascript::SharedMarkStatus
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_marker.cpp92 dThread_->SetSharedMarkStatus(SharedMarkStatus::READY_TO_CONCURRENT_MARK); in Reset()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.h511 return status == SharedMarkStatus::READY_TO_CONCURRENT_MARK;
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp1951 BRANCH(Int64Equal(state, Int64(static_cast<int64_t>(SharedMarkStatus::READY_TO_CONCURRENT_MARK))), in SetSValueWithBarrier()

Completed in 19 milliseconds