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

  /art/runtime/native/
java_lang_VMClassLoader.cc 56 return Runtime::Current()->GetClassLinker()->GetBootClassPath().size();
78 const std::vector<const DexFile*>& path = Runtime::Current()->GetClassLinker()->GetBootClassPath();
dalvik_system_VMRuntime.cc 364 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
381 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
443 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
dalvik_system_DexFile.cc 400 const std::vector<const DexFile*>& boot_class_path = class_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);
83 OatWriter oat_writer(class_linker->GetBootClassPath(), 0, 0, 0, compiler_driver_.get(), &timings,
87 class_linker->GetBootClassPath(),
oat_test.cc 113 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
120 OatWriter oat_writer(class_linker->GetBootClassPath(),
129 class_linker->GetBootClassPath(),
135 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
  /art/runtime/
class_linker.h 243 const std::vector<const DexFile*>& GetBootClassPath() {
    [all...]
runtime.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]

Completed in 132 milliseconds