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.h37 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in BindingNormalizationContext() argument
41 : fixed_size_allocator_data(fixed_size_allocator_data), memory_pool(memory_pool), in BindingNormalizationContext()
75 … FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, in normalizeBindings() argument
86 Context context(toplevel_entries, fixed_size_allocator_data, memory_pool, in normalizeBindings()
218 context.fixed_size_allocator_data.addType(entry.type_id); in handleBindingForObjectToConstructThatNeedsAllocation()
252 context.fixed_size_allocator_data.addExternallyAllocatedType(entry.type_id); in handleBindingForObjectToConstructThatNeedsNoAllocation()
672 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithBindingCompression() argument
695 std::move(toplevel_entries), fixed_size_allocator_data, memory_pool, in normalizeBindingsWithBindingCompression()
719 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/
Dbinding_normalization.cpp219 … FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, in addMultibindings() argument
249 fixed_size_allocator_data.addExternallyAllocatedType(i->first.type_id); in addMultibindings()
257 fixed_size_allocator_data.addType(i->first.type_id); in addMultibindings()
275 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithUndoableBindingCompression() argument
289 std::move(toplevel_entries), fixed_size_allocator_data, memory_pool, in normalizeBindingsWithUndoableBindingCompression()
315 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, MemoryPool& memory_pool, in normalizeBindingsWithPermanentBindingCompression() argument
320 …std::move(toplevel_entries), fixed_size_allocator_data, memory_pool, memory_pool, memory_pool, exp… in normalizeBindingsWithPermanentBindingCompression()
329 FixedSizeAllocator::FixedSizeAllocatorData& fixed_size_allocator_data, in normalizeBindingsAndAddTo() argument
335 fixed_size_allocator_data = base_normalized_component.fixed_size_allocator_data; in normalizeBindingsAndAddTo()
346 …std::move(toplevel_entries), fixed_size_allocator_data, memory_pool, memory_pool, memory_pool, bin… in normalizeBindingsAndAddTo()
[all …]
Dinjector_storage.cpp73 allocator(normalized_component_storage_ptr->fixed_size_allocator_data), in InjectorStorage()
86 FixedSizeAllocator::FixedSizeAllocatorData fixed_size_allocator_data; in InjectorStorage() local
91fixed_size_allocator_data, new_bindings_vector, multibindings); in InjectorStorage()
93 allocator = FixedSizeAllocator(fixed_size_allocator_data); in InjectorStorage()
Dnormalized_component_storage.cpp61fixed_size_allocator_data, memory_pool, in NormalizedComponentStorage()
87 …std::move(component).release(), fixed_size_allocator_data, memory_pool, normalized_component_memor… in NormalizedComponentStorage()