Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp290 SetAsmOpcodeDisableRange(optarg); in ParseCommand()
Djs_runtime_options.h476 void SetAsmOpcodeDisableRange(std::string value) in SetAsmOpcodeDisableRange() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1080 void SetAsmOpcodeDisableRange(const std::string &value) in SetAsmOpcodeDisableRange() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp301 runtimeOptions.SetAsmOpcodeDisableRange(option.GetAsmOpcodeDisableRange()); in CreateJSVM()