Searched refs:pcl (Results 1 – 1 of 1) 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 …]