Home
last modified time | relevance | path

Searched refs:GetDisableCodeSign (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.cpp109 bool enableCodeSign = !compilationEnv_->GetJSOptions().GetDisableCodeSign(); in RunCg()
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp104 bool jitDisableCodeSign = ohos::JitTools::GetCodeSignDisable(options.GetDisableCodeSign()); in ConfigOptions()
131 SetDisableCodeSign(vm->GetJSOptions().GetDisableCodeSign()); in ConfigJitFortOptions()
174 bool enableCodeSign = !ohos::JitTools::GetCodeSignDisable(options.GetDisableCodeSign()); in SetEnableOrDisable()
/arkcompiler/ets_runtime/ecmascript/mem/
Dspace.cpp153 …ageProtectProt(reinterpret_cast<Heap *>(heap_)->GetEcmaVM()->GetJSOptions().GetDisableCodeSign() || in AllocateFort()
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h687 bool GetDisableCodeSign() const in GetDisableCodeSign() function
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
Dbaseline_compiler.cpp113 bool enableCodeSign = !vm->GetJSOptions().GetDisableCodeSign(); in SetupCodeSigner()