Searched refs:AppendToBootClassPath (Results 1 - 6 of 6) sorted by relevance

/art/runtime/openjdkjvmti/
H A Dti_class_loader.cc68 art::Runtime::Current()->GetClassLinker()->AppendToBootClassPath(self, *dex_file);
H A Dti_search.cc232 current->GetClassLinker()->AppendToBootClassPath(art::Thread::Current(), *dex_file.release());
H A Dti_redefine.cc1297 runtime_->GetClassLinker()->AppendToBootClassPath(self_, data.GetRedefinition().GetDexFile());
/art/runtime/
H A Dclass_linker.h646 void AppendToBootClassPath(Thread* self, const DexFile& dex_file)
739 // Used for tests and AppendToBootClassPath.
762 void AppendToBootClassPath(const DexFile& dex_file, ObjPtr<mirror::DexCache> dex_cache)
H A Dclass_linker.cc511 // Create int array type for AllocDexCache (done in AppendToBootClassPath).
518 // Create long array type for AllocDexCache (done in AppendToBootClassPath).
527 // Set up DexCache. This cannot be done later since AppendToBootClassPath calls AllocDexCache.
568 AppendToBootClassPath(self, *dex_file);
1765 AppendToBootClassPath(*dex_file.get(), dex_cache);
3359 void ClassLinker::AppendToBootClassPath(Thread* self, const DexFile& dex_file) { function in class:art::ClassLinker
3365 AppendToBootClassPath(dex_file, dex_cache);
3368 void ClassLinker::AppendToBootClassPath(const DexFile& dex_file, function in class:art::ClassLinker
/art/compiler/
H A Dimage_test.cc146 class_linker->AppendToBootClassPath(soa.Self(), *dex_file.get());

Completed in 549 milliseconds