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

/art/runtime/
H A Dcommon_runtime_test.cc668 jobject class_loader = Runtime::Current()->GetClassLinker()->CreatePathClassLoader(self,
684 jobject class_loader = Runtime::Current()->GetClassLinker()->CreatePathClassLoader(self,
H A Dclass_linker.h553 jobject CreatePathClassLoader(Thread* self, const std::vector<const DexFile*>& dex_files)
H A Dclass_linker.cc8663 jobject ClassLinker::CreatePathClassLoader(Thread* self, function in class:ClassLinker
8700 // CreatePathClassLoader is only used by gtests. Index 0 of h_long_array is supposed to be the
/art/runtime/interpreter/
H A Dunstarted_runtime_test.cc1268 jobject path_jobj = class_linker->CreatePathClassLoader(self, {});
/art/dex2oat/
H A Ddex2oat.cc1648 class_loader_ = class_linker->CreatePathClassLoader(self, class_path_files);
/art/oatdump/
H A Doatdump.cc2782 jobject class_loader = class_linker->CreatePathClassLoader(self, *class_path);

Completed in 370 milliseconds