Searched defs:Proto (Results 1 – 2 of 2) sorted by relevance
224 struct Proto : public IndexedOperand { struct225 ir::Proto* ir_proto; argument227 Proto(ir::Proto* ir_proto, dex::u4 index) : IndexedOperand(index), ir_proto(ir_proto) {} in Proto() function229 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()
190 struct Proto : public IndexedNode { struct193 String* shorty;194 Type* return_type;195 TypeList* param_types;