Home
last modified time | relevance | path

Searched refs:LoadBucket (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dslot-set.h207 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 …]
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc254 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