Home
last modified time | relevance | path

Searched refs:enableCodeSign (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp109 bool enableCodeSign = !compilationEnv_->GetJSOptions().GetDisableCodeSign(); in RunCg() local
110 CompileModuleThenDestroyIfNeeded(enableCodeSign); // isJit AND !DisabelCodeSign in RunCg()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp174 bool enableCodeSign = !ohos::JitTools::GetCodeSignDisable(options.GetDisableCodeSign()); in SetEnableOrDisable() local
177 if (enableCodeSign && shouldCompileMain) { in SetEnableOrDisable()
180 JitTaskpool::GetCurrentTaskpool()->Initialize(enableCodeSign && !shouldCompileMain); in SetEnableOrDisable()
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp113 bool enableCodeSign = !vm->GetJSOptions().GetDisableCodeSign(); in SetupCodeSigner() local
114 if (enableCodeSign && JitFort::IsResourceAvailable()) { in SetupCodeSigner()