HomeSort by relevance Sort by last modified time
    Searched full:wantsone (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/BlocksRuntime/
runtime.c 287 const bool wantsOne = (WANTS_ONE & flags) == WANTS_ONE;
302 if (wantsOne && ((latching_incr_int(&aBlock->flags) & BLOCK_REFCOUNT_MASK) == 1)) {
328 // Under GC want allocation with refcount 1 so we ask for "true" if wantsOne
332 struct Block_layout *result = _Block_allocator(aBlock->descriptor->size, wantsOne, hasCTOR);
338 if (wantsOne)
  /frameworks/compile/libbcc/runtime/BlocksRuntime/
runtime.c 288 const bool wantsOne = (WANTS_ONE & flags) == WANTS_ONE;
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 193 milliseconds