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

  /art/runtime/
runtime.h 266 DCHECK(boot_class_path_locations_.empty() ||
267 boot_class_path_locations_.size() == boot_class_path_.size());
268 return boot_class_path_locations_.empty() ? boot_class_path_ : boot_class_path_locations_;
961 std::vector<std::string> boot_class_path_locations_; member in class:art::verifier::VerifyMode
    [all...]
runtime.cc     [all...]
oat_file_assistant_test.cc 68 if (!runtime->boot_class_path_locations_.empty()) {
69 runtime->boot_class_path_locations_.push_back(extra_dex_filename);
    [all...]
  /art/runtime/gc/space/
image_space.cc 1916 const std::vector<std::string>& boot_class_path_locations_; member in class:art::gc::space::ImageSpace::BootImageLoader
    [all...]

Completed in 52 milliseconds