Home | History | Annotate | Download | only in dexlayout

Lines Matching defs:parameters_

533       : shorty_(shorty), return_type_(return_type), parameters_(parameters)
541 const TypeList* Parameters() const { return parameters_; }
548 TypeList* parameters_; // This can be nullptr.