Lines Matching defs:const
26 explicit OldBytecodeInst(const uint8_t *pc) : OldBytecodeInstBase {pc}
30 inline typename OldBytecodeInst::Opcode GetOpcode() const
40 OldBytecodeInst JumpTo(int32_t offset) const
45 OldBytecodeInst GetNext() const
50 const uint8_t *GetAddress() const
55 size_t GetSize() const
60 uint32_t GetId() const
107 auto GetImm() const
1267 inline bool HasFlag(Flags flag) const