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

/art/runtime/
H A Dclass_linker.h143 bool InitWithoutImage(std::vector<std::unique_ptr<const DexFile>> boot_class_path,
H A Druntime.cc1292 if (!class_linker_->InitWithoutImage(std::move(boot_class_path), &error_msg)) {
1297 // TODO: Should we move the following to InitWithoutImage?
H A Dclass_linker.cc383 LOG(FATAL) << "InitWithoutImage: Class mismatch for " << descriptor
391 bool ClassLinker::InitWithoutImage(std::vector<std::unique_ptr<const DexFile>> boot_class_path, function in class:art::ClassLinker

Completed in 59 milliseconds