Home
last modified time | relevance | path

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

1234

/external/v8/src/heap/
Dsetup-heap-internal.cc102 AllocationResult allocation = in AllocateMap() local
118 AllocationResult allocation = AllocateRaw(Map::kSize, RO_SPACE); in AllocatePartialMap() local
163 AllocationResult allocation = AllocateRaw(size, space); in Allocate() local
177 AllocationResult allocation = AllocateRaw( in AllocateEmptyFixedTypedArray() local
197 AllocationResult allocation = AllocatePartialMap(MAP_TYPE, Map::kSize); in CreateInitialMaps() local
252 AllocationResult allocation = in CreateInitialMaps() local
263 AllocationResult allocation = Allocate(roots.null_map(), RO_SPACE); in CreateInitialMaps() local
270 AllocationResult allocation = Allocate(roots.undefined_map(), RO_SPACE); in CreateInitialMaps() local
277 AllocationResult allocation = Allocate(roots.the_hole_map(), RO_SPACE); in CreateInitialMaps() local
296 AllocationResult allocation = Allocate(roots.tuple2_map(), RO_SPACE); in CreateInitialMaps() local
[all …]
Dlocal-allocator-inl.h67 AllocationResult allocation; in AllocateInLAB() local
Dscavenger-inl.h78 AllocationResult allocation = in SemiSpaceCopyObject() local
104 AllocationResult allocation = in PromoteObject() local
/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.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/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/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/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc498 BufferAllocation* allocation = &allocations_.back(); in NewEmptyAllocation() local
504 BufferAllocation* allocation = NewEmptyAllocation(size, buffer.color()); in NewAllocation() local
511 void BufferAssignment::AddAssignment(BufferAllocation* allocation, in AddAssignment()
541 [](const BufferAllocation& allocation) { in CombineTempAllocations()
600 BufferAllocation* allocation = &allocations_[index]; in CombineTempAllocations() local
610 for (auto& allocation : Allocations()) { in ComputeSummaryStats() local
688 for (auto& allocation : allocations_) { in ToString() local
724 for (const BufferAllocation& allocation : Allocations()) { in ToProto() local
824 bool BufferAssigner::MaybeAssignBuffer(BufferAllocation* allocation, in MaybeAssignBuffer()
997 BufferAllocation* allocation = in AssignBuffersForComputation() local
[all …]
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h195 XRTTupleAllocation* allocation; in Compute() local
294 XRTTupleAllocation* allocation; in Compute() local
345 XRTTupleAllocation* allocation; in Compute() local
476 XRTTupleAllocation* allocation; in Compute() local
532 XRTTupleAllocation* allocation; in Compute() local
627 XRTTupleAllocation* allocation; in Compute() local
/external/tensorflow/tensorflow/compiler/xrt/
Dxrt_state.cc132 XRTBufferAllocation::XRTBufferAllocation(const se::DeviceMemoryBase& allocation, in XRTBufferAllocation()
158 const se::DeviceMemoryBase& XRTBufferAllocation::allocation() { in allocation() function in tensorflow::XRTBufferAllocation
185 XRTTupleAllocation** allocation) { in CreateAndTransfer()
211 int device_ordinal, XRTTupleAllocation** allocation) { in CreateFromBuffer()
273 XRTTupleAllocation** allocation) { in Lookup()
297 XRTTupleAllocation** allocation, bool alias_parent_allocation) { in MakeSubBuffer()
383 XRTTupleAllocation** allocation) { in MakeTuple()
Dxrt_state.h114 XRTTupleAllocation* allocation; member
/external/swiftshader/src/Common/
DMemory.cpp57 void *allocation; in allocateRaw() local
72 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local
/external/swiftshader/src/System/
DMemory.cpp57 void *allocation; in allocateRaw() local
72 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dbuffer_allocations.cc48 const BufferAllocation& allocation = buffer_assignment->GetAllocation(i); in Build() local
135 const BufferAllocation& allocation = buffer_assignment_->GetAllocation(i); in TearDown() local
Dgpu_executable.cc207 const BufferAllocation& allocation = assignment_->GetAllocation(i); in ResolveConstantGlobals() local
253 const BufferAllocation& allocation = assignment_->GetAllocation(i); in ExecuteOnStream() local
/external/tensorflow/tensorflow/core/framework/
Dlog_memory.cc51 MemoryLogTensorAllocation allocation; in RecordTensorAllocation() local
80 MemoryLogRawAllocation allocation; in RecordRawAllocation() local
/external/tensorflow/tensorflow/lite/
Dmodel.cc70 std::unique_ptr<Allocation> allocation; in GetAllocationFromFile() local
87 auto allocation = GetAllocationFromFile(filename, /*mmap_file=*/true, in BuildFromFile() local
100 auto allocation = GetAllocationFromFile(filename, /*mmap_file=*/true, in VerifyAndBuildFromFile() local
128 std::unique_ptr<Allocation> allocation( in BuildFromBuffer() local
181 FlatBufferModel::FlatBufferModel(std::unique_ptr<Allocation> allocation, in FlatBufferModel()
Dmodel.h133 const Allocation* allocation() const { return allocation_.get(); } in allocation() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dbuffer_info_util.cc26 for (const BufferAllocation& allocation : buffer_assignment.Allocations()) { in CreateBufferInfosFromBufferAssignment() local
/external/swiftshader/src/Reactor/
DExecutableMemory.cpp60 void *allocation; in allocateRaw() local
75 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() 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/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorUpdateTests.cpp87 …de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, vk::MemoryRequireme… in EmptyDescriptorUpdateCase() local
/external/expat/tests/
Dmemcheck.c46 void * allocation; member

1234