| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | bytecode_instruction_tests.cpp | 33 const uint8_t bytecode[] = {0x00, 0xa1, 0xff}; in TEST() local 41 const uint8_t bytecode[] = {0x00, 0x2f, 0xff}; in TEST() local 50 const uint8_t bytecode[] = {0x00, 0xf2, 0xff}; in TEST() local 57 const uint8_t bytecode[] = {0x00, 0x21, 0xff}; in TEST() local 65 const uint8_t bytecode[] = {0x00, 0x12, 0xf2, 0xff}; in TEST() local 73 const uint8_t bytecode[] = {0x00, 0xf2, 0x12, 0xff}; in TEST() local 82 const uint8_t bytecode[] = {0x00, 0xf2, 0x12, 0xff}; in TEST() local 89 const uint8_t bytecode[] = {0x00, 0x12, 0xf2, 0xff}; in TEST() local 97 const uint8_t bytecode[] = {0x00, 0x10, 0xf2, 0x12, 0xff}; in TEST() local 105 const uint8_t bytecode[] = {0x00, 0xff, 0x12, 0xf2, 0xff}; in TEST() local [all …]
|
| /arkcompiler/runtime_core/libpandafile/tests/ |
| D | bytecode_instruction_tests.cpp | 31 const uint8_t bytecode[] = {0x00, 0xa1, 0xff}; in TEST() local 39 const uint8_t bytecode[] = {0x00, 0x2f, 0xff}; in TEST() local 51 const uint8_t bytecode[] = {0x00, 0xf2, 0xff}; in TEST() local 58 const uint8_t bytecode[] = {0x00, 0x21, 0xff}; in TEST() local 66 const uint8_t bytecode[] = {0x00, 0x12, 0xf2, 0xff}; in TEST() local 74 const uint8_t bytecode[] = {0x00, 0xf2, 0x12, 0xff}; in TEST() local 86 const uint8_t bytecode[] = {0x00, 0xf2, 0x12, 0xff}; in TEST() local 93 const uint8_t bytecode[] = {0x00, 0x12, 0xf2, 0xff}; in TEST() local 101 const uint8_t bytecode[] = {0x00, 0x10, 0xf2, 0x12, 0xff}; in TEST() local 109 const uint8_t bytecode[] = {0x00, 0xff, 0x12, 0xf2, 0xff}; in TEST() local [all …]
|
| D | bytecode_imm_fetch_tests.cpp | 30 const uint8_t bytecode[] = {0x4f, 0x17}; in TEST() local 40 const uint8_t bytecode[] = {0x4d, 0xea}; in TEST() local 49 const uint8_t bytecode[] = {0x62, 0x1e, 0x00, 0x00, 0x00}; in TEST() local 59 const uint8_t bytecode[] = {0x63, 0x1f, 0x85, 0xeb, 0x51, 0xb8, 0x1e, 0x09, 0x40}; in TEST() local 70 const uint8_t bytecode[] = {0x2f, 0x8e, 0x00, 0x02, 0x03}; in TEST() local 81 const uint8_t bytecode[] = {0x1f, 0x0d}; in TEST() local 91 const uint8_t bytecode[] = {0x8c, 0x80, 0x00, 0x06, 0x00}; in TEST() local 104 const uint8_t bytecode[] = {0x3d, 0x20}; in TEST() local 116 const uint8_t bytecode[] = {0x33, 0x02, 0x08, 0x00, 0x01}; in TEST() local 128 const uint8_t bytecode[] = {0x35, 0x02, 0x09, 0x00, 0x0c, 0x00, 0x02, 0x00, 0x03}; in TEST() local [all …]
|
| /arkcompiler/runtime_core/disassembler/tests/ |
| D | disassembler_imm_tests.cpp | 31 const uint8_t bytecode[] = {0x4f, 0x17}; in TEST() local 40 const uint8_t bytecode[] = {0x4d, 0xea}; in TEST() local 49 const uint8_t bytecode[] = {0x62, 0x1e, 0x00, 0x00, 0x00}; in TEST() local 58 const uint8_t bytecode[] = {0x63, 0x1f, 0x85, 0xeb, 0x51, 0xb8, 0x1e, 0x09, 0x40}; in TEST() local 70 const uint8_t bytecode[] = {0x2f, 0x8e, 0x00, 0x02, 0x03}; in TEST() local 79 const uint8_t bytecode[] = {0x1f, 0x0d}; in TEST() local 88 const uint8_t bytecode[] = {0x3d, 0x20}; in TEST() local 98 const uint8_t bytecode[] = {0x08, 0x11, 0x01, 0x0b}; in TEST() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 115 const std::vector<uint8_t> &bytecode) in CreateMethod() 156 Class *klass, Frame *f, const std::vector<uint8_t> &bytecode) in CreateMethod() 212 std::vector<uint8_t> bytecode; in TEST_F() local 319 std::vector<uint8_t> bytecode; in TEST_F() local 408 std::vector<uint8_t> bytecode; in TestUnimpelemented() local 448 std::vector<uint8_t> bytecode; in TEST_F() local 487 std::vector<uint8_t> bytecode; in TestFcmp() local 538 std::vector<uint8_t> bytecode; in TestOneLabelJmp() local 575 std::vector<uint8_t> bytecode; in TestTwoLabelsJmp() local 621 std::vector<uint8_t> bytecode; in TestOneLabelJmpz() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 559 std::array<uint8_t, 2> bytecode{CALLRUNTIME_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local 565 std::array<uint8_t, 2> bytecode{DEPRECATED_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local 571 std::array<uint8_t, 2> bytecode{WIDE_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local 577 std::array<uint8_t, 2> bytecode{THROW_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local
|
| D | gate.cpp | 896 void Gate::ShortPrint(std::string bytecode, bool inListPreview, size_t highlightIdx) const in ShortPrint()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_returns_test.cpp | 141 std::string bytecode; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.cpp | 1732 …BuildLineNumberProgram(panda_file::DebugInfoItem *debug_item, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 1737 …:BuildLineNumberProgram(panda_file::DebugInfoItem *debugItem, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()
|