Lines Matching defs:callback
329 // Iterate over all slots in the set and for each slot invoke the callback.
330 // If the callback returns REMOVE_SLOT then the slot is removed from the set.
346 Callback callback, EmptyBucketMode mode) {
347 return Iterate(chunk_start, start_bucket, end_bucket, callback,
362 Callback callback, PossiblyEmptyBuckets* possibly_empty_buckets) {
363 return Iterate(chunk_start, start_bucket, end_bucket, callback,
472 Callback callback, EmptyBucketCallback empty_bucket_callback) {
489 if (callback(MaybeObjectSlot(chunk_start + slot)) == KEEP_SLOT) {
690 // Iterate over all slots in the set and for each slot invoke the callback.
691 // If the callback returns REMOVE_SLOT then the slot is removed from the set.
701 int Iterate(Callback callback, IterationMode mode) {
713 if (callback(type, addr) == KEEP_SLOT) {
752 void IterateSlotsInRanges(Callback callback,