Lines Matching refs:jobject

181 std::vector<const DexFile*> CommonRuntimeTestImpl::GetDexFiles(jobject jclass_loader) {  in GetDexFiles()
213 const DexFile* CommonRuntimeTestImpl::GetFirstDexFile(jobject jclass_loader) { in GetFirstDexFile()
221 jobject CommonRuntimeTestImpl::LoadMultiDex(const char* first_dex_name, in LoadMultiDex()
238 jobject class_loader = Runtime::Current()->GetClassLinker()->CreatePathClassLoader(self, in LoadMultiDex()
244 jobject CommonRuntimeTestImpl::LoadDex(const char* dex_name) { in LoadDex()
245 jobject class_loader = LoadDexInPathClassLoader(dex_name, nullptr); in LoadDex()
250 jobject
253 jobject parent_loader, in LoadDexInWellKnownClassLoader()
254 jobject shared_libraries) { in LoadDexInWellKnownClassLoader()
267 jobject result = Runtime::Current()->GetClassLinker()->CreateWellKnownClassLoader( in LoadDexInWellKnownClassLoader()
298 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::string& dex_name, in LoadDexInPathClassLoader()
299 jobject parent_loader, in LoadDexInPathClassLoader()
300 jobject shared_libraries) { in LoadDexInPathClassLoader()
306 jobject CommonRuntimeTestImpl::LoadDexInPathClassLoader(const std::vector<std::string>& names, in LoadDexInPathClassLoader()
307 jobject parent_loader, in LoadDexInPathClassLoader()
308 jobject shared_libraries) { in LoadDexInPathClassLoader()
315 jobject CommonRuntimeTestImpl::LoadDexInDelegateLastClassLoader(const std::string& dex_name, in LoadDexInDelegateLastClassLoader()
316 jobject parent_loader) { in LoadDexInDelegateLastClassLoader()
322 jobject CommonRuntimeTestImpl::LoadDexInInMemoryDexClassLoader(const std::string& dex_name, in LoadDexInInMemoryDexClassLoader()
323 jobject parent_loader) { in LoadDexInInMemoryDexClassLoader()