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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A Druntime.c288 const bool wantsOne = (WANTS_ONE & flags) == WANTS_ONE; local
303 if (wantsOne && ((latching_incr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK) == 1)) {
329 // Under GC want allocation with refcount 1 so we ask for "true" if wantsOne
333 struct Block_layout *result = _Block_allocator(aBlock->descriptor->size, wantsOne, hasCTOR);
339 if (wantsOne)

Completed in 713 milliseconds