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

  /art/runtime/
class_linker.h 400 void AppendToBootClassPath(const DexFile& dex_file)
402 void AppendToBootClassPath(const DexFile& dex_file, SirtRef<mirror::DexCache>& dex_cache)
class_linker.cc 274 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
282 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
330 AppendToBootClassPath(*dex_file);
    [all...]

Completed in 2453 milliseconds