Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h325 ECMA_CREATEEMPTYARRAY_PREF_NONE = 5119, enumerator
Dold_instruction.h963 case Opcode::ECMA_CREATEEMPTYARRAY_PREF_NONE: in GetFormat()
1788 case Opcode::ECMA_CREATEEMPTYARRAY_PREF_NONE: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp812 case OldBytecodeInst::Opcode::ECMA_CREATEEMPTYARRAY_PREF_NONE: { in FixOpcode()