Searched refs:LoadBucket (Results 1 – 2 of 2) sorted by relevance
207 Bucket* bucket = LoadBucket<access_mode>(bucket_index); in Insert()212 bucket = LoadBucket<access_mode>(bucket_index); in Insert()218 DCHECK_EQ(bucket->cells(), LoadBucket<access_mode>(bucket_index)->cells()); in Insert()231 Bucket* bucket = LoadBucket(bucket_index); in Contains()241 Bucket* bucket = LoadBucket(bucket_index); in Remove()267 bucket = LoadBucket(start_bucket); in RemoveRange()275 bucket = LoadBucket(current_bucket); in RemoveRange()296 bucket = LoadBucket(current_bucket); in RemoveRange()306 bucket = LoadBucket(current_bucket); in RemoveRange()323 Bucket* bucket = LoadBucket(bucket_index); in Lookup()[all …]
254 TNode<IntPtrT> bucket = LoadBucket(slot_set, slot_offset, &slow_path); in InsertIntoRememberedSetAndGoto()274 TNode<IntPtrT> LoadBucket(TNode<IntPtrT> slot_set, TNode<WordT> slot_offset, in LoadBucket() function in v8::internal::RecordWriteCodeStubAssembler