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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A Druntime.c92 static int _Block_copy_flag = BLOCK_NEEDS_FREE;
93 static int _Byref_flag_initial_value = BLOCK_NEEDS_FREE | 2;
296 if (aBlock->flags & BLOCK_NEEDS_FREE) {
320 result->flags |= BLOCK_NEEDS_FREE | 1;
338 flags &= ~(BLOCK_NEEDS_FREE|BLOCK_REFCOUNT_MASK); // XXX not needed
407 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) {
425 if ((shared_struct->flags & BLOCK_NEEDS_FREE) == 0) {
473 else if (aBlock->flags & BLOCK_NEEDS_FREE) {
659 if (closure->flags & BLOCK_NEEDS_FREE) {
[all...]
H A DBlock_private.h45 BLOCK_NEEDS_FREE = (1 << 24), enumerator in enum:__anon1276

Completed in 58 milliseconds