/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/ |
H A D | Device.cpp | 212 auto* allocation = client->QueueAllocator().New(client); in GetQueue() local 234 auto* allocation = client->ComputePipelineAllocator().New(client); in CreateComputePipelineAsync() local 285 auto* allocation in CreateRenderPipelineAsync() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/ |
H A D | memory.h | 164 Allocation allocation; in operator ()() local 310 free(const Allocation& allocation) free() argument [all...] |
/third_party/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 45 std::unique_ptr<char[]> allocation; member [all...] |
/third_party/lame/mpglib/ |
H A D | layer2.c | 124 unsigned char allocation[SBLIMIT][2]; member [all...] |
/third_party/node/deps/v8/src/base/platform/ |
H A D | platform-fuchsia.cc | 409 void* allocation = CreateAndMapVmo( in Allocate() local
|
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 145 AllocationResult allocation = in AllocateMap() local 162 AllocationResult allocation = in AllocatePartialMap() local 204 AllocationResult allocation = AllocateRaw(size, allocation_type); in Allocate() local 217 AllocationResult allocation in CreateInitialMaps() local 273 AllocationResult allocation = AllocateRaw(WeakArrayList::SizeForCapacity(0), CreateInitialMaps() local 284 AllocationResult allocation = CreateInitialMaps() local 292 AllocationResult allocation = CreateInitialMaps() local 300 AllocationResult allocation = CreateInitialMaps() local 320 AllocationResult allocation = CreateInitialMaps() local 596 AllocationResult allocation = CreateInitialMaps() local 604 AllocationResult allocation = CreateInitialMaps() local [all...] |
H A D | scavenger-inl.h | 121 AllocationResult allocation = allocator_.Allocate( in SemiSpaceCopyObject() local 160 AllocationResult allocation; in PromoteObject() local
|
H A D | factory.h | 839 NewForTest(Handle<Map> map, AllocationType allocation) NewForTest() argument [all...] |
H A D | slot-set.h | 157 void* allocation = AlignedAlloc(size, kSystemPointerSize); in Allocate() local
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-regalloc.cc | 269 compiler::InstructionOperand allocation = TryAllocateRegister(phi); in AllocateRegisters() local 686 compiler::InstructionOperand allocation = TryAllocateRegister(node); in AllocateRegister() local [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-literals.cc | 371 CreateObjectLiteral( Isolate* isolate, Handle<ObjectBoilerplateDescription> object_boilerplate_description, int flags, AllocationType allocation) CreateObjectLiteral() argument 452 CreateArrayLiteral( Isolate* isolate, Handle<ArrayBoilerplateDescription> array_boilerplate_description, AllocationType allocation) CreateArrayLiteral() argument [all...] |
/third_party/rust/crates/cxx/gen/src/include/ |
H A D | cxx.h | 722 class Box<T>::allocation { class in rust::cxxbridge1::Box
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/ |
H A D | cxx.h | 722 class Box<T>::allocation { class in rust::cxxbridge1::Box
|
/third_party/rust/crates/cxx/gen/build/src/gen/include/ |
H A D | cxx.h | 722 class Box<T>::allocation { class in rust::cxxbridge1::Box
|
/third_party/rust/crates/cxx/include/ |
H A D | cxx.h | 722 class Box<T>::allocation { class in rust::cxxbridge1::Box
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkAllocationCallbackUtil.cpp | 130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSystemAllocationScope scope, void* returnedPtr) in allocation() function in vk::AllocationCallbackRecord [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/white_box/ |
H A D | D3D12DescriptorHeapTests.cpp | 116 void Deallocate(CPUDescriptorHeapAllocation& allocation) { in Deallocate() argument 904 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local 926 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); in TEST_P() local 956 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); TEST_P() local 972 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); TEST_P() local 1000 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); TEST_P() local 1016 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); TEST_P() local 1032 CPUDescriptorHeapAllocation allocation = allocator.AllocateCPUDescriptors(); TEST_P() local [all...] |
/third_party/rust/crates/cxx/gen/lib/src/gen/include/ |
H A D | cxx.h | 722 class Box<T>::allocation { class in rust::cxxbridge1::Box
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueUtils.cpp | 387 de::MovePtr<Allocation> allocation = allocator.allocate(allocInfo, alignment /*unreferenced parameter*/); in BufferWithMemory() local 423 de::MovePtr<Allocation> allocation = allocator.allocate(m_requirements, memoryRequirement); in BufferWithMemory() local
|
/third_party/ffmpeg/libavcodec/ |
H A D | opus.c | 780 int allocation; in ff_celt_bitalloc() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | memory-lowering.cc | 41 AllocationType allocation() const { return allocation_; } in allocation() function in v8::internal::compiler::final 49 static inline AllocationType CheckAllocationType(AllocationType allocation) { in CheckAllocationType() argument 632 const AllocateParameters& allocation = AllocateParametersOf(node->op()); ReduceAllocateRaw() local 656 AllocationGroup(Node* node, AllocationType allocation, Zone* zone) AllocationGroup() argument 665 AllocationGroup(Node* node, AllocationType allocation, Node* size, Zone* zone) AllocationGroup() argument [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | fixed-array-inl.h | 673 New(Isolate* isolate, int length, AllocationType allocation) New() argument
|
H A D | ordered-hash-table.cc | 20 Allocate( IsolateT* isolate, int capacity, AllocationType allocation) Allocate() argument 48 AllocateEmpty( Isolate* isolate, AllocationType allocation, RootIndex root_index) AllocateEmpty() argument 514 Allocate( IsolateT* isolate, int capacity, AllocationType allocation) Allocate() argument 520 Allocate( IsolateT* isolate, int capacity, AllocationType allocation) Allocate() argument 526 Allocate( IsolateT* isolate, int capacity, AllocationType allocation) Allocate() argument 537 AllocateEmpty( Isolate* isolate, AllocationType allocation) AllocateEmpty() argument 543 AllocateEmpty( Isolate* isolate, AllocationType allocation) AllocateEmpty() argument 549 AllocateEmpty( Isolate* isolate, AllocationType allocation) AllocateEmpty() argument 651 Allocate( Isolate* isolate, int capacity, AllocationType allocation) Allocate() argument 658 Allocate( Isolate* isolate, int capacity, AllocationType allocation) Allocate() argument 665 Allocate( Isolate* isolate, int capacity, AllocationType allocation) Allocate() argument [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-sbc.c | 50 uint8_t allocation; member [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationUtil.hpp | 75 Buffer(vk::Move<vk::VkBuffer> buffer, de::MovePtr<vk::Allocation> allocation) Buffer() argument 108 Image(vk::Move<vk::VkImage>& image, de::MovePtr<vk::Allocation>& allocation) Image() argument
|