Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dbytecode_instruction_tests.cpp34 const uint8_t bytecode[] = {0x00, 0xa1, 0xff}; in TEST() local
42 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
83 const uint8_t bytecode[] = {0x00, 0xf2, 0x12, 0xff}; in TEST() local
90 const uint8_t bytecode[] = {0x00, 0x12, 0xf2, 0xff}; in TEST() local
98 const uint8_t bytecode[] = {0x00, 0x10, 0xf2, 0x12, 0xff}; in TEST() local
106 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
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 …]
Dbytecode_imm_fetch_tests.cpp30 const uint8_t bytecode[] = {0x4f, 0x17}; in TEST() local
42 const uint8_t bytecode[] = {0x4d, 0xea}; in TEST() local
53 const uint8_t bytecode[] = {0x62, 0x1e, 0x00, 0x00, 0x00}; in TEST() local
65 const uint8_t bytecode[] = {0x63, 0x1f, 0x85, 0xeb, 0x51, 0xb8, 0x1e, 0x09, 0x40}; in TEST() local
78 const uint8_t bytecode[] = {0x2f, 0x8e, 0x00, 0x02, 0x03}; in TEST() local
91 const uint8_t bytecode[] = {0x1f, 0x0d}; in TEST() local
103 const uint8_t bytecode[] = {0x8c, 0x80, 0x00, 0x06, 0x00}; in TEST() local
118 const uint8_t bytecode[] = {0x3d, 0x20}; in TEST() local
133 const uint8_t bytecode[] = {0x33, 0x02, 0x08, 0x00, 0x01}; in TEST() local
148 const uint8_t bytecode[] = {0x35, 0x02, 0x09, 0x00, 0x0c, 0x00, 0x02, 0x00, 0x03}; in TEST() local
[all …]
Dbytecode_jump_range_tests.cpp30 const uint8_t bytecode[] = {0x4d, 0xea}; in TEST() local
36 const uint8_t bytecode[] = {0x08, 0x0b, 0x03, 0x06}; in TEST() local
46 const uint8_t bytecode[] = {0x08, 0x0b, 0x03, 0x06}; in TEST() local
52 const uint8_t bytecode[] = {0x44, 0x58}; in TEST() local
61 const uint8_t bytecode[] = {0x3f, 0x0a, 0x00, 0x00}; in TEST() local
67 const uint8_t bytecode[] = {0x08, 0x0b, 0x03, 0x06}; in TEST() local
Dbytecode_rerturn_throw_tests.cpp30 const uint8_t bytecode[] = {0x65}; in TEST() local
36 const uint8_t bytecode[] = {0xfe}; in TEST() local
42 const uint8_t bytecode[] = {0x3f, 0x00, 0x0c, 0x00}; in TEST() local
/arkcompiler/runtime_core/disassembler/tests/
Ddisassembler_imm_tests.cpp31 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/tooling/inspector/evaluation/
Devaluation_engine.cpp22 uint32_t frameNumber, const ExpressionWrapper &bytecode, Method **method) in EvaluateExpression()
/arkcompiler/toolchain/tooling/static/evaluation/
Devaluation_engine.cpp22 uint32_t frameNumber, const ExpressionWrapper &bytecode, Method **method) in EvaluateExpression()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/
Dconditional_breakpoint.h31 …nalBreakpoint(BreakpointId id, SourceFileFilter &&filter, size_t line, const std::string *bytecode) in ConditionalBreakpoint()
Ddebuggable_thread.cpp139 uint32_t frameNumber, const ExpressionWrapper &bytecode) in EvaluateExpression()
/arkcompiler/toolchain/tooling/static/debugger/
Dconditional_breakpoint.h31 …nalBreakpoint(BreakpointId id, SourceFileFilter &&filter, size_t line, const std::string *bytecode) in ConditionalBreakpoint()
Ddebuggable_thread.cpp139 uint32_t frameNumber, const ExpressionWrapper &bytecode) in EvaluateExpression()
/arkcompiler/runtime_core/static_core/runtime/tests/
Dinterpreter_test.cpp115 const std::vector<uint8_t> &bytecode) in CreateMethod()
156 Class *klass, Frame *f, const std::vector<uint8_t> &bytecode) in CreateMethod()
213 std::vector<uint8_t> bytecode; in TEST_F() local
320 std::vector<uint8_t> bytecode; in TEST_F() local
409 std::vector<uint8_t> bytecode; in TestUnimpelemented() local
449 std::vector<uint8_t> bytecode; in TEST_F() local
488 std::vector<uint8_t> bytecode; in TestFcmp() local
539 std::vector<uint8_t> bytecode; in TestOneLabelJmp() local
576 std::vector<uint8_t> bytecode; in TestTwoLabelsJmp() local
622 std::vector<uint8_t> bytecode; in TestOneLabelJmpz() local
[all …]
/arkcompiler/runtime_core/static_core/runtime/tooling/evaluation/
Dexpression_loader.cpp143 …ected<Method *, Error> LoadExpressionBytecode(ClassLinkerContext *ctx, const std::string &bytecode) in LoadExpressionBytecode()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dthread_state.cpp33 [[maybe_unused]] uint32_t frameNumber, [[maybe_unused]] const ExpressionWrapper &bytecode, in EvaluateExpression()
/arkcompiler/toolchain/tooling/static/tests/
Dthread_state.cpp33 [[maybe_unused]] uint32_t frameNumber, [[maybe_unused]] const ExpressionWrapper &bytecode, in EvaluateExpression()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecodes.cpp835 std::array<uint8_t, 2> bytecode{CALLRUNTIME_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local
841 std::array<uint8_t, 2> bytecode{DEPRECATED_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local
847 std::array<uint8_t, 2> bytecode{WIDE_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local
853 std::array<uint8_t, 2> bytecode{THROW_PREFIX_OPCODE_INDEX, pc}; // 2: 2 opcode in Bytecodes() local
Dgate.cpp895 void Gate::ShortPrint(std::string bytecode, bool inListPreview, size_t highlightIdx) const in ShortPrint()
/arkcompiler/toolchain/tooling/dynamic/test/
Ddebugger_returns_test.cpp141 std::string bytecode; in HWTEST_F_L0() local
/arkcompiler/toolchain/tooling/static/
Dinspector.cpp633 std::string bytecode; in Evaluate() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector.cpp626 std::string bytecode; in Evaluate() local
/arkcompiler/runtime_core/assembler/
Dassembly-emitter.cpp1682 …BuildLineNumberProgram(panda_file::DebugInfoItem *debug_item, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp2106 …:BuildLineNumberProgram(panda_file::DebugInfoItem *debugItem, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()