| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| D | bytecode_instruction_tests.cpp | 34 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/ |
| 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 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 …]
|
| D | bytecode_jump_range_tests.cpp | 30 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
|
| D | bytecode_rerturn_throw_tests.cpp | 30 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/ |
| 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/tooling/inspector/evaluation/ |
| D | evaluation_engine.cpp | 22 uint32_t frameNumber, const ExpressionWrapper &bytecode, Method **method) in EvaluateExpression()
|
| /arkcompiler/toolchain/tooling/static/evaluation/ |
| D | evaluation_engine.cpp | 22 uint32_t frameNumber, const ExpressionWrapper &bytecode, Method **method) in EvaluateExpression()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | conditional_breakpoint.h | 31 …nalBreakpoint(BreakpointId id, SourceFileFilter &&filter, size_t line, const std::string *bytecode) in ConditionalBreakpoint()
|
| D | debuggable_thread.cpp | 139 uint32_t frameNumber, const ExpressionWrapper &bytecode) in EvaluateExpression()
|
| /arkcompiler/toolchain/tooling/static/debugger/ |
| D | conditional_breakpoint.h | 31 …nalBreakpoint(BreakpointId id, SourceFileFilter &&filter, size_t line, const std::string *bytecode) in ConditionalBreakpoint()
|
| D | debuggable_thread.cpp | 139 uint32_t frameNumber, const ExpressionWrapper &bytecode) in EvaluateExpression()
|
| /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() 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/ |
| D | expression_loader.cpp | 143 …ected<Method *, Error> LoadExpressionBytecode(ClassLinkerContext *ctx, const std::string &bytecode) in LoadExpressionBytecode()
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | thread_state.cpp | 33 [[maybe_unused]] uint32_t frameNumber, [[maybe_unused]] const ExpressionWrapper &bytecode, in EvaluateExpression()
|
| /arkcompiler/toolchain/tooling/static/tests/ |
| D | thread_state.cpp | 33 [[maybe_unused]] uint32_t frameNumber, [[maybe_unused]] const ExpressionWrapper &bytecode, in EvaluateExpression()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | bytecodes.cpp | 835 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
|
| D | gate.cpp | 895 void Gate::ShortPrint(std::string bytecode, bool inListPreview, size_t highlightIdx) const in ShortPrint()
|
| /arkcompiler/toolchain/tooling/dynamic/test/ |
| D | debugger_returns_test.cpp | 141 std::string bytecode; in HWTEST_F_L0() local
|
| /arkcompiler/toolchain/tooling/static/ |
| D | inspector.cpp | 633 std::string bytecode; in Evaluate() local
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | inspector.cpp | 626 std::string bytecode; in Evaluate() local
|
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.cpp | 1682 …BuildLineNumberProgram(panda_file::DebugInfoItem *debug_item, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| D | assembly-emitter.cpp | 2106 …:BuildLineNumberProgram(panda_file::DebugInfoItem *debugItem, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()
|