Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h484 std::string strAsmOpcodeDisableRange = asmOpcodeDisableRange_; in ParseAsmInterOption() local
485 if (strAsmOpcodeDisableRange.empty()) { in ParseAsmInterOption()
490 size_t pos = strAsmOpcodeDisableRange.find(","); in ParseAsmInterOption()
492 std::string strStart = strAsmOpcodeDisableRange.substr(0, pos); in ParseAsmInterOption()
493 std::string strEnd = strAsmOpcodeDisableRange.substr(pos + 1); in ParseAsmInterOption()