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

<<31323334353637383940>>

  /prebuilts/clang/host/linux-x86/clang-4639204/include/lld/Core/
File.h 104 llvm::BumpPtrAllocator &allocator() const { function in class:lld::File
Simple.h 29 #include "llvm/Support/Allocator.h"
206 auto node = new (_file.allocator())
  /prebuilts/clang/host/linux-x86/clang-4691093/include/lld/Core/
File.h 104 llvm::BumpPtrAllocator &allocator() const { function in class:lld::File
Simple.h 29 #include "llvm/Support/Allocator.h"
206 auto node = new (_file.allocator())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unordered_map.h 45 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
62 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
96 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
135 * @param __a An allocator object.
152 * @param __a An allocator object.
179 * @param __a An allocator object.
218 /// Returns the allocator object with which the %unordered_map was
502 * @param __x An %unordered_map of the same element and allocator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/
trie_policy.hpp 67 * @tparam _Alloc Allocator type.
73 typename _Alloc = std::allocator<char> >
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unordered_map.h 45 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
62 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> >,
83 * @tparam _Alloc Allocator type, defaults to allocator<_Key>.
96 class _Alloc = std::allocator<std::pair<const _Key, _Tp> > >
135 * @param __a An allocator object.
152 * @param __a An allocator object.
179 * @param __a An allocator object.
218 /// Returns the allocator object with which the %unordered_map was
502 * @param __x An %unordered_map of the same element and allocator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/
trie_policy.hpp 67 * @tparam _Alloc Allocator type.
73 typename _Alloc = std::allocator<char> >
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadcode.go 189 // values to the allocator.
208 // Remove unreachable blocks. Return dead blocks to allocator.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadcode.go 189 // values to the allocator.
208 // Remove unreachable blocks. Return dead blocks to allocator.
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
construct_types.pass.cpp 102 // NotUsesAllocator provides valid signatures for each uses-allocator
130 // doing non-pmr uses-allocator construction.
163 using STDA = std::allocator<char>;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
PR22806_constrain_tuple_like_ctor.pass.cpp 94 std::allocator<int> A;
121 { // rvalue reference via uses-allocator
126 { // const lvalue reference via uses-allocator
135 { // lvalue reference via uses-allocator
141 { // const rvalue reference via uses-allocator
  /system/core/libmemunreachable/
Allocator.h 38 class Allocator;
100 // STLAllocator implements the std allocator interface on top of a Heap
141 // Allocator extends STLAllocator with some convenience methods for allocating
145 class Allocator : public STLAllocator<T> {
147 ~Allocator() {}
149 Allocator(const Heap& other)
154 Allocator(const STLAllocator<U>& other)
158 Allocator(const Allocator&) = default;
159 Allocator<T>& operator=(const Allocator<T>&) = default
192 namespace allocator { namespace
    [all...]
  /test/vts/compilation_tools/vtsc/test/golden/DRIVER/
NfcClientCallback.driver.cpp 4 #include <android/hidl/allocator/1.0/IAllocator.h>
  /tools/dexter/slicer/export/slicer/
writer.h 172 struct Allocator {
175 virtual ~Allocator() = default;
186 dex::u1* CreateImage(Allocator* allocator, size_t* new_image_size);
  /art/openjdkjvmti/
ti_redefine.cc 146 art::LinearAlloc* allocator,
152 allocator_(allocator),
164 art::LinearAlloc* allocator,
169 allocator,
214 // The linear allocator we should use to make new methods.
550 art::LinearAlloc* allocator; member in struct:openjdkjvmti::CallbackCtx
554 : obsolete_map(map), allocator(alloc) {}
560 data->allocator,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktBasicDrawTests.cpp 757 vk::Allocator& allocator = m_context.getDefaultAllocator(); local
787 indexAlloc = allocator.allocate(getBufferMemoryRequirements(vk, vkDevice, *indexBuffer), vk::MemoryRequirement::HostVisible);
883 vk::Allocator& allocator = m_context.getDefaultAllocator(); local
1050 vk::Allocator& allocator = m_context.getDefaultAllocator(); local
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 746 Allocator& allocator,
    [all...]
  /external/flatbuffers/include/flatbuffers/
flatbuffers.h 355 // Allocator interface. This is flatbuffers-specific and meant only for
357 class Allocator {
359 virtual ~Allocator() {}
364 // Deallocate `size` bytes of memory at `p` allocated by this allocator.
381 class DefaultAllocator : public Allocator {
398 // builder. The original memory region and allocator are also stored so that
405 DetachedBuffer(Allocator *allocator, bool own_allocator, uint8_t *buf,
407 : allocator_(allocator), own_allocator_(own_allocator), buf_(buf),
474 Allocator *allocator_
    [all...]
  /art/compiler/optimizing/
code_generator_vector_arm64.cc 182 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) {
183 LocationSummary* locations = new (allocator) LocationSummary(instruction);
375 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
376 LocationSummary* locations = new (allocator) LocationSummary(instruction);
771 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
772 LocationSummary* locations = new (allocator) LocationSummary(instruction);
    [all...]
code_generator_vector_mips.cc 147 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) {
148 LocationSummary* locations = new (allocator) LocationSummary(instruction);
378 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
379 LocationSummary* locations = new (allocator) LocationSummary(instruction);
802 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
803 LocationSummary* locations = new (allocator) LocationSummary(instruction);
    [all...]
code_generator_vector_mips64.cc 145 static void CreateVecUnOpLocations(ArenaAllocator* allocator, HVecUnaryOperation* instruction) {
146 LocationSummary* locations = new (allocator) LocationSummary(instruction);
377 static void CreateVecBinOpLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
378 LocationSummary* locations = new (allocator) LocationSummary(instruction);
801 static void CreateVecShiftLocations(ArenaAllocator* allocator, HVecBinaryOperation* instruction) {
802 LocationSummary* locations = new (allocator) LocationSummary(instruction);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 336 Allocator& allocator = m_context.getDefaultAllocator(); local
379 validationAlloc = allocator.allocate(getBufferMemoryRequirements(vk, device, *validationBuffer), MemoryRequirement::HostVisible);
404 depthResolveAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *depthResolveImage), MemoryRequirement::Any);
439 markerBufferAllocation = allocator.allocate(getBufferMemoryRequirements(vk, device, *markerBuffer), MemoryRequirement::HostVisible);
464 markerImageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *markerImage), MemoryRequirement::Any);
498 controlBufferAllocation = allocator.allocate( getBufferMemoryRequirements(vk, device, *controlBuffer), MemoryRequirement::HostVisible);
550 depthImageAllocation = allocator.allocate(getImageMemoryRequirements(vk, device, *depthImage), MemoryRequirement::Any);
1277 Allocator& allocator = m_context.getDefaultAllocator(); local
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 269 explicit ConstantArea(ArenaAllocator* allocator)
270 : buffer_(allocator->Adapter(kArenaAllocAssembler)) {}
311 explicit X86Assembler(ArenaAllocator* allocator)
312 : Assembler(allocator), constant_area_(allocator) {}
  /art/compiler/utils/x86_64/
assembler_x86_64.h 293 explicit ConstantArea(ArenaAllocator* allocator)
294 : buffer_(allocator->Adapter(kArenaAllocAssembler)) {}
356 explicit X86_64Assembler(ArenaAllocator* allocator)
357 : Assembler(allocator), constant_area_(allocator) {}
    [all...]

Completed in 1500 milliseconds

<<31323334353637383940>>