Searched defs:isReturn (Results 1 – 9 of 9) sorted by relevance
45 public static boolean isReturn(int opcode) { in isReturn() method in Util
54 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
211 bool isReturn() const { return Flags & (1 << MCID::Return); } in isReturn() function
57 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
274 bool isReturn() const { return Flags & (1ULL << MCID::Return); } in isReturn() function
59 virtual bool isReturn(const MCInst &Inst) const { in isReturn() function
280 bool isReturn() const { return Flags & (1ULL << MCID::Return); } in isReturn() function
80 fun AbstractInsnNode.isReturn() = in AbstractInsnNode() method
224 bool isReturn : 1; variable