| /external/gemmlowp/internal/ |
| multi_thread_gemm.h | 224 Allocator* local_allocator; 347 // Each thread had a local allocator so they can allocate temporary 349 Allocator local_allocator_; 424 // dedicated allocator for that (separate from the base allocator_) 427 Allocator main_thread_task_allocator_; 645 Allocator* allocator = context->allocator(); local 653 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs(Side::Rhs, allocator, 655 allocator->Commit() [all...] |
| /external/tensorflow/tensorflow/core/util/ |
| example_proto_helper.cc | 321 const std::vector<VarLenFeature>& var_len_features, Allocator* allocator, 350 (*output_dense_values_tensor)[d] = Tensor(allocator, dtype, out_shape); 383 Tensor(allocator, DT_INT64, indices_shape); 384 (*output_sparse_values_tensor)[d] = Tensor(allocator, dtype, values_shape); 386 Tensor(allocator, DT_INT64, TensorShape({2}));
|
| /hardware/google/av/codec2/vndk/bufferpool/ |
| ClientManager.cpp | 104 ResultStatus create(const std::shared_ptr<BufferPoolAllocator> &allocator, 263 const std::shared_ptr<BufferPoolAllocator> &allocator, 265 const sp<Accessor> accessor = new Accessor(allocator); 439 const std::shared_ptr<BufferPoolAllocator> &allocator, 442 return mImpl->create(allocator, pConnectionId);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
| stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 257 _ForwardIterator __result, allocator<_Tp>&) 306 const _Tp& __x, allocator<_Tp2>&) 333 const _Tp& __x, allocator<_Tp2>&) 339 // All of these algorithms take a user-supplied allocator, which is used 550 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 604 allocator<_Tp>& [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| stl_uninitialized.h | 228 // and uninitialized_fill_n that take an allocator parameter. 230 // default allocator. For nondefault allocators we do not use 257 _ForwardIterator __result, allocator<_Tp>&) 306 const _Tp& __x, allocator<_Tp2>&) 333 const _Tp& __x, allocator<_Tp2>&) 339 // All of these algorithms take a user-supplied allocator, which is used 550 // constructed value_types(s), constructed with the allocator alloc. 575 allocator<_Tp>&) 581 // constructed with the allocator alloc. 604 allocator<_Tp>& [all...] |
| /art/compiler/optimizing/ |
| code_generator_vector_arm_vixl.cc | 107 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) { 108 LocationSummary* locations = new (allocator) LocationSummary(instruction); 251 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { 252 LocationSummary* locations = new (allocator) LocationSummary(instruction); 570 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) { 571 LocationSummary* locations = new (allocator) LocationSummary(instruction); 725 static void CreateVecAccumLocations(ArenaAllocator* allocator, HVecOperation* instruction) { 726 LocationSummary* locations = new (allocator) LocationSummary(instruction); 800 static void CreateVecMemLocations(ArenaAllocator* allocator, 803 LocationSummary* locations = new (allocator) LocationSummary(instruction) [all...] |
| nodes.h | 310 HGraph(ArenaAllocator* allocator, 319 : allocator_(allocator), 321 blocks_(allocator->Adapter(kArenaAllocBlockList)), 322 reverse_post_order_(allocator->Adapter(kArenaAllocReversePostOrder)), 323 linear_order_(allocator->Adapter(kArenaAllocLinearOrder)), 344 cached_int_constants_(std::less<int32_t>(), allocator->Adapter(kArenaAllocConstantsMap)), 345 cached_float_constants_(std::less<int32_t>(), allocator->Adapter(kArenaAllocConstantsMap)), 346 cached_long_constants_(std::less<int64_t>(), allocator->Adapter(kArenaAllocConstantsMap)), 347 cached_double_constants_(std::less<int64_t>(), allocator->Adapter(kArenaAllocConstantsMap)), 352 cha_single_implementation_list_(allocator->Adapter(kArenaAllocCHA)) 2177 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); local 2188 ArenaAllocator* allocator = GetBlock()->GetGraph()->GetAllocator(); local [all...] |
| intrinsics_arm64.cc | 239 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { 241 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 246 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { 248 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 295 static void CreateIntToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { 297 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 347 static void CreateIntIntToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { 349 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 532 static void CreateFPToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { 534 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified) 2190 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator(); local 2429 ArenaAllocator* allocator = invoke->GetBlock()->GetGraph()->GetAllocator(); local [all...] |
| intrinsics_arm_vixl.cc | 263 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { 265 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 270 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { 272 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 325 static void CreateIntToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { 327 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 332 static void CreateLongToLongLocationsWithOverlap(ArenaAllocator* allocator, HInvoke* invoke) { 334 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 339 static void CreateFPToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { 341 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified) [all...] |
| intrinsics_mips64.cc | 144 static void CreateFPToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { 146 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 180 static void CreateIntToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { 182 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 216 static void CreateIntToIntLocations(ArenaAllocator* allocator, HInvoke* invoke) { 218 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 380 static void CreateFPToFPLocations(ArenaAllocator* allocator, HInvoke* invoke) { 382 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified); 502 static void CreateIntToInt(ArenaAllocator* allocator, HInvoke* invoke) { 504 new (allocator) LocationSummary(invoke, LocationSummary::kNoCall, kIntrinsified) [all...] |
| nodes.cc | 59 ScopedArenaAllocator allocator(GetArenaStack()); 62 &allocator, blocks_.size(), /* expandable */ false, kArenaAllocGraphBuilder); 67 allocator.Adapter(kArenaAllocGraphBuilder)); 69 ScopedArenaVector<HBasicBlock*> worklist(allocator.Adapter(kArenaAllocGraphBuilder)); 181 ScopedArenaAllocator allocator(GetArenaStack()); 183 ArenaBitVector visited(&allocator, blocks_.size(), false, kArenaAllocGraphBuilder); 270 ScopedArenaAllocator allocator(GetArenaStack()); 272 ScopedArenaVector<size_t> visits(blocks_.size(), 0u, allocator.Adapter(kArenaAllocGraphBuilder)); 276 allocator.Adapter(kArenaAllocGraphBuilder)); 278 ScopedArenaVector<HBasicBlock*> worklist(allocator.Adapter(kArenaAllocGraphBuilder)) 2444 ArenaAllocator* allocator = outer_graph->GetAllocator(); local 3033 ArenaAllocator* allocator = GetAllocator(); local [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
| vktPipelineMultisampleImageTests.cpp | 773 Allocator& allocator = context.getDefaultAllocator(); [all...] |
| vktPipelineFramebufferAttachmentTests.cpp | 516 Allocator& allocator = context.getDefaultAllocator(); local 532 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible)); 560 vertexBufferAlloc = bindBuffer(vk, device, allocator, *vertexBuffer, MemoryRequirement::HostVisible); 572 colorImageAlloc = bindImage(vk, device, allocator, *colorImage, MemoryRequirement::Any); 580 msColorImageAlloc = bindImage(vk, device, allocator, *msColorImage, MemoryRequirement::Any); 927 Allocator& allocator = context.getDefaultAllocator(); local [all...] |
| /art/compiler/jni/quick/ |
| jni_compiler.cc | 66 ArenaAllocator* allocator, InstructionSet isa, const InstructionSetFeatures* features) { 67 return JNIMacroAssembler<kPointerSize>::Create(allocator, isa, features); 178 ArenaAllocator allocator(&pool); 182 JniCallingConvention::Create(&allocator, 192 &allocator, is_static, is_synchronized, shorty, instruction_set)); 208 JniCallingConvention::Create(&allocator, 217 GetMacroAssembler<kPointerSize>(&allocator, instruction_set, instruction_set_features); [all...] |
| /device/google/marlin/camera/QCamera2/HAL/ |
| QCameraChannel.cpp | 195 * @allocator : stream related buffer allocator 209 int32_t QCameraChannel::addStream(QCameraAllocator &allocator, 226 QCameraStream *pStream = new QCameraStream(allocator, 945 * @allocator : stream related buffer allocator 960 QCameraAllocator& allocator, cam_pp_feature_config_t &featureConfig, [all...] |
| /external/libchrome/base/debug/ |
| activity_tracker.h | 184 // persistent memory allocator. Instances of this class are NOT thread-safe. 194 // be marked "iterable" in the allocator. 195 ActivityTrackerMemoryAllocator(PersistentMemoryAllocator* allocator, 689 ActivityTrackerMemoryAllocator* allocator); 697 ActivityTrackerMemoryAllocator* allocator); 737 ActivityTrackerMemoryAllocator* allocator); 761 // can recognize records of this type within an allocator. 921 PersistentMemoryAllocator* allocator() { return allocator_.get(); } function in class:base::debug::ActivityUserData::GlobalActivityTracker [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/image/ |
| vktImageLoadStoreTests.cpp | 521 Allocator& allocator = m_context.getDefaultAllocator(); local 526 vk, device, allocator, 598 Allocator& allocator = m_context.getDefaultAllocator(); local 601 vk, device, allocator, 610 vk, device, allocator, 920 Allocator& allocator = m_context.getDefaultAllocator(); local 1009 Allocator& allocator = m_context.getDefaultAllocator(); local 1168 Allocator& allocator = m_context.getDefaultAllocator(); local [all...] |
| vktImageTranscodingSupportTests.cpp | 304 Allocator& allocator = m_context.getDefaultAllocator(); local 341 const MovePtr<Buffer> vertexBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(vertexBufferSizeInBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequirement::HostVisible)); 346 const MovePtr<Buffer> srcImageBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, srcImageBufferInfo, MemoryRequirement::HostVisible)); 349 const MovePtr<Image> srcImage (new Image(vk, device, allocator, srcImageCreateInfo, MemoryRequirement::Any)); 353 de::MovePtr<Image> dstImage (new Image(vk, device, allocator, dstImageCreateInfo, MemoryRequirement::Any)); 357 MovePtr<Buffer> dstImageBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, dstImageBufferInfo, MemoryRequirement::HostVisible)); 554 Allocator& allocator = m_context.getDefaultAllocator(); local 591 const MovePtr<Buffer> vertexBuffer = MovePtr<Buffer>(new Buffer(vk, device, allocator, makeBufferCreateInfo(vertexBufferSizeInBytes, VK_BUFFER_USAGE_VERTEX_BUFFER_BIT), MemoryRequireme (…) [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
| vktTessellationGeometryPointSizeTests.cpp | 311 Allocator& allocator = context.getDefaultAllocator(); local 318 const Image colorAttachmentImage (vk, device, allocator, 325 const Buffer colorBuffer (vk, device, allocator, makeBufferCreateInfo(colorBufferSizeBytes, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryRequirement::HostVisible);
|
| /external/dng_sdk/source/ |
| dng_iptc.cpp | 721 dng_memory_block * dng_iptc::Spool (dng_memory_allocator &allocator, 729 dng_memory_stream stream (allocator, NULL, 2048); 981 return stream.AsMemoryBlock (allocator);
|
| /external/libchrome/base/metrics/ |
| statistics_recorder.cc | 470 GlobalHistogramAllocator* allocator = GlobalHistogramAllocator::Get(); 471 if (allocator) 472 allocator->ImportHistogramsToStatisticsRecorder();
|
| /external/python/cpython3/Modules/ |
| hashtable.c | 145 _Py_hashtable_allocator_t *allocator) 151 if (allocator == NULL) { 156 alloc = *allocator;
|
| /external/skia/src/pathops/ |
| SkOpSegment.h | 63 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>(); 81 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>(); 236 SkOpSpan* result = globalState->allocator()->make<SkOpSpan>();
|
| /external/skqp/src/pathops/ |
| SkOpSegment.h | 63 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>(); 81 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>(); 236 SkOpSpan* result = globalState->allocator()->make<SkOpSpan>();
|
| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| xla_hlo_profile_test.cc | 127 DeviceMemoryAllocator* allocator = backend->memory_allocator(); local 133 lhs_arg_shape, allocator, backend->default_device_ordinal())); 140 rhs_arg_shape, allocator, backend->default_device_ordinal()));
|