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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A Druntime.c286 static void *_Block_copy_internal(const void *arg, const int flags) { function
290 //printf("_Block_copy_internal(%p, %x)\n", arg, flags);
455 return _Block_copy_internal(arg, WANTS_ONE);
509 return _Block_copy_internal(aBlock, 0);
580 _Block_assign(_Block_copy_internal(object, flags), destAddr);

Completed in 39 milliseconds