Home | History | Annotate | Download | only in mirror

Lines Matching refs:ObjectArray

166   ObjectArray<String>* GetDexCacheStrings() const;
167 void SetDexCacheStrings(ObjectArray<String>* new_dex_cache_strings)
187 ObjectArray<ArtMethod>* GetDexCacheResolvedMethods() const;
188 void SetDexCacheResolvedMethods(ObjectArray<ArtMethod>* new_dex_cache_methods)
191 ObjectArray<Class>* GetDexCacheResolvedTypes() const;
192 void SetDexCacheResolvedTypes(ObjectArray<Class>* new_dex_cache_types)
195 ObjectArray<StaticStorageBase>* GetDexCacheInitializedStaticStorage() const;
196 void SetDexCacheInitializedStaticStorage(ObjectArray<StaticStorageBase>* new_value)
384 ObjectArray<StaticStorageBase>* dex_cache_initialized_static_storage_;
387 ObjectArray<ArtMethod>* dex_cache_resolved_methods_;
390 ObjectArray<Class>* dex_cache_resolved_types_;
393 ObjectArray<String>* dex_cache_strings_;