Searched refs:OldBytecodeInstBase (Results 1 – 2 of 2) sorted by relevance
29 class OldBytecodeInstBase {31 OldBytecodeInstBase() = default;32 explicit OldBytecodeInstBase(const uint8_t *pc) : pc_ {pc} {} in OldBytecodeInstBase() function33 ~OldBytecodeInstBase() = default;
22 class OldBytecodeInst : OldBytecodeInstBase {26 explicit OldBytecodeInst(const uint8_t *pc) : OldBytecodeInstBase {pc} in OldBytecodeInst()42 return OldBytecodeInst(OldBytecodeInstBase::GetPointer(offset)); in JumpTo()52 return OldBytecodeInstBase::GetAddress(); in GetAddress()