Home | History | Annotate | Download | only in profman

Lines Matching defs:return_type_idx

690     dex::TypeIndex return_type_idx;
692 if (!dex_file->CreateTypeList(signature, &return_type_idx, &param_type_idxs)) {
696 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type_idx, param_type_idxs);