/external/v8/src/heap/ |
D | setup-heap-internal.cc | 102 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 …]
|
D | local-allocator-inl.h | 67 AllocationResult allocation; in AllocateInLAB() local
|
D | scavenger-inl.h | 78 AllocationResult allocation = in SemiSpaceCopyObject() local 104 AllocationResult allocation = in PromoteObject() local
|
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | buffer_assignment_util.cc | 22 const BufferAllocation& allocation) { in InstrForConstantBufferAllocation() 58 const BufferAllocation& allocation) { in ConstantBufferAllocationToGlobalName() 68 const BufferAllocation& allocation) { in LiteralForConstantAllocation()
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 83 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/ |
D | GrVkAMDMemoryAllocator.cpp | 83 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/ |
D | bitrate_allocator.cc | 43 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/ |
D | buffer_assignment.cc | 498 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/ |
D | xrt_state_ops.h | 195 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/ |
D | xrt_state.cc | 132 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()
|
D | xrt_state.h | 114 XRTTupleAllocation* allocation; member
|
/external/swiftshader/src/Common/ |
D | Memory.cpp | 57 void *allocation; in allocateRaw() local 72 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local
|
/external/swiftshader/src/System/ |
D | Memory.cpp | 57 void *allocation; in allocateRaw() local 72 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | buffer_allocations.cc | 48 const BufferAllocation& allocation = buffer_assignment->GetAllocation(i); in Build() local 135 const BufferAllocation& allocation = buffer_assignment_->GetAllocation(i); in TearDown() local
|
D | gpu_executable.cc | 207 const BufferAllocation& allocation = assignment_->GetAllocation(i); in ResolveConstantGlobals() local 253 const BufferAllocation& allocation = assignment_->GetAllocation(i); in ExecuteOnStream() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | log_memory.cc | 51 MemoryLogTensorAllocation allocation; in RecordTensorAllocation() local 80 MemoryLogRawAllocation allocation; in RecordRawAllocation() local
|
/external/tensorflow/tensorflow/lite/ |
D | model.cc | 70 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()
|
D | model.h | 133 const Allocation* allocation() const { return allocation_.get(); } in allocation() function
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | buffer_info_util.cc | 26 for (const BufferAllocation& allocation : buffer_assignment.Allocations()) { in CreateBufferInfosFromBufferAssignment() local
|
/external/swiftshader/src/Reactor/ |
D | ExecutableMemory.cpp | 60 void *allocation; in allocateRaw() local 75 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBufferObjectUtil.cpp | 42 void Buffer::bindMemory (de::MovePtr<vk::Allocation> allocation) in bindMemory()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferComputeInstance.cpp | 65 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::… in createDataBuffer() local 112 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createColorDataBuffer() local
|
D | vktApiComputeInstanceResultBuffer.cpp | 79 …de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::Ho… in createResultBuffer() local
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 87 …de::MovePtr<vk::Allocation> allocation = allocator.allocate(requirements, vk::MemoryRequireme… in EmptyDescriptorUpdateCase() local
|
/external/expat/tests/ |
D | memcheck.c | 46 void * allocation; member
|