HomeSort by relevance Sort by last modified time
    Searched defs:DexCache (Results 1 - 2 of 2) sorted by null

  /libcore/libart/src/main/java/java/lang/
DexCache.java 42 final class DexCache {
80 private DexCache() {}
  /art/runtime/mirror/
dex_cache.h 43 class MANAGED DexCache : public Object {
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 39 milliseconds