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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A DBlock_private.h97 BLOCK_FIELD_IS_BLOCK = 7, /* a block variable */ enumerator in enum:__anon1224
H A Druntime.c539 * BLOCK_FIELD_IS_BLOCK (7), for the case of another Block, and
578 else if ((flags & BLOCK_FIELD_IS_BLOCK) == BLOCK_FIELD_IS_BLOCK) {
600 else if ((flags & (BLOCK_FIELD_IS_BLOCK|BLOCK_BYREF_CALLER)) == BLOCK_FIELD_IS_BLOCK) {
605 else if ((flags & (BLOCK_FIELD_IS_WEAK|BLOCK_FIELD_IS_BLOCK|BLOCK_BYREF_CALLER)) == BLOCK_FIELD_IS_OBJECT) {

Completed in 7 milliseconds