Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp33 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/
Dbytecode_instruction_tests.cpp31 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/
Dinterpreter_test.cpp114 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/
Dframe_test.cpp56 uint8_t bytecode[] = { in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp510 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
Dgate.cpp791 void Gate::ShortPrint(std::string bytecode, bool inListPreview, size_t highlightIdx) const in ShortPrint()
/arkcompiler/toolchain/tooling/test/
Ddebugger_returns_test.cpp140 std::string bytecode; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.cpp918 size_t bytecode = fullBytecode & 0xff; // 0xff: last byte in CopyBytecodeInfoToBuffer() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1684 …BuildLineNumberProgram(panda_file::DebugInfoItem *debug_item, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp1774 …:BuildLineNumberProgram(panda_file::DebugInfoItem *debugItem, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()