Lines Matching refs:allocator
879 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
880 HeapEntry* entry = allocator->AllocateEntry(ptr);
888 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
890 return entry != NULL ? entry : AddEntry(ptr, allocator);
1517 JSArrayBufferDataEntryAllocator allocator(data_size, this);
1519 filler_->FindOrAddEntry(buffer->backing_store(), &allocator);