Home
last modified time | relevance | path

Searched defs:BytecodeInstruction (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandafile/tests/
Dbytecode_imm_fetch_tests.cpp26 TEST(BytecodeInstruction, Signed) in TEST() argument
66 TEST(BytecodeInstruction, UnsignedOneImm) in TEST() argument
100 TEST(BytecodeInstruction, UnsignedTwoImm) in TEST() argument
141 TEST(BytecodeInstruction, OutputOperator) in TEST() argument
Dbytecode_instruction_tests.cpp276 TEST(BytecodeInstruction, JumpTo) in TEST() argument
/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_imm_tests.cpp27 TEST(BytecodeInstruction, Signed) in TEST() argument
66 TEST(BytecodeInstruction, Unsigned) in TEST() argument
/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h409 using BytecodeInstruction = BytecodeInst<BytecodeInstMode::FAST>; variable
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_instruction.h430 using BytecodeInstruction = BytecodeInst<BytecodeInstMode::FAST>; variable
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp29 TEST(BytecodeInstruction, Parse) in TEST() argument
251 TEST(BytecodeInstruction, JumpTo) in TEST() argument