| /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 48 const uint8_t bytecode[] = {0x00, 0xf2, 0xff}; in TEST() local 55 const uint8_t bytecode[] = {0x00, 0x21, 0xff}; in TEST() local 63 const uint8_t bytecode[] = {0x00, 0x12, 0xf2, 0xff}; in TEST() local 71 const uint8_t bytecode[] = {0x00, 0xf2, 0x12, 0xff}; in TEST() local 80 const uint8_t bytecode[] = {0x00, 0xf2, 0x12, 0xff}; in TEST() local 87 const uint8_t bytecode[] = {0x00, 0x12, 0xf2, 0xff}; in TEST() local 95 const uint8_t bytecode[] = {0x00, 0x10, 0xf2, 0x12, 0xff}; in TEST() local 103 const uint8_t bytecode[] = {0x00, 0xff, 0x12, 0xf2, 0xff}; in TEST() local [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | interpreter_test.cpp | 114 const std::vector<uint8_t> &bytecode) in CreateMethod() 155 Class *klass, Frame *f, const std::vector<uint8_t> &bytecode) in CreateMethod() 211 std::vector<uint8_t> bytecode; in TEST_F() local 318 std::vector<uint8_t> bytecode; in TEST_F() local 407 std::vector<uint8_t> bytecode; in TestUnimpelemented() local 447 std::vector<uint8_t> bytecode; in TEST_F() local 486 std::vector<uint8_t> bytecode; in TestFcmp() local 541 std::vector<uint8_t> bytecode; in TestConditionalJmp() local 575 std::vector<uint8_t> bytecode; in TestConditionalJmp() local 617 std::vector<uint8_t> bytecode; in TestConditionalJmpz() local [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | frame_test.cpp | 56 uint8_t bytecode[] = { in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 510 std::array<uint8_t, 2> bytecode{CALLRUNTIME_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local 516 std::array<uint8_t, 2> bytecode{DEPRECATED_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local 522 std::array<uint8_t, 2> bytecode{WIDE_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local 528 std::array<uint8_t, 2> bytecode{THROW_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local
|
| D | gate.cpp | 791 void Gate::ShortPrint(std::string bytecode, bool inListPreview, size_t highlightIdx) const in ShortPrint()
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_returns_test.cpp | 140 std::string bytecode; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
| D | js_stackinfo.cpp | 918 size_t bytecode = fullBytecode & 0xff; // 0xff: last byte in CopyBytecodeInfoToBuffer() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.cpp | 1684 …BuildLineNumberProgram(panda_file::DebugInfoItem *debug_item, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 1774 …:BuildLineNumberProgram(panda_file::DebugInfoItem *debugItem, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()
|