HomeSort by relevance Sort by last modified time
    Searched refs:InitWithoutImage (Results 1 - 3 of 3) sorted by null

  /art/runtime/
runtime.cc 826 class_linker_->InitWithoutImage(boot_class_path);
827 // TODO: Should we move the following to InitWithoutImage?
838 class_linker_->InitWithoutImage(*options->boot_class_path_);
    [all...]
class_linker.h 67 void InitWithoutImage(const std::vector<const DexFile*>& boot_class_path)
    [all...]
class_linker.cc 199 void ClassLinker::InitWithoutImage(const std::vector<const DexFile*>& boot_class_path) {
    [all...]

Completed in 41 milliseconds