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

/art/runtime/mirror/
H A Ddex_cache.h43 class MANAGED DexCache : public Object { class in namespace:art::mirror
57 return GetFieldObject<String*>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), false);
61 return OFFSET_OF_OBJECT_MEMBER(DexCache, strings_);
65 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_fields_);
69 return OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_methods_);
139 OFFSET_OF_OBJECT_MEMBER(DexCache, resolved_types_), false);
155 OFFSET_OF_OBJECT_MEMBER(DexCache, initialized_static_storage_), false);
159 return GetFieldPtr<const DexFile*>(OFFSET_OF_OBJECT_MEMBER(DexCache, dex_file_), false);
163 return SetFieldPtr(OFFSET_OF_OBJECT_MEMBER(DexCache, dex_file_), dex_file, false);
177 DISALLOW_IMPLICIT_CONSTRUCTORS(DexCache);
[all...]

Completed in 455 milliseconds