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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A DBlock_private.h131 BLOCK_EXPORT void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject),
H A Druntime.c232 void _Block_use_GC( void *(*alloc)(const unsigned long, const bool isOne, const bool isObject), function
259 /* until objc calls _Block_use_GC it will call us; supply a broken internal memmove implementation until then */
260 _Block_use_GC(alloc, setHasRefcount, gc_assign, gc_assign_weak, _Block_memmove_gc_broken);

Completed in 640 milliseconds