HomeSort by relevance Sort by last modified time
    Searched refs:allocator (Results 1201 - 1225 of 1428) sorted by null

<<41424344454647484950>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
value.go 243 // in debugger information (the intended user is the register allocator).
regalloc.go 7 // We use a version of a linear scan register allocator. We treat the
9 // it using a greedy register allocator. Then all merge edges
13 // The greedy allocator moves values into registers just before they
17 // The register allocator requires that a block is not scheduled until
29 // During the normal course of the allocator, we might throw a still-live
80 // The stack allocator knows that StoreReg args of stack-allocated phis
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
value.go 243 // in debugger information (the intended user is the register allocator).
regalloc.go 7 // We use a version of a linear scan register allocator. We treat the
9 // it using a greedy register allocator. Then all merge edges
13 // The greedy allocator moves values into registers just before they
17 // The register allocator requires that a block is not scheduled until
29 // During the normal course of the allocator, we might throw a still-live
80 // The stack allocator knows that StoreReg args of stack-allocated phis
    [all...]
  /tools/dexter/slicer/
writer.cc 237 dex::u1* Writer::CreateImage(Allocator* allocator, size_t* new_image_size) {
290 dex::u1* image = static_cast<dex::u1*>(allocator->Allocate(image_size));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 73 Allocator& m_allocator;
2429 Allocator& allocator = context.getDefaultAllocator(); local
2596 Allocator& allocator = context.getDefaultAllocator(); local
3932 Allocator& allocator = context.getDefaultAllocator(); local
    [all...]
  /external/v8/src/
deoptimizer.cc 25 static MemoryChunk* AllocateCodeChunk(MemoryAllocator* allocator) {
26 return allocator->AllocateChunk(Deoptimizer::GetMaxDeoptTableSize(),
32 DeoptimizerData::DeoptimizerData(MemoryAllocator* allocator)
33 : allocator_(allocator),
37 deopt_entry_code_[i] = AllocateCodeChunk(allocator);
277 Zone zone(isolate->allocator(), ZONE_NAME);
    [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc 879 HeapEntry* AddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
880 HeapEntry* entry = allocator->AllocateEntry(ptr);
888 HeapEntry* FindOrAddEntry(HeapThing ptr, HeapEntriesAllocator* allocator) {
890 return entry != NULL ? entry : AddEntry(ptr, allocator);
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]
verifier.cc     [all...]
  /external/v8/src/wasm/
wasm-module.cc 559 Zone specialization_zone(isolate->allocator(), ZONE_NAME);
782 // Double check the API allocator actually zero-initialized the memory.
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/multiview/
vktMultiViewRenderTests.cpp 86 ImageAttachment (VkDevice logicalDevice, DeviceInterface& device, Allocator& allocator, const VkExtent3D extent, VkFormat colorFormat);
101 ImageAttachment::ImageAttachment (VkDevice logicalDevice, DeviceInterface& device, Allocator& allocator, const VkExtent3D extent, VkFormat colorFormat)
108 m_allocationImage = allocator.allocate(getImageMemoryRequirements(device, logicalDevice, *m_image), MemoryRequirement::Any);
159 MovePtr<Allocator> m_allocator;
489 m_allocator = MovePtr<Allocator>(new SimpleAllocator(*m_device, *m_logicalDevice, getPhysicalDeviceMemoryProperties(instance, physicalDevice)));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutTests.cpp 753 Allocator& allocator = context.getDefaultAllocator(); local
816 const de::MovePtr<Allocation> inputBufferMemory = allocator.allocate(inputBufferRequirements, MemoryRequirement::HostVisible);
835 const de::MovePtr<Allocation> outputBufferMemory = allocator.allocate(outputBufferRequirements, MemoryRequirement::HostVisible);
    [all...]
  /external/libcxxabi/src/
cxa_demangle.cpp 1136 allocator, member in class:__anon24558::SpecialSubKind
1153 case SpecialSubKind::allocator:
1154 return StringView("allocator");
1171 case SpecialSubKind::allocator:
1173 "std::allocator<char> >";
1178 "std::allocator<char> >";
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /device/google/marlin/camera/QCamera2/HAL/
QCameraStream.cpp 334 * @allocator : memory allocator obj
344 QCameraStream::QCameraStream(QCameraAllocator &allocator,
369 mAllocator(allocator),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineVertexInputTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp     [all...]
  /external/protobuf/src/google/protobuf/
map.h 569 Arena::Create<InnerMap>(arena_, 0, hasher(), Allocator(arena_));
572 // re-implement std::allocator to use arena allocator for memory allocation.
589 MapAllocator(const MapAllocator<X>& allocator)
590 : arena_(allocator.arena_) {}
679 typedef MapAllocator<KeyValuePair> Allocator;
714 InnerMap(size_type n, hasher h, Allocator alloc)
755 typedef typename Allocator::template rebind<Key*>::other KeyPtrAllocator;
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 290 SkOpAngle* priorAngle = this->globalState()->allocator()->make<SkOpAngle>();
298 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>();
    [all...]
  /external/skqp/src/pathops/
SkOpSegment.cpp 290 SkOpAngle* priorAngle = this->globalState()->allocator()->make<SkOpAngle>();
298 SkOpAngle* angle = this->globalState()->allocator()->make<SkOpAngle>();
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
while_test.cc     [all...]
  /external/tensorflow/tensorflow/contrib/verbs/
rdma.cc     [all...]

Completed in 1185 milliseconds

<<41424344454647484950>>