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

/art/runtime/
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

Completed in 58 milliseconds