Home | History | Annotate | Download | only in runtime

Lines Matching defs:return_type_idx

847 const DexFile::ProtoId* DexFile::FindProtoId(dex::TypeIndex return_type_idx,
855 int compare = return_type_idx.index_ - proto.return_type_idx_.index_;
885 dex::TypeIndex* return_type_idx,
927 *return_type_idx = type_idx;
935 dex::TypeIndex return_type_idx;
937 bool success = CreateTypeList(signature, &return_type_idx, &param_type_indices);
941 const ProtoId* proto_id = FindProtoId(return_type_idx, param_type_indices);