Home
last modified time | relevance | path

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

123456

/external/v8/src/heap/
Dfactory-base.cc52 AllocationType allocation) { in NewStruct()
72 AllocationType allocation) { in NewFixedArray()
82 Handle<Map> map, int length, AllocationType allocation) { in NewFixedArrayWithMap()
92 int length, AllocationType allocation) { in NewFixedArrayWithHoles()
103 AllocationType allocation) { in NewFixedArrayWithFiller()
116 int length, AllocationType allocation) { in NewFixedDoubleArray()
133 Map map, int length, AllocationType allocation) { in NewWeakFixedArrayWithMap()
153 int length, AllocationType allocation) { in NewWeakFixedArray()
162 AllocationType allocation) { in NewByteArray()
414 int slot_count, int create_closure_slot_count, AllocationType allocation) { in NewFeedbackMetadata()
[all …]
Dsetup-heap-internal.cc139 AllocationResult allocation = in AllocateMap() local
156 AllocationResult allocation = in AllocatePartialMap() local
207 AllocationResult allocation = AllocateRaw(size, allocation_type); in Allocate() local
220 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); in CreateInitialMaps() local
277 AllocationResult allocation = AllocateRaw(WeakArrayList::SizeForCapacity(0), in CreateInitialMaps() local
288 AllocationResult allocation = in CreateInitialMaps() local
296 AllocationResult allocation = in CreateInitialMaps() local
304 AllocationResult allocation = in CreateInitialMaps() local
324 AllocationResult allocation = in CreateInitialMaps() local
573 AllocationResult allocation = in CreateInitialMaps() local
[all …]
Dfactory-inl.h51 AllocationType allocation) { in NewJSArrayWithElements()
57 Handle<Map> map, int number_of_slow_properties, AllocationType allocation, in NewFastOrSlowJSObjectFromMap()
Dfactory.cc246 HeapObject Factory::AllocateRaw(int size, AllocationType allocation, in AllocateRaw()
253 Handle<Map> map, AllocationType allocation, in AllocateRawWithAllocationSite()
282 HeapObject Factory::New(Handle<Map> map, AllocationType allocation) { in New()
296 AllocationType allocation, in NewFillerObject()
326 AllocationType allocation) { in NewTuple2()
374 AllocationResult allocation = heap->AllocateRaw(size, allocation_type); in TryNewFixedArray() local
481 AllocationType allocation) { in AllocateSmallOrderedHashTable()
502 int capacity, AllocationType allocation) { in NewSmallOrderedHashSet()
508 int capacity, AllocationType allocation) { in NewSmallOrderedHashMap()
514 int capacity, AllocationType allocation) { in NewSmallOrderedNameDictionary()
[all …]
Dconcurrent-allocator-inl.h38 AllocationResult allocation = lab_.AllocateRawAligned(object_size, alignment); in AllocateInLab() local
Dlocal-factory.cc40 HeapObject LocalFactory::AllocateRaw(int size, AllocationType allocation, in AllocateRaw()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dbuffer_assignment_util.cc22 const BufferAllocation& allocation) { in InstrForConstantBufferAllocation()
58 const BufferAllocation& allocation) { in ConstantBufferAllocationToGlobalName()
68 const BufferAllocation& allocation) { in LiteralForConstantAllocation()
/external/skia/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp90 VmaAllocation allocation; in allocateMemoryForImage() local
146 VmaAllocation allocation; in allocateMemoryForBuffer() local
165 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in freeMemory() local
171 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in getAllocInfo() local
214 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in mapMemory() local
222 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in unmapMemory() local
/external/skqp/src/gpu/vk/
DGrVkAMDMemoryAllocator.cpp83 VmaAllocation allocation; in allocateMemoryForImage() local
138 VmaAllocation allocation; in allocateMemoryForBuffer() local
156 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in freeMemory() local
162 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in getAllocInfo() local
204 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in mapMemory() local
211 const VmaAllocation allocation = (const VmaAllocation)memoryHandle; in unmapMemory() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_mem_alloc_wrapper.cpp56 void FreeMemory(VmaAllocator allocator, VmaAllocation allocation) in FreeMemory()
91 VkResult MapMemory(VmaAllocator allocator, VmaAllocation allocation, void **ppData) in MapMemory()
96 void UnmapMemory(VmaAllocator allocator, VmaAllocation allocation) in UnmapMemory()
102 VmaAllocation allocation, in FlushAllocation()
110 VmaAllocation allocation, in InvalidateAllocation()
/external/v8/src/compiler/
Dallocation-builder-inl.h32 AllocationType allocation) { in AllocateArray()
44 int length, MapRef map, AllocationType allocation) { in AllocateSloppyArgumentElements()
/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/angle/src/common/
DPoolAlloc_unittest.cpp23 void *allocation = poolAllocator.allocate(numBytes); in TEST() local
67 void *allocation = poolAllocator.allocate((rand() % (1024 * 4)) + 1); in TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc556 BufferAllocation* allocation = &allocations_.back(); in NewEmptyAllocation() local
562 BufferAllocation* allocation = NewEmptyAllocation(size, buffer.color()); in NewAllocation() local
568 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment()
589 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment()
615 [](const BufferAllocation& allocation) { in CombineTempAllocations()
675 BufferAllocation* allocation = &allocations_[index]; in CombineTempAllocations() local
685 for (auto& allocation : Allocations()) { in ComputeSummaryStats() local
765 for (auto& allocation : allocations_) { in ToString() local
809 for (const BufferAllocation& allocation : Allocations()) { in ToProto() local
895 bool BufferAssigner::MaybeAssignBuffer(BufferAllocation* allocation, in MaybeAssignBuffer()
[all …]
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc119 XRTBufferAllocation::XRTBufferAllocation(const se::DeviceMemoryBase& allocation, in XRTBufferAllocation()
143 const se::DeviceMemoryBase& XRTBufferAllocation::allocation() { in allocation() function in tensorflow::XRTBufferAllocation
172 XRTTupleAllocation** allocation) { in CreateAndTransfer()
200 XRTTupleAllocation** allocation) { in CreateUninitialized()
223 int device_ordinal, XRTTupleAllocation** allocation) { in CreateFromBuffer()
236 int device_ordinal, XRTTupleAllocation** allocation) { in CreateFromBuffer()
364 XRTTupleAllocation** allocation, bool alias_parent_allocation) { in MakeSubBuffer()
457 XRTTupleAllocation** allocation) { in MakeTuple()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DSampleDataQueue.java308 Allocation allocation = readAllocationNode.allocation; in readData() local
330 Allocation allocation = readAllocationNode.allocation; in readData() local
420 @Nullable public Allocation allocation; field in SampleDataQueue.AllocationNode
443 public void initialize(Allocation allocation, AllocationNode next) { in initialize()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h201 XRTTupleAllocation* allocation; in Compute() local
241 XRTTupleAllocation* allocation; in Compute() local
345 XRTTupleAllocation* allocation; in Compute() local
394 RefPtr<XRTTupleAllocation> allocation; in Compute() local
507 RefPtr<XRTTupleAllocation> allocation; in Compute() local
560 RefPtr<XRTTupleAllocation> allocation; in Compute() local
653 RefPtr<XRTTupleAllocation> allocation; in Compute() local
/external/swiftshader/src/System/
DMemory.cpp64 void *allocation; in allocateRaw() local
80 Allocation *allocation = (Allocation *)(aligned - sizeof(Allocation)); in allocateRaw() local
/external/swiftshader/src/Common/
DMemory.cpp63 void *allocation; in allocateRaw() local
79 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local
/external/mesa3d/src/util/tests/vma/
Dvma_random_test.cpp53 struct allocation { struct
54 uint64_t start_page;
55 uint64_t num_pages;
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.cc48 const BufferAllocation& allocation = buffer_assignment->GetAllocation(i); in Build() local
136 const BufferAllocation& allocation = buffer_assignment_->GetAllocation(i); in TearDown() local
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.cc50 MemoryLogTensorAllocation allocation; in RecordTensorAllocation() local
79 MemoryLogRawAllocation allocation; in RecordRawAllocation() local
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/
DAllocator.java38 void release(Allocation allocation); in release()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dbuffer_info_util.cc27 for (const BufferAllocation& allocation : buffer_assignment.Allocations()) { in CreateBufferInfosFromBufferAssignment() local
/external/swiftshader/third_party/marl/src/
Dmemory.cpp190 auto allocation = malloc(allocSize); in alignedMalloc() local
224 marl::Allocation allocation; in allocate() local
230 virtual void free(const marl::Allocation& allocation) override { in free()

123456