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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A Druntime.c242 _Block_copy_flag = BLOCK_IS_GC;
247 _Byref_flag_initial_value = BLOCK_IS_GC; // no refcount
301 else if (aBlock->flags & BLOCK_IS_GC) {
340 flags |= BLOCK_IS_GC | 1;
342 flags |= BLOCK_IS_GC;
375 if (src->forwarding->flags & BLOCK_IS_GC) {
467 if (aBlock->flags & BLOCK_IS_GC) {
492 if (aBlock->flags & BLOCK_IS_GC) {
662 if (closure->flags & BLOCK_IS_GC) {
H A DBlock_private.h48 BLOCK_IS_GC = (1 << 27), enumerator in enum:__anon1223

Completed in 71 milliseconds