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 47 return Runtime::Current()->GetClassLinker()->GetBootClassPath().size();
69 const std::vector<const DexFile*>& path = Runtime::Current()->GetClassLinker()->GetBootClassPath();
dalvik_system_DexFile.cc 218 const std::vector<const DexFile*>& boot_class_path = class_linker->GetBootClassPath();
  /art/compiler/
image_test.cc 54 for (const DexFile* dex_file : class_linker->GetBootClassPath()) {
57 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), timings);
60 OatWriter oat_writer(class_linker->GetBootClassPath(),
64 class_linker->GetBootClassPath(),
oat_test.cc 82 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), timings);
87 OatWriter oat_writer(class_linker->GetBootClassPath(),
94 class_linker->GetBootClassPath(),
101 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), timings);
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/runtime/
class_linker.h 221 const std::vector<const DexFile*>& GetBootClassPath() {
runtime.cc     [all...]
  /art/compiler/driver/
compiler_driver.cc     [all...]

Completed in 539 milliseconds