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

  /art/runtime/
dex_method_iterator_test.cc 33 CHECK_NE(boot_class_path_.size(), 0U);
34 for (size_t i = 0; i < boot_class_path_.size(); ++i) {
35 dex_files.push_back(boot_class_path_[i]);
common_runtime_test.h 146 // The class_linker_, java_lang_dex_file_, and boot_class_path_ are all
150 std::vector<const DexFile*> boot_class_path_; member in class:art::CommonRuntimeTestImpl
common_runtime_test.cc 432 boot_class_path_ = class_linker_->GetBootClassPath();
433 ASSERT_FALSE(boot_class_path_.empty());
434 java_lang_dex_file_ = boot_class_path_[0];
class_linker.h 174 // If class_loader is null, searches boot_class_path_.
182 // boot_class_path_.
397 return boot_class_path_;
1161 std::vector<const DexFile*> boot_class_path_; member in class:art::ClassLinker
    [all...]
class_linker.cc 556 // Setup boot_class_path_ and register class_path now that we can use AllocObjectArray to create
    [all...]

Completed in 93 milliseconds