Lines Matching refs:dex
423 dex::TypeIndex class_idx = referrer_dex_cache->GetDexFile()->GetFieldId(field_idx).class_idx_;
424 // The referenced class has already been resolved with the field, but may not be in the dex
425 // cache. Use LookupResolveType here to search the class table if it is not in the dex cache.
461 dex::TypeIndex class_idx = referrer_dex_cache->GetDexFile()->GetMethodId(method_idx).class_idx_;
462 // The referenced class has already been resolved with the method, but may not be in the dex
827 // From-space version is the same as the to-space version since the dex file never changes.
905 klass->SetDexTypeIndex(dex::TypeIndex(DexFile::kDexNoIndex16)); // Default to no valid type