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

  /art/runtime/
class_linker.h 463 void AppendToBootClassPath(const DexFile& dex_file)
465 void AppendToBootClassPath(const DexFile& dex_file, Handle<mirror::DexCache> dex_cache)
    [all...]
class_linker.cc 294 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
303 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
353 AppendToBootClassPath(*dex_file);
    [all...]

Completed in 95 milliseconds