/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_memory_helper.c | 177 unsigned allocation_type; /* Type of allocation */ member 262 switch(allocation->allocation_type) { in debug_dump_allocation_state() 322 if (allocation->allocation_type > NINE_MEMFD_SUBALLOC) in nine_get_memfd_file_backing() 324 if (allocation->allocation_type == NINE_MEMFD_ALLOC) in nine_get_memfd_file_backing() 334 if (allocation->allocation_type > NINE_MEMFD_SUBALLOC) in nine_get_memfd_region_backing() 336 if (allocation->allocation_type == NINE_MEMFD_ALLOC) in nine_get_memfd_region_backing() 510 if (allocation->allocation_type == NINE_MEMFD_ALLOC || in nine_flush_pending_frees() 511 allocation->allocation_type == NINE_MEMFD_SUBALLOC) { in nine_flush_pending_frees() 696 new_allocation->allocation_type = NINE_MEMFD_ALLOC; in nine_memfd_allocator() 800 new_allocation->allocation_type in nine_allocate() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | memory-lowering.cc | 136 Node* node, AllocationType allocation_type, in ReduceAllocateRaw() 141 if (FLAG_single_generation && allocation_type == AllocationType::kYoung) { in ReduceAllocateRaw() 142 allocation_type = AllocationType::kOld; in ReduceAllocateRaw() 147 DCHECK_NE(allocation_type, AllocationType::kCode); in ReduceAllocateRaw() 157 if (allocation_type == AllocationType::kYoung) { in ReduceAllocateRaw() 176 if (allocation_type == AllocationType::kYoung) { in ReduceAllocateRaw() 202 allocation_type == AllocationType::kYoung in ReduceAllocateRaw() 206 allocation_type == AllocationType::kYoung in ReduceAllocateRaw() 215 allocation_type == AllocationType::kYoung in ReduceAllocateRaw() 219 allocation_type in ReduceAllocateRaw() 135 ReduceAllocateRaw( Node* node, AllocationType allocation_type, AllowLargeObjects allow_large_objects, AllocationState const** state_ptr) ReduceAllocateRaw() argument [all...] |
H A D | memory-optimizer.cc | 272 AllocationType allocation_type = allocation.allocation_type(); in VisitAllocateRaw() local 278 if (allocation_type == AllocationType::kOld) { in VisitAllocateRaw() 291 DCHECK_EQ(AllocationType::kYoung, allocation_type); in VisitAllocateRaw() 295 allocation_type = AllocationType::kOld; in VisitAllocateRaw() 302 node, allocation_type, allocation.allow_large_objects(), &state); in VisitAllocateRaw()
|
H A D | memory-lowering.h | 91 Reduction ReduceAllocateRaw(Node* node, AllocationType allocation_type,
|
H A D | simplified-operator.h | 595 Type type, AllocationType allocation_type, in AllocateParameters() 598 allocation_type_(allocation_type), in AllocateParameters() 602 AllocationType allocation_type() const { return allocation_type_; } in allocation_type() function in v8::internal::AbortReason::AllocateParameters 594 AllocateParameters( Type type, AllocationType allocation_type, AllowLargeObjects allow_large_objects = AllowLargeObjects::kFalse) AllocateParameters() argument
|
H A D | simplified-operator.cc | 594 static_cast<int>(info.allocation_type())); in hash_value() 599 return os << info.type() << ", " << info.allocation_type(); in operator <<() 603 return lhs.allocation_type() == rhs.allocation_type() && in operator ==() 618 return AllocateParametersOf(op).allocation_type(); in AllocationTypeOf()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 273 AllocationType allocation_type = V8_EXTERNAL_CODE_SPACE_BOOL || is_executable_ in AllocateCode() local 279 object_size, allocation_type, AllocationOrigin::kRuntime); in AllocateCode() 282 object_size, allocation_type, AllocationOrigin::kRuntime); in AllocateCode() 305 AllocationType allocation_type = V8_EXTERNAL_CODE_SPACE_BOOL || is_executable_ in AllocateConcurrentSparkplugCode() local 310 if (!heap->AllocateRaw(object_size, allocation_type).To(&result)) { in AllocateConcurrentSparkplugCode() 463 int length, AllocationType allocation_type) { in TryNewFixedArray() 469 AllocationResult allocation = heap->AllocateRaw(size, allocation_type); in TryNewFixedArray() 472 if ((size > heap->MaxRegularHeapObjectSize(allocation_type)) && in TryNewFixedArray() 1840 AllocationType allocation_type) { in NewMap() 1846 DCHECK(allocation_type in NewMap() 462 TryNewFixedArray( int length, AllocationType allocation_type) TryNewFixedArray() argument 1838 NewMap(InstanceType type, int instance_size, ElementsKind elements_kind, int inobject_properties, AllocationType allocation_type) NewMap() argument [all...] |
H A D | setup-heap-internal.cc | 200 AllocationType allocation_type) { in Allocate() 204 AllocationResult allocation = AllocateRaw(size, allocation_type); in Allocate() 208 allocation_type == AllocationType::kYoung ? SKIP_WRITE_BARRIER in Allocate() 199 Allocate(Handle<Map> map, AllocationType allocation_type) Allocate() argument
|
H A D | factory.h | 446 AllocationType allocation_type = AllocationType::kMap);
|
/third_party/node/deps/v8/src/numbers/ |
H A D | conversions.cc | 963 return BigInt::Zero(this->isolate(), allocation_type()); in GetResult() 966 this->negative(), allocation_type()); in GetResult() 1009 AllocationType allocation_type() { in allocation_type() function
|
/third_party/mesa3d/include/CL/ |
H A D | cl_ext.h | 398 cl_uint allocation_type; member
|
/third_party/node/deps/v8/src/objects/ |
H A D | objects.h | 377 template <AllocationType allocation_type = AllocationType::kYoung,
|
H A D | ordered-hash-table.cc | 108 AllocationType allocation_type = Heap::InYoungGeneration(*table) in Clear() local 113 Allocate(isolate, kInitialCapacity, allocation_type).ToHandleChecked(); in Clear()
|
H A D | objects.cc | 237 template <AllocationType allocation_type, typename IsolateT> 245 return isolate->factory()->template NewHeapNumberFromBits<allocation_type>( in WrapForRead()
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl_ext.h | 398 cl_uint allocation_type; member
|
/third_party/opencl-headers/CL/ |
H A D | cl_ext.h | 779 cl_uint allocation_type; member
|