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

  /art/runtime/native/
java_lang_VMClassLoader.cc 129 Runtime::Current()->GetClassLinker()->GetBootClassPath();
dalvik_system_VMRuntime.cc 470 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
489 for (const DexFile* dex_file : class_linker->GetBootClassPath()) {
557 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
  /art/dex2oat/linker/
oat_writer_test.cc 406 compiler_driver_->SetDexFilesForOatFile(class_linker->GetBootClassPath());
407 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2);
415 class_linker->GetBootClassPath(),
421 compiler_driver_->CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
435 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core
    [all...]
image_test.h 146 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath();
  /art/runtime/
common_runtime_test.cc 375 boot_class_path_ = class_linker_->GetBootClassPath();
oat_file_assistant.cc 175 const auto& boot_class_path = class_linker->GetBootClassPath();
    [all...]
class_linker.h 458 const std::vector<const DexFile*>& GetBootClassPath() {
    [all...]
runtime.cc     [all...]
  /art/runtime/jit/
profile_saver.cc 673 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) {
    [all...]
  /art/openjdkjvmti/
ti_class.cc     [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 319 milliseconds