Home | History | Annotate | Download | only in quick

Lines Matching defs:return_type

750   uint32_t return_index = FindClassIndex(dex_file, cache, proto_def.return_type);
755 uint16_t return_type = static_cast<uint16_t>(return_index);
756 DCHECK_EQ(static_cast<uint32_t>(return_type), return_index);
770 const DexFile::ProtoId* proto_id = dex_file->FindProtoId(return_type, signature_type_idxs,