Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Dcode_ir.h224 struct Proto : public IndexedOperand { struct
225 ir::Proto* ir_proto; argument
227 Proto(ir::Proto* ir_proto, dex::u4 index) : IndexedOperand(index), ir_proto(ir_proto) {} in Proto() function
229 virtual bool Accept(Visitor* visitor) override { return visitor->Visit(this); } in Accept()
Ddex_ir.h190 struct Proto : public IndexedNode { struct
193 String* shorty;
194 Type* return_type;
195 TypeList* param_types;