Home | History | Annotate | Download | only in dexlayout

Lines Matching refs:Shorty

532   ProtoId(const StringId* shorty, const TypeId* return_type, TypeList* parameters)
533 : shorty_(shorty), return_type_(return_type), parameters_(parameters)
539 const StringId* Shorty() const { return shorty_; }