Home
last modified time | relevance | path

Searched defs:Proto (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dcode_ir.h236 struct Proto : public IndexedOperand { struct
237 ir::Proto* ir_proto; argument
239 Proto(ir::Proto* ir_proto, dex::u4 index) : IndexedOperand(index), ir_proto(ir_proto) {} in Proto() argument
241 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()
Ddex_ir.h191 struct Proto : public IndexedNode { struct
194 String* shorty;
195 Type* return_type;
196 TypeList* param_types;