Home
last modified time | relevance | path

Searched refs:EnableForceGC (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Decma_vm_test.cpp63 EXPECT_TRUE(options1Out.EnableForceGC() != options2Out.EnableForceGC()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp797 if (vm_->GetJSOptions().EnableForceGC()) { in CheckSafepoint()
H A Djs_runtime_options.h379 bool EnableForceGC() const in EnableForceGC() function in panda::ecmascript::JSRuntimeOptions
H A Dshared_object_factory.cpp32 if (frequency == 0 || !vm_->GetJSOptions().EnableForceGC() || !vm_->IsInitialized() || in NewSObjectHook()
H A Dobject_factory.cpp3377 if (vm_->GetJSOptions().EnableForceGC() && vm_->IsInitialized() && thread_->IsAllContextsInitialized() && in NewObjectHook()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp632 if (!thread->GetEcmaVM()->GetJSOptions().EnableForceGC()) { in DEF_RUNTIME_STUBS()

Completed in 26 milliseconds