Home
last modified time | relevance | path

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

/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/runtime/tests/
Dinterpreter_test.cpp108 const std::vector<uint8_t> &bytecode) in CreateMethod()
150 Class *klass, Frame *f, const std::vector<uint8_t> &bytecode) in CreateMethod()
206 std::vector<uint8_t> bytecode; in TEST_F() local
313 std::vector<uint8_t> bytecode; in TEST_F() local
402 std::vector<uint8_t> bytecode; in TestUnimpelemented() local
442 std::vector<uint8_t> bytecode; in TEST_F() local
481 std::vector<uint8_t> bytecode; in TestFcmp() local
536 std::vector<uint8_t> bytecode; in TestConditionalJmp() local
570 std::vector<uint8_t> bytecode; in TestConditionalJmp() local
609 std::vector<uint8_t> bytecode; in TestConditionalJmpz() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp229 std::array<uint8_t, 2> bytecode{CALLRUNTIME_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local
235 std::array<uint8_t, 2> bytecode{DEPRECATED_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local
241 std::array<uint8_t, 2> bytecode{WIDE_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local
247 std::array<uint8_t, 2> bytecode{THROW_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local
Dgate.cpp696 void Gate::Print(std::string bytecode, bool inListPreview, size_t highlightIdx) const in Print()
752 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/runtime_core/verification/jobs/
Dcache.h311 const uint8_t *bytecode; member
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1615 …BuildLineNumberProgram(panda_file::DebugInfoItem *debug_item, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()