Home
last modified time | relevance | path

Searched defs:allocation (Results 1 – 25 of 33) sorted by relevance

12

/external/webrtc/webrtc/call/
Dbitrate_allocator.cc43 ObserverBitrateMap allocation = AllocateBitrates(); in OnNetworkChanged() local
88 ObserverBitrateMap allocation = AllocateBitrates(); in AddBitrateObserver() local
150 ObserverBitrateMap allocation; in NormalRateAllocation() local
176 ObserverBitrateMap allocation; in LowRateAllocation() local
/external/v8/src/heap/
Dheap.cc1159 AllocationResult allocation = map_space()->AllocateRawUnaligned( in ReserveSpace() local
1180 AllocationResult allocation; in ReserveSpace() local
2026 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocatePartialMap() local
2060 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE); in AllocateMap() local
2103 AllocationResult allocation = AllocateRaw(size, space, align); in AllocateFillerObject() local
2162 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); in CreateInitialMaps() local
2189 AllocationResult allocation = AllocateEmptyFixedArray(); in CreateInitialMaps() local
2195 AllocationResult allocation = Allocate(null_map(), OLD_SPACE); in CreateInitialMaps() local
2202 AllocationResult allocation = Allocate(undefined_map(), OLD_SPACE); in CreateInitialMaps() local
2209 AllocationResult allocation = Allocate(the_hole_map(), OLD_SPACE); in CreateInitialMaps() local
[all …]
Dscavenger.cc153 AllocationResult allocation = in SemiSpaceCopyObject() local
181 AllocationResult allocation = in PromoteObject() local
Dheap-inl.h234 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateOneByteInternalizedString() local
265 AllocationResult allocation = AllocateRaw(size, OLD_SPACE); in AllocateTwoByteInternalizedString() local
312 AllocationResult allocation; in AllocateRaw() local
Dmark-compact.cc1614 AllocationResult allocation = target_space->AllocateRaw(size, alignment); in TryEvacuateObject() local
1741 AllocationResult allocation; in AllocateTargetObject() local
1776 AllocationResult allocation = in AllocateInNewSpace() local
1794 AllocationResult allocation = in AllocateInOldSpace() local
1806 AllocationResult allocation; in AllocateInLab() local
/external/swiftshader/src/Common/
DMemory.cpp83 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocate() local
109 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in deallocate() local
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawBufferObjectUtil.cpp42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiBufferComputeInstance.cpp65 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::… in createDataBuffer() local
112 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createColorDataBuffer() local
DvktApiComputeInstanceResultBuffer.cpp79 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createResultBuffer() local
/external/clang/test/Sema/
Dwarn-unused-function.c50 static void cleanupMalloc(char * const * const allocation) { } in cleanupMalloc()
/external/webrtc/webrtc/p2p/base/
Dturnserver.cc209 TurnServerAllocation* allocation = FindAllocation(&conn); in OnInternalPacket() local
242 TurnServerAllocation* allocation = FindAllocation(conn); in HandleStunMessage() local
335 TurnServerAllocation* allocation = FindAllocation(conn); in CheckAuthorization() local
445 TurnServerAllocation* allocation = new TurnServerAllocation(this, in CreateAllocation() local
502 void TurnServer::OnAllocationDestroyed(TurnServerAllocation* allocation) { in OnAllocationDestroyed()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DUnicodeMap.java255 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
DUnicodeMap.java256 int allocation = (int) (GROWTH_GAP + (newLength * GROWTH_PERCENT) / 100); in _insertGapAt() local
/external/ImageMagick/MagickCore/
Dmemory.c103 *allocation, member
150 allocation; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp82 } allocation; member
DvkAllocationCallbackUtil.cpp130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSys… in allocation() function in vk::AllocationCallbackRecord
/external/nanopb-c/
Dpb.h478 #define PB_FIELD(tag, type, rules, allocation, message, field, prevfield, ptr) \ argument
490 #define PB_FIELD2(tag, type, rules, allocation, placement, message, field, prevfield, ptr) \ argument
/external/v8/src/inspector/
Dv8-heap-profiler-agent-impl.cc342 for (const auto& allocation : node->allocations) in buildSampingHeapProfileNode() local
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp155 MovePtr<Allocation> allocation; member
228 MovePtr<Allocation> allocation; member
/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp29 void* allocation = pool->allocate(size); in Make() local
/external/deqp/external/vulkancts/modules/vulkan/image/
DvktImageQualifiersTests.cpp401 const Allocation& allocation = m_buffer->getAllocation(); in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1589 …de::SharedPtr<Allocation> allocation(m_memAlloc.allocate(allocRequirements, MemoryRequirement::Any… in uploadSparseImage() local
1636 …const de::SharedPtr<Allocation> allocation(m_memAlloc.allocate(allocRequirements, MemoryRequiremen… in uploadSparseImage() local
2121 de::MovePtr<Allocation> allocation; in createSamplerUniform() local
/external/v8/src/ast/
Dscopeinfo.cc468 VariableAllocationInfo allocation = ReceiverVariableField::decode(Flags()); in HasAllocatedReceiver() local
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp924 const vk::Allocation& allocation = m_queryPoolResultsBuffer->getBoundMemory(); in captureResults() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp361 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, requirement); in allocateAndBindObjectMemory() local
370 de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, requirement); in allocateAndBindObjectMemory() local
561 …de::MovePtr<vk::Allocation> allocation (allocateAndBindObjectMemory(vki, device, allocator, *image… in createColorAttachment() local
1937 …de::MovePtr<vk::Allocation> allocation (allocateAndBindObjectMemory(vki, device, allocator, *buff… in createResultBuffer() local
2381 …de::MovePtr<vk::Allocation> allocation (allocateAndBindObjectMemory(m_vki, m_device, m_allocato… in createColorDataBuffer() local
6796 …de::MovePtr<vk::Allocation> allocation (allocateAndBindObjectMemory(vki, device, allocator, *buff… in createBuffer() local

12