Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds