Searched defs:initialized_static_storage (Results 1 - 1 of 1) sorted by relevance

/art/runtime/mirror/
H A Ddex_cache.cc40 ObjectArray<StaticStorageBase>* initialized_static_storage) {
47 CHECK(initialized_static_storage != NULL);
56 initialized_static_storage, false); local
34 Init(const DexFile* dex_file, String* location, ObjectArray<String>* strings, ObjectArray<Class>* resolved_types, ObjectArray<ArtMethod>* resolved_methods, ObjectArray<ArtField>* resolved_fields, ObjectArray<StaticStorageBase>* initialized_static_storage) argument

Completed in 72 milliseconds