Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dincremental_marker.cpp110 heap_->GetJSThread()->SetMarkStatus(MarkStatus::READY_TO_MARK); in Finish()
131 heap_->GetJSThread()->SetMarkStatus(MarkStatus::READY_TO_MARK); in Reset()
H A Dconcurrent_marker.cpp32 thread_->SetMarkStatus(MarkStatus::READY_TO_MARK); in ConcurrentMarker()
104 thread_->SetMarkStatus(MarkStatus::READY_TO_MARK); in Reset()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_third_test.cpp425 heap->GetJSThread()->SetMarkStatus(MarkStatus::READY_TO_MARK); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.h65 READY_TO_MARK, member in panda::ecmascript::ElementsKind
477 return status == MarkStatus::READY_TO_MARK;
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp2062 BRANCH_LIKELY(Int64Equal(state, Int64(static_cast<int64_t>(MarkStatus::READY_TO_MARK))), &exit, &marking); in SetNonSValueWithBarrier()

Completed in 20 milliseconds