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

  /art/runtime/native/
java_lang_VMClassLoader.cc 59 return Runtime::Current()->GetClassLinker()->GetBootClassPath().size();
83 Runtime::Current()->GetClassLinker()->GetBootClassPath();
dalvik_system_VMRuntime.cc 414 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
431 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
492 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
  /art/compiler/
image_test.cc 75 for (const DexFile* dex_file : class_linker->GetBootClassPath()) {
78 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
82 OatWriter oat_writer(class_linker->GetBootClassPath(), 0, 0, 0, compiler_driver_.get(),
87 class_linker->GetBootClassPath(),
oat_test.cc 101 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2);
107 OatWriter oat_writer(class_linker->GetBootClassPath(),
117 class_linker->GetBootClassPath(),
123 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
  /art/runtime/
common_runtime_test.cc 338 boot_class_path_ = class_linker_->GetBootClassPath();
357 boot_class_path_ = class_linker_->GetBootClassPath();
class_linker.h 291 const std::vector<const DexFile*>& GetBootClassPath() {
    [all...]
oat_file_assistant.cc 111 const auto& boot_class_path = class_linker->GetBootClassPath();
    [all...]
runtime.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 661 const std::vector<const DexFile*>& path = runtime->GetClassLinker()->GetBootClassPath();
    [all...]

Completed in 356 milliseconds