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

/art/runtime/
H A Dclass_linker.cc2026 // RegisterDexFile may allocate dex caches (and cause thread suspension).
2068 RegisterDexFile(*dex_file);
2921 RegisterDexFile(dex_file, dex_cache);
2954 void ClassLinker::RegisterDexFile(const DexFile& dex_file) { function in class:art::ClassLinker
2978 void ClassLinker::RegisterDexFile(const DexFile& dex_file, function in class:art::ClassLinker

Completed in 243 milliseconds