Home
last modified time | relevance | path

Searched refs:SetAsmOpcodeDisableRange (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h218 void SetAsmOpcodeDisableRange(const std::string &value) in SetAsmOpcodeDisableRange() function
/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp342 SetAsmOpcodeDisableRange(optarg); in ParseCommand()
Djs_runtime_options.h537 void SetAsmOpcodeDisableRange(std::string value) in SetAsmOpcodeDisableRange() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2810 runtimeOptions.SetAsmOpcodeDisableRange(option.GetAsmOpcodeDisableRange()); in CreateJSVM()