Searched defs:BytecodeInst (Results 1 – 3 of 3) sorted by relevance
233 explicit BytecodeInst(const uint8_t *pc) : Base {pc} in BytecodeInst() function238 …explicit BytecodeInst(const uint8_t *pc, const uint8_t *from, const uint8_t *to) : Base {pc, from,… in BytecodeInst() function
175 explicit BytecodeInst(const uint8_t *pc) : Base {pc} {} in BytecodeInst() function