Home
last modified time | relevance | path

Searched refs:GetCodeSignDisable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
Djit_tools.h88 static bool GetCodeSignDisable(bool value) in GetCodeSignDisable() function
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp104 bool jitDisableCodeSign = ohos::JitTools::GetCodeSignDisable(options.GetDisableCodeSign()); in ConfigOptions()
174 bool enableCodeSign = !ohos::JitTools::GetCodeSignDisable(options.GetDisableCodeSign()); in SetEnableOrDisable()