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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A DBlock_private.h98 BLOCK_FIELD_IS_BYREF = 8, /* the on stack structure holding the __block variable */ enumerator in enum:__anon1224
105 /* BLOCK_FIELD_IS_BYREF is only used from within block copy helpers */
H A Druntime.c381 bool isWeak = ((flags & (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK)) == (BLOCK_FIELD_IS_BYREF|BLOCK_FIELD_IS_WEAK));
540 * BLOCK_FIELD_IS_BYREF (8), for the case of a __block variable.
572 else if ((flags & BLOCK_FIELD_IS_BYREF) == BLOCK_FIELD_IS_BYREF) {
596 if (flags & BLOCK_FIELD_IS_BYREF) {

Completed in 45 milliseconds