Home
last modified time | relevance | path

Searched refs:SetArkProperties (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/snapshotserializebuiltins_fuzzer/
H A Dsnapshotserializebuiltins_fuzzer.cpp33 option1.SetArkProperties(ArkProperties::ENABLE_SNAPSHOT_SERIALIZE); in SnapshotSerializeBuiltinsFuzzTest()
43 option2.SetArkProperties(ArkProperties::ENABLE_SNAPSHOT_DESERIALIZE); in SnapshotSerializeBuiltinsFuzzTest()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_verify_test.cpp38 options.SetArkProperties(options.GetArkProperties() | ArkProperties::ENABLE_HEAP_VERIFY);
86 options.SetArkProperties(options.GetArkProperties() | ArkProperties::ENABLE_HEAP_VERIFY); in HWTEST_F_L0()
H A Decma_vm_test.cpp47 options2.SetArkProperties(ArkProperties::GC_STATS_PRINT); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/tests/
H A Dsnapshot_test.cpp256 options1.SetArkProperties(ArkProperties::ENABLE_SNAPSHOT_SERIALIZE); in HWTEST_F_L0()
268 options2.SetArkProperties(ArkProperties::ENABLE_SNAPSHOT_DESERIALIZE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp500 vm_->GetJSOptions().SetArkProperties(ArkProperties::CPU_PROFILER_COLD_START_MAIN_THREAD); in HWTEST_F_L0()
503 vm_->GetJSOptions().SetArkProperties(ArkProperties::CPU_PROFILER_COLD_START_WORKER_THREAD); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp98 vm->GetJSOptions().SetArkProperties(arkProperties); in Create()
157 GetJSOptions().SetArkProperties(arkProperties); in PostFork()
H A Djs_runtime_options.cpp391 SetArkProperties(argInt); in ParseCommand()
H A Djs_runtime_options.h439 void SetArkProperties(int prop) in SetArkProperties() function in panda::ecmascript::JSRuntimeOptions
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h198 void SetArkProperties(int prop) in SetArkProperties() function in panda::RuntimeOption
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp3701 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
3727 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
3801 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
3828 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
3853 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
3890 thread->GetEcmaVM()->GetJSOptions().SetArkProperties(arkProperties | ArkProperties::ENABLE_ESM_TRACE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4317 runtimeOptions.SetArkProperties(option.GetArkProperties()); in CreateJSVM()

Completed in 42 milliseconds