Home | History | Annotate | Download | only in include

Lines Matching refs:GCType

4191 enum GCType {
4204 typedef void (*GCPrologueCallback)(GCType type, GCCallbackFlags flags);
4205 typedef void (*GCEpilogueCallback)(GCType type, GCCallbackFlags flags);
4637 GCType type,
4640 GCType type,
4648 * It is possible to specify the GCType filter for your callback. But it is
4650 * different GCType filters.
4653 GCPrologueCallback callback, GCType gc_type_filter = kGCTypeAll);
4666 * It is possible to specify the GCType filter for your callback. But it is
4668 * different GCType filters.
4671 GCEpilogueCallback callback, GCType gc_type_filter = kGCTypeAll);
5058 * to specify the GCType filter for your callback. But it is not possible to
5060 * GCType filters.
5063 GCPrologueCallback callback, GCType gc_type_filter = kGCTypeAll);
5077 * to specify the GCType filter for your callback. But it is not possible to
5079 * GCType filters.
5082 GCEpilogueCallback callback, GCType gc_type_filter = kGCTypeAll);