Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h453 ECMA_LDPATCHVAR_PREF_IMM16 = 36351, enumerator
Dold_instruction.h1219 case Opcode::ECMA_LDPATCHVAR_PREF_IMM16: in GetFormat()
2046 case Opcode::ECMA_LDPATCHVAR_PREF_IMM16: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp504 case OldBytecodeInst::Opcode::ECMA_LDPATCHVAR_PREF_IMM16: { in FixOpcode()