Searched defs:Proto (Results 1 – 2 of 2) sorted by relevance
236 struct Proto : public IndexedOperand { struct237 ir::Proto* ir_proto; argument239 Proto(ir::Proto* ir_proto, dex::u4 index) : IndexedOperand(index), ir_proto(ir_proto) {} in Proto() argument241 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()
191 struct Proto : public IndexedNode { struct194 String* shorty;195 Type* return_type;196 TypeList* param_types;