Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.h545 std::string strAsmOpcodeDisableRange = asmOpcodeDisableRange_; in ParseAsmInterOption() local
546 if (strAsmOpcodeDisableRange.empty()) { in ParseAsmInterOption()
551 size_t pos = strAsmOpcodeDisableRange.find(","); in ParseAsmInterOption()
553 std::string strStart = strAsmOpcodeDisableRange.substr(0, pos); in ParseAsmInterOption()
554 std::string strEnd = strAsmOpcodeDisableRange.substr(pos + 1); in ParseAsmInterOption()