/external/tensorflow/tensorflow/stream_executor/ |
D | temporary_memory_manager.h | 62 port::StatusOr<std::unique_ptr<TemporaryDeviceMemory<T>>> AllocateArray( 136 TemporaryMemoryManager::AllocateArray(uint64 element_count) { in AllocateArray() function
|
D | stream_executor_pimpl.h | 123 DeviceMemory<T> AllocateArray(uint64 element_count); 128 return ScopedDeviceMemory<T>(this, AllocateArray<T>(element_count)); in AllocateOwnedArray() 135 return AllocateArray<T>(1); in AllocateScalar() 764 inline DeviceMemory<T> StreamExecutor::AllocateArray(uint64 element_count) { in AllocateArray() function 793 : ScopedDeviceMemory(parent, parent->AllocateArray<ElemT>(values.size())) { in ScopedDeviceMemory()
|
D | temporary_memory_manager.cc | 98 stream_->parent()->AllocateArray<uint8>(byte_size); in AllocateArrayBase()
|
D | stream.h | 2041 return temporary_memory_manager_.AllocateArray<T>(element_count); in AllocateTemporaryArray()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | infeed_manager.h | 49 : device_memory_(executor, executor->AllocateArray<uint8>(length)), in InfeedBuffer()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | device_memory_allocator.cc | 37 se::DeviceMemoryBase result = stream_executor->AllocateArray<uint8>(size); in Allocate()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_bfc_allocator.h | 58 ptr = stream_exec_->AllocateArray<char>(num_bytes).opaque(); in Alloc()
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer-inl.h | 57 inline bool TypedMDRVA<MDType>::AllocateArray(size_t count) { in AllocateArray() function
|
D | minidump_file_writer.h | 238 bool AllocateArray(size_t count);
|
D | minidump_file_writer_unittest.cc | 88 ASSERT_TRUE(array.AllocateArray(count)); in WriteFile()
|
/external/v8/src/compiler/ |
D | js-create-lowering.cc | 432 ab.AllocateArray(size, factory()->fixed_array_map()); in ReduceJSCreateGeneratorObject() 934 a.AllocateArray(arity, factory()->fixed_array_map()); in ReduceJSCreateBoundFunction() 1078 aa.AllocateArray(2, factory()->fixed_array_map()); in ReduceJSCreateKeyValueArray() 1441 a.AllocateArray(argument_count, factory()->fixed_array_map()); in AllocateArguments() 1471 a.AllocateArray(num_elements, factory()->fixed_array_map()); in AllocateRestArguments() 1509 aa.AllocateArray(argument_count, factory()->fixed_array_map()); in AllocateAliasedArguments() 1521 a.AllocateArray(mapped_count + 2, factory()->sloppy_arguments_elements_map()); in AllocateAliasedArguments() 1563 a.AllocateArray(mapped_count + 2, factory()->sloppy_arguments_elements_map()); in AllocateAliasedArguments() 1595 a.AllocateArray(capacity, elements_map, pretenure); in AllocateElements() 1620 a.AllocateArray(capacity, elements_map, pretenure); in AllocateElements() [all …]
|
D | allocation-builder.h | 62 void AllocateArray(int length, Handle<Map> map,
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 499 template<typename Type> Type* AllocateArray(int count); 987 Type* DescriptorPool::Tables::AllocateArray(int count) { in AllocateArray() function in google::protobuf::DescriptorPool::Tables 2927 inline void AllocateArray(int size, Type** output) { in AllocateArray() function in google::protobuf::DescriptorBuilder 2928 *output = tables_->AllocateArray<Type>(size); in AllocateArray() 3507 tables_->AllocateArray<EnumDescriptor>(1); in NewPlaceholder() 3521 placeholder_enum->values_ = tables_->AllocateArray<EnumValueDescriptor>(1); in NewPlaceholder() 3540 tables_->AllocateArray<Descriptor>(1); in NewPlaceholder() 3555 tables_->AllocateArray<Descriptor::ExtensionRange>(1); in NewPlaceholder() 3744 AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \ 3916 tables_->AllocateArray<const FileDescriptor*>(proto.dependency_size()); in BuildFileImpl() [all …]
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer.cc | 177 if (!dir.AllocateArray(kNumWriters)) in Dump() 737 if (!linkmap.AllocateArray(dso_count)) in WriteDSODebugStream()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 723 if (!dir.AllocateArray(writer_count)) in Write()
|
/external/google-breakpad/src/client/mac/handler/ |
D | minidump_generator.cc | 236 if (!dir.AllocateArray(writer_count)) in Write()
|