Searched refs:storage_idx (Results 1 – 1 of 1) sorted by relevance
128 uint32_t storage_idx = DexFile::kDexNoIndex; in IsFastStaticField() local132 storage_idx = fields_class->GetDexTypeIndex(); in IsFastStaticField()145 storage_idx = dex_file->GetIndexForTypeId(*type_id); in IsFastStaticField()149 if (storage_idx != DexFile::kDexNoIndex) { in IsFastStaticField()151 *storage_index = storage_idx; in IsFastStaticField()154 CanAssumeTypeIsPresentInDexCache(*dex_file, storage_idx); in IsFastStaticField()