Searched refs:fixed_size_allocator_data (Results 1 – 6 of 6) sorted by relevance
/external/google-fruit/include/fruit/impl/normalized_component_storage/ |
D | binding_normalization.h | 63 … 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,
|
D | binding_normalization.templates.h | 37 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()
|
D | normalized_component_storage.h | 110 FixedSizeAllocator::FixedSizeAllocatorData fixed_size_allocator_data; variable
|
/external/google-fruit/src/ |
D | binding_normalization.cpp | 219 … 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 …]
|
D | injector_storage.cpp | 73 allocator(normalized_component_storage_ptr->fixed_size_allocator_data), in InjectorStorage() 86 FixedSizeAllocator::FixedSizeAllocatorData fixed_size_allocator_data; in InjectorStorage() local 91 … fixed_size_allocator_data, new_bindings_vector, multibindings); in InjectorStorage() 93 allocator = FixedSizeAllocator(fixed_size_allocator_data); in InjectorStorage()
|
D | normalized_component_storage.cpp | 61 … fixed_size_allocator_data, memory_pool, in NormalizedComponentStorage() 87 …std::move(component).release(), fixed_size_allocator_data, memory_pool, normalized_component_memor… in NormalizedComponentStorage()
|