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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A DBlock_private.h73 struct Block_byref { struct
75 struct Block_byref *forwarding;
78 void (*byref_keep)(struct Block_byref *dst, struct Block_byref *src);
79 void (*byref_destroy)(struct Block_byref *);
86 struct Block_byref *forwarding;
H A Druntime.c370 struct Block_byref **destp = (struct Block_byref **)dest;
371 struct Block_byref *src = (struct Block_byref *)arg;
383 struct Block_byref *copy = (struct Block_byref *)_Block_allocator(src->size, false, isWeak);
416 struct Block_byref *shared_struct = (struct Block_byref *)arg;
688 const char *_Block_byref_dump(struct Block_byref *src) {

Completed in 127 milliseconds