Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/
Dold_instruction_enum.h236 RETURN_DYN = 166, enumerator
Dold_instruction.h785 case Opcode::RETURN_DYN: in GetFormat()
1610 case Opcode::RETURN_DYN: in HasFlag()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dpanda_file_translator.cpp389 case OldBytecodeInst::Opcode::RETURN_DYN: { in FixOpcode()