Searched refs:Parameters (Results 1 – 5 of 5) sorted by relevance
154 const dex_ir::TypeList* type_list = proto_id->Parameters(); in DumpProtoId()
116 if (!VerifyTypeList(orig->Parameters(), output->Parameters())) { in VerifyId()
311 buffer[2] = proto_id->Parameters() == nullptr ? 0 : proto_id->Parameters()->GetOffset(); in WriteProtoIds()
241 const dex_ir::TypeList* type_list = proto->Parameters(); in GetSignatureForProtoId()1116 const dex_ir::TypeList* parameters = proto->Parameters(); in DumpCode()
663 const TypeList* Parameters() const { return parameters_; } in Parameters() function