Searched refs:pcl (Results 1 – 2 of 2) sorted by relevance
159 ffi_closure* pcl = NULL; in runMainFunctions() local163 pcl = reinterpret_cast<ffi_closure*>( in runMainFunctions()165 if (pcl == NULL) { in runMainFunctions()174 pcl, in runMainFunctions()180 ffi_closure_free(pcl); in runMainFunctions()198 ffi_raw_closure* pcl = NULL; in runRawFunctions() local202 pcl = static_cast<ffi_raw_closure*>( in runRawFunctions()204 if (pcl == NULL) { in runRawFunctions()212 pcl, in runRawFunctions()218 ffi_closure_free(pcl); in runRawFunctions()[all …]
60 ClassLoader pcl) in getJUnitClasses() argument70 Class<?> klass = Class.forName(className, true, pcl); in getJUnitClasses()150 Set<String> classNames, Set<String> jarAbsPaths, ClassLoader pcl) in getJUnitClasses() argument152 return HostUtils.getJUnitClasses(classNames, jarAbsPaths, new ArrayList<>(), pcl); in getJUnitClasses()