Home
last modified time | relevance | path

Searched refs:fixed_size_allocator_data (Results 1 – 6 of 6) sorted by relevance

/external/google-fruit/include/fruit/impl/normalized_component_storage/
Dbinding_normalization.h63 … FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool,
75 … FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool,
90 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data,
104 … FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data,
116 … FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data,
138 … FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool,
268 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data; member
302 … FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data,
Dbinding_normalization.templates.h35 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in BindingNormalizationContext() argument
39 : fixed_size_allocator_data(fixed_size_allocator_data), memory_pool(memory_pool), in BindingNormalizationContext()
73 … FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, in normalizeBindings() argument
84 Context context(toplevel_entries, fixed_size_allocator_data, memory_pool, in normalizeBindings()
216 context.fixed_size_allocator_data.addType(entry.type_id); in handleBindingForObjectToConstructThatNeedsAllocation()
250 context.fixed_size_allocator_data.addExternallyAllocatedType(entry.type_id); in handleBindingForObjectToConstructThatNeedsNoAllocation()
670 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithBindingCompression() argument
693 std::move(toplevel_entries), fixed_size_allocator_data, memory_pool, in normalizeBindingsWithBindingCompression()
717 addMultibindings(multibindings, fixed_size_allocator_data, multibindings_vector); in normalizeBindingsWithBindingCompression()
Dnormalized_component_storage.h110 FixedSizeAllocator::FixedSizeAllocatorData fixed_size_allocator_data; variable
/external/google-fruit/src/
Dinjector_storage.cpp71 allocator(normalized_component_storage_ptr->fixed_size_allocator_data), in InjectorStorage()
84 FixedSizeAllocator::FixedSizeAllocatorData fixed_size_allocator_data; in InjectorStorage() local
89fixed_size_allocator_data, new_bindings_vector, multibindings); in InjectorStorage()
91 allocator = FixedSizeAllocator(fixed_size_allocator_data); in InjectorStorage()
Dbinding_normalization.cpp217 … FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, in addMultibindings() argument
247 fixed_size_allocator_data.addExternallyAllocatedType(i->first.type_id); in addMultibindings()
255 fixed_size_allocator_data.addType(i->first.type_id); in addMultibindings()
273 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithUndoableBindingCompression() argument
287 std::move(toplevel_entries), fixed_size_allocator_data, memory_pool, in normalizeBindingsWithUndoableBindingCompression()
313 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithPermanentBindingCompression() argument
318 …std::move(toplevel_entries), fixed_size_allocator_data, memory_pool, memory_pool, memory_pool, exp… in normalizeBindingsWithPermanentBindingCompression()
327 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, in normalizeBindingsAndAddTo() argument
333 fixed_size_allocator_data = base_normalized_component.fixed_size_allocator_data; in normalizeBindingsAndAddTo()
344 …std::move(toplevel_entries), fixed_size_allocator_data, memory_pool, memory_pool, memory_pool, bin… in normalizeBindingsAndAddTo()
[all …]
Dnormalized_component_storage.cpp58fixed_size_allocator_data, memory_pool, in NormalizedComponentStorage()
84 …std::move(component).release(), fixed_size_allocator_data, memory_pool, normalized_component_memor… in NormalizedComponentStorage()