Searched refs:cached_descriptor_ (Results 1 – 1 of 1) sorted by relevance
205 cached_descriptor_(dex_file_->StringByTypeIdx(dex::TypeIndex(*type_info->GetIterator()))), in DexFileAndClassPair()215 return cached_descriptor_; in GetCachedDescriptor()219 const int cmp = strcmp(cached_descriptor_, rhs.cached_descriptor_); in operator <()233 cached_descriptor_ = dex_file_->StringByTypeIdx(dex::TypeIndex(*type_info_->GetIterator())); in Next()248 const char* cached_descriptor_; member in art::DexFileAndClassPair