Home | History | Annotate | Download | only in src

Lines Matching refs:new_bucket

526     HeapProfileBucket* new_bucket = static_cast<HeapProfileBucket*>(
528 memset(new_bucket, 0, sizeof(*new_bucket));
529 new_bucket->hash = bucket.hash;
530 new_bucket->depth = bucket.depth;
531 new_bucket->stack = key_copy;
532 new_bucket->next = bucket_table_[hash_index];
533 bucket_table_[hash_index] = new_bucket;