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

  /art/runtime/native/
java_lang_VMClassLoader.cc 135 Runtime::Current()->GetClassLinker()->GetBootClassPath();
dalvik_system_VMRuntime.cc 228 std::string boot_class_path = android::base::Join(Runtime::Current()->GetBootClassPath(), ':');
501 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
520 for (const DexFile* dex_file : class_linker->GetBootClassPath()) {
588 const std::vector<const DexFile*>& boot_class_path = linker->GetBootClassPath();
  /art/dex2oat/linker/
oat_writer_test.cc 394 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings2);
402 class_linker->GetBootClassPath(),
408 CompileAll(class_loader, class_linker->GetBootClassPath(), &timings);
421 ASSERT_EQ(class_linker->GetBootClassPath().size(), oat_header.GetDexFileCount()); // core
    [all...]
image_test.h 154 std::vector<const DexFile*> class_path = class_linker->GetBootClassPath();
  /art/runtime/
dexopt_test.cc 123 ArrayRef<const std::string>(Runtime::Current()->GetBootClassPath()),
runtime.cc     [all...]
common_runtime_test.cc 152 boot_class_path_ = class_linker_->GetBootClassPath();
vdex_file.cc 334 runtime->GetClassLinker()->GetBootClassPath());
oat_file_assistant.cc 176 const auto& boot_class_path = class_linker->GetBootClassPath();
643 ArrayRef<const std::string> boot_class_path(runtime->GetBootClassPath());
    [all...]
runtime.h 261 const std::vector<std::string>& GetBootClassPath() const {
    [all...]
class_linker.h 439 const std::vector<const DexFile*>& GetBootClassPath() {
    [all...]
  /art/runtime/jit/
jit.cc 633 runtime->GetClassLinker()->GetBootClassPath();
    [all...]
profile_saver.cc 711 for (const DexFile* dex_file : runtime->GetClassLinker()->GetBootClassPath()) {
    [all...]
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/openjdkjvmti/
ti_class.cc     [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 295 std::vector<std::string> boot_class_path = Runtime::Current()->GetBootClassPath();
    [all...]
  /art/runtime/verifier/
verifier_deps.cc     [all...]
  /art/runtime/gc/space/
image_space.cc 111 const std::vector<std::string>& boot_class_path = runtime->GetBootClassPath();
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.cc 583 const std::vector<std::string>& boot_class_path = Runtime::Current()->GetBootClassPath();
    [all...]
  /art/oatdump/
oatdump.cc     [all...]

Completed in 93 milliseconds