Searched refs:V4_V4_ID16 (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 244 // V4_V4_ID16 in TEST() 249 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 250 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_ID16, 1>()), 0x2); in TEST() 251 EXPECT_EQ((inst.GetId<BytecodeInstruction::Format::V4_V4_ID16, 0>()), BytecodeId(0xeef1)); in TEST() 500 // V4_V4_ID16 in TEST() 505 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 506 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 1>()), 0x2); in TEST() 507 EXPECT_EQ((inst.GetId<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), BytecodeId(0xeef1)); in TEST() 735 // V4_V4_ID16 in TEST() 741 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, in TEST() [all...] |
/arkcompiler/runtime_core/static_core/libpandafile/tests/ |
H A D | bytecode_instruction_tests.cpp | 220 // V4_V4_ID16 in TEST() 225 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 226 EXPECT_EQ((inst.GetVReg<BytecodeInstruction::Format::V4_V4_ID16, 1>()), 0x2); in TEST() 227 EXPECT_EQ((inst.GetId<BytecodeInstruction::Format::V4_V4_ID16>()), BytecodeId(0xeef1)); in TEST() 453 // V4_V4_ID16 in TEST() 458 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 0>()), 0x1); in TEST() 459 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, 1>()), 0x2); in TEST() 460 EXPECT_EQ((inst.GetId<BytecodeInstructionSafe::Format::V4_V4_ID16>()), BytecodeId(0xeef1)); in TEST() 658 // V4_V4_ID16 in TEST() 664 EXPECT_EQ((inst.GetVReg<BytecodeInstructionSafe::Format::V4_V4_ID16, in TEST() [all...] |
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | interpreter_test_switch.cpp | 151 EXPECT_EQ(event.bcOffset, BytecodeInstruction::Size(BytecodeInstruction::Format::V4_V4_ID16)); in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/jspandafile/bytecode_inst/ |
H A D | old_instruction.h | 87 if (format == Format::V4_V4_ID16) { in GetId() 400 case Format::V4_V4_ID16: { in Size() 694 return Format::V4_V4_ID16; in GetFormat() 698 return Format::V4_V4_ID16; in GetFormat() 716 return Format::V4_V4_ID16; in GetFormat() 718 return Format::V4_V4_ID16; in GetFormat() 720 return Format::V4_V4_ID16; in GetFormat() 722 return Format::V4_V4_ID16; in GetFormat() 724 return Format::V4_V4_ID16; in GetFormat() 726 return Format::V4_V4_ID16; in GetFormat() [all...] |
H A D | old_instruction_enum.h | 57 V4_V4_ID16, member in Format
|
/arkcompiler/runtime_core/static_core/runtime/interpreter/ |
H A D | interpreter-inl.h | 3186 static_assert(FORMAT == BytecodeInstruction::Format::V4_V4_ID16, "Invalid call short format"); in CopyCallShortArguments() 3274 if constexpr (FORMAT == BytecodeInstruction::Format::V4_V4_ID16) { in CopyArguments() 3297 if (FORMAT == BytecodeInstruction::Format::V4_V4_ID16 || in CreateAndSetFrame()
|
/arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
H A D | entrypoints.cpp | 1206 return CreateMultiDimArray<BytecodeInstruction::Format::V4_V4_ID16>(thread, frame, klass, caller, methodId, in CreateMultiDimensionalArrayById()
|
Completed in 24 milliseconds