Searched refs:InitWithoutImage (Results 1 - 3 of 3) sorted by relevance

/art/runtime/
H A Druntime.cc826 class_linker_->InitWithoutImage(boot_class_path);
827 // TODO: Should we move the following to InitWithoutImage?
838 class_linker_->InitWithoutImage(*options->boot_class_path_);
H A Dclass_linker.h67 void InitWithoutImage(const std::vector<const DexFile*>& boot_class_path)
H A Dclass_linker.cc199 void ClassLinker::InitWithoutImage(const std::vector<const DexFile*>& boot_class_path) { function in class:art::ClassLinker

Completed in 72 milliseconds