Searched defs:BytecodeInstBase (Results 1 – 1 of 1) sorted by relevance
32 class BytecodeInstBase; variable81 explicit BytecodeInstBase(const uint8_t *pc) : pc_ {pc} {} in BytecodeInstBase() function121 explicit BytecodeInstBase(const uint8_t *pc, const uint8_t *from, const uint8_t *to) in BytecodeInstBase() function