Home
last modified time | relevance | path

Searched defs:BytecodeInst (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dbytecode_instruction.h233 explicit BytecodeInst(const uint8_t *pc) : Base {pc} in BytecodeInst() function
238 …explicit BytecodeInst(const uint8_t *pc, const uint8_t *from, const uint8_t *to) : Base {pc, from,… in BytecodeInst() function
/arkcompiler/runtime_core/static_core/libpandafile/
Dbytecode_instruction.h233 explicit BytecodeInst(const uint8_t *pc) : Base {pc} in BytecodeInst() function
238 …explicit BytecodeInst(const uint8_t *pc, const uint8_t *from, const uint8_t *to) : Base {pc, from,… in BytecodeInst() function
/arkcompiler/runtime_core/libabckit/src/irbuilder_dynamic/
Dbytecode_inst.h175 explicit BytecodeInst(const uint8_t *pc) : Base {pc} {} in BytecodeInst() function