Home | History | Annotate | Download | only in runtime

Lines Matching refs:DexCache

48   class DexCache;
240 // result in the DexCache. The referrer is used to identify the
241 // target DexCache and ClassLoader to use for resolution.
246 // result in the DexCache.
248 Handle<mirror::DexCache> dex_cache)
252 // result in the DexCache if found. Return null if not found.
254 Handle<mirror::DexCache> dex_cache)
258 // result in the DexCache. The referrer is used to identity the
259 // target DexCache and ClassLoader to use for resolution.
265 // result in the DexCache. The referrer is used to identify the
266 // target DexCache and ClassLoader to use for resolution.
276 // result in DexCache. The ClassLoader is used to search for the
281 Handle<mirror::DexCache> dex_cache,
294 // result in DexCache. The ClassLinker and ClassLoader are used as
301 Handle<mirror::DexCache> dex_cache,
315 Handle<mirror::DexCache> dex_cache,
325 Handle<mirror::DexCache> dex_cache,
332 ArtField* GetResolvedField(uint32_t field_idx, mirror::DexCache* dex_cache)
339 // result in DexCache. The ClassLinker and ClassLoader are used as
344 Handle<mirror::DexCache> dex_cache,
350 // result in DexCache. The ClassLinker and ClassLoader are used as
355 Handle<mirror::DexCache> dex_cache,
380 mirror::DexCache* RegisterDexFile(const DexFile& dex_file,
384 void RegisterDexFile(const DexFile& dex_file, Handle<mirror::DexCache> dex_cache)
411 mirror::DexCache* FindDexCache(Thread* self,
651 // Weak root to the DexCache. Note: Do not decode this unnecessarily or else class unloading may
654 // The following two fields are caches to the DexCache's fields and here to avoid unnecessary
712 mirror::DexCache* AllocDexCache(Thread* self,
735 void AppendToBootClassPath(const DexFile& dex_file, Handle<mirror::DexCache> dex_cache)
780 void RegisterDexFileLocked(const DexFile& dex_file, Handle<mirror::DexCache> dex_cache)
783 mirror::DexCache* FindDexCacheLocked(Thread* self, const DexFile& dex_file, bool allow_failure)
1081 Handle<mirror::ObjectArray<mirror::DexCache>> dex_caches,