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

/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A DBlock_private.h79 void (*byref_destroy)(struct Block_byref *); member in struct:Block_byref
H A Druntime.c395 copy->byref_destroy = src->byref_destroy;
424 // by using an isa that directs the code to a finalizer that calls the byref_destroy method.
436 (*shared_struct->byref_destroy)(shared_struct);
697 cp += sprintf(cp, " dispose helper: %p\n", (void *)(uintptr_t)src->byref_destroy);

Completed in 260 milliseconds