Lines Matching refs:allocator
1516 entry_info->entry = entry_info->allocator->AllocateEntry(
1540 HeapThing thing, HeapEntriesAllocator* allocator, HeapEntry* entry) {
1543 cache_entry->value = new EntryInfo(entry, allocator);
2923 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
2924 entries_->Pair(ptr, allocator
2930 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
2932 return entry != NULL ? entry : AddEntry(ptr, allocator);
2976 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
2983 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
2985 return entry != NULL ? entry : AddEntry(ptr, allocator);