HomeSort by relevance Sort by last modified time
    Searched refs:AllocDexCache (Results 1 - 3 of 3) sorted by null

  /art/runtime/mirror/
dex_cache_test.cc 38 hs.NewHandle(class_linker_->AllocDexCache(soa.Self(), *java_lang_dex_file_)));
  /art/runtime/
class_linker.h 424 mirror::DexCache* AllocDexCache(Thread* self, const DexFile& dex_file)
    [all...]
class_linker.cc 301 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
310 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
356 // DexCache instances. Needs to be after String, Field, Method arrays since AllocDexCache uses
    [all...]

Completed in 4252 milliseconds