HomeSort by relevance Sort by last modified time
    Searched full:code_cache (Results 1 - 14 of 14) sorted by null

  /frameworks/native/cmds/installd/
installd.h 62 #define CODE_CACHE_DIR_POSTFIX "/code_cache"
  /external/chromium_org/v8/src/
heap-snapshot-generator.cc     [all...]
objects.cc     [all...]
factory.cc 784 Handle<CodeCache> code_cache = local
786 code_cache->set_default_cache(*empty_fixed_array(), SKIP_WRITE_BARRIER);
787 code_cache->set_normal_type_cache(*undefined_value(), SKIP_WRITE_BARRIER);
788 return code_cache;
    [all...]
heap-snapshot-generator.h 381 void ExtractCodeCacheReferences(int entry, CodeCache* code_cache);
objects-printer.cc 518 code_cache()->ShortPrint(out);
    [all...]
serialize.cc     [all...]
objects.h 549 V(CODE_CACHE, CodeCache, code_cache) \
    [all...]
objects-inl.h     [all...]
mark-compact.cc     [all...]
  /frameworks/multidex/library/src/android/support/multidex/
MultiDex.java 63 private static final String SECONDARY_FOLDER_NAME = "code_cache" + File.separator +
  /frameworks/support/v4/java/android/support/v4/content/
ContextCompat.java 372 return createFilesDir(new File(appInfo.dataDir, "code_cache"));
  /prebuilts/sdk/current/support/multidex/library/libs/
android-support-multidex.jar 
  /frameworks/base/core/java/android/app/
ContextImpl.java     [all...]

Completed in 739 milliseconds