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

  /art/runtime/
common_runtime_test.cc 152 boot_class_path_ = class_linker_->GetBootClassPath();
153 ASSERT_FALSE(boot_class_path_.empty());
154 java_lang_dex_file_ = boot_class_path_[0];
common_runtime_test.h 130 // The class_linker_, java_lang_dex_file_, and boot_class_path_ are all
134 std::vector<const DexFile*> boot_class_path_; member in class:art::CommonRuntimeTestImpl
runtime.h 262 return boot_class_path_;
267 boot_class_path_locations_.size() == boot_class_path_.size());
268 return boot_class_path_locations_.empty() ? boot_class_path_ : boot_class_path_locations_;
960 std::vector<std::string> boot_class_path_; member in class:art::verifier::VerifyMode
    [all...]
runtime.cc     [all...]
class_linker.h 165 // If class_loader is null, searches boot_class_path_.
173 // boot_class_path_.
440 return boot_class_path_;
1331 std::vector<const DexFile*> boot_class_path_; member in class:art::ClassLinker
    [all...]
oat_file_assistant_test.cc 67 runtime->boot_class_path_.push_back(extra_dex_filename);
    [all...]
class_linker.cc 613 // Setup boot_class_path_ and register class_path now that we can use AllocObjectArray to create
    [all...]
  /art/runtime/gc/space/
image_space.cc 1915 const std::vector<std::string>& boot_class_path_; member in class:art::gc::space::ImageSpace::BootImageLoader
    [all...]

Completed in 70 milliseconds