Searched refs:RegisterDexFile (Results 1 - 5 of 5) sorted by relevance

/art/runtime/
H A Dcommon_runtime_test.cc353 class_linker_->RegisterDexFile(*dex_file);
H A Dclass_linker.h233 void RegisterDexFile(const DexFile& dex_file)
236 void RegisterDexFile(const DexFile& dex_file, Handle<mirror::DexCache> dex_cache)
H A Dclass_linker.cc2056 // RegisterDexFile may allocate dex caches (and cause thread suspension).
2098 RegisterDexFile(*dex_file);
2957 RegisterDexFile(dex_file, dex_cache);
2990 void ClassLinker::RegisterDexFile(const DexFile& dex_file) { function in class:art::ClassLinker
3014 void ClassLinker::RegisterDexFile(const DexFile& dex_file, function in class:art::ClassLinker
/art/runtime/native/
H A Ddalvik_system_DexFile.cc188 class_linker->RegisterDexFile(*dex_file);
/art/dex2oat/
H A Ddex2oat.cc381 class_linker->RegisterDexFile(*class_path_files[i]);

Completed in 104 milliseconds