Searched defs:BytecodeInstruction (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | bytecode_jump_range_tests.cpp | 26 TEST(BytecodeInstruction, IsJumpInstruction) in TEST() argument 42 TEST(BytecodeInstruction, IsRangeInstruction) in TEST() argument 58 TEST(BytecodeInstruction, GetRangeInsLastRegIdx) { in TEST() argument
|
| D | bytecode_imm_fetch_tests.cpp | 26 TEST(BytecodeInstruction, Signed) in TEST() argument 74 TEST(BytecodeInstruction, UnsignedOneImm) in TEST() argument 114 TEST(BytecodeInstruction, UnsignedTwoImm) in TEST() argument 164 TEST(BytecodeInstruction, OutputOperator) in TEST() argument 207 TEST(BytecodeInstruction, GetLiteralIndex) in TEST() argument 235 TEST(BytecodeInstruction, GetLastVReg) in TEST() argument
|
| D | bytecode_rerturn_throw_tests.cpp | 26 TEST(BytecodeInstruction, IsReturnOrThrowInstruction) in TEST() argument
|
| D | bytecode_instruction_tests.cpp | 276 TEST(BytecodeInstruction, JumpTo) in TEST() argument
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | disassembler_imm_tests.cpp | 27 TEST(BytecodeInstruction, Signed) in TEST() argument 66 TEST(BytecodeInstruction, Unsigned) in TEST() argument
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| D | bytecode_instruction.h | 430 using BytecodeInstruction = BytecodeInst<BytecodeInstMode::FAST>; variable
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | bytecode_instruction.h | 434 using BytecodeInstruction = BytecodeInst<BytecodeInstMode::FAST>; variable
|
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | bytecode_instruction_tests.cpp | 30 TEST(BytecodeInstruction, Parse) in TEST() argument 252 TEST(BytecodeInstruction, JumpTo) in TEST() argument
|