Home
last modified time | relevance | path

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

/ark/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 …]
/ark/runtime_core/runtime/tests/
Dinterpreter_test.cpp107 const std::vector<uint8_t> &bytecode) in CreateMethod()
148 Class *klass, Frame *f, const std::vector<uint8_t> &bytecode) in CreateMethod()
213 std::vector<uint8_t> bytecode; in TEST_F() local
319 std::vector<uint8_t> bytecode; in TEST_F() local
365 std::vector<uint8_t> bytecode; in TEST_F() local
389 std::vector<uint8_t> bytecode; in TestUnimpelemented() local
429 std::vector<uint8_t> bytecode; in TEST_F() local
468 std::vector<uint8_t> bytecode; in TestFcmp() local
522 std::vector<uint8_t> bytecode; in TestConditionalJmp() local
555 std::vector<uint8_t> bytecode; in TestConditionalJmp() local
[all …]
/ark/runtime_core/libpandafile/
Dbytecode_emitter.cpp280 static uint8_t getRegJcond(const std::vector<uint8_t> &bytecode, uint32_t insn_pc, BitImmSize encod… in getRegJcond()
349 uint8_t *bytecode = bytecode_.data(); in UpdateBranches() local
/ark/js_runtime/ecmascript/compiler/
Dslowpath_lowering.cpp70 void SlowPathLowering::Lower(GateRef gate, EcmaOpcode bytecode) in Lower()
Dgate.cpp1043 void Gate::Print(std::string bytecode, bool inListPreview, size_t highlightIdx) const in Print()
/ark/runtime_core/verification/job_queue/
Dcache.h331 const uint8_t *bytecode; member
/ark/runtime_core/assembler/
Dassembly-emitter.cpp1668 …BuildLineNumberProgram(panda_file::DebugInfoItem *debug_item, const std::vector<uint8_t> &bytecode, in BuildLineNumberProgram()