HomeSort by relevance Sort by last modified time
    Searched defs:Allocator (Results 126 - 150 of 505) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/MSF/
MappedBlockStream.h 18 #include "llvm/Support/Allocator.h"
46 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator);
50 uint32_t StreamIndex, BumpPtrAllocator &Allocator);
54 BumpPtrAllocator &Allocator);
58 BumpPtrAllocator &Allocator);
71 llvm::BumpPtrAllocator &getAllocator() { return Allocator; }
81 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator);
97 // We just store the allocator by reference. We use this to allocate
103 // allocator to allocate broken records from.
104 BumpPtrAllocator &Allocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
TpiStreamBuilder.h 17 #include "llvm/Support/Allocator.h"
71 BumpPtrAllocator &Allocator;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/MSF/
MappedBlockStream.h 18 #include "llvm/Support/Allocator.h"
46 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator);
50 uint32_t StreamIndex, BumpPtrAllocator &Allocator);
54 BumpPtrAllocator &Allocator);
58 BumpPtrAllocator &Allocator);
71 llvm::BumpPtrAllocator &getAllocator() { return Allocator; }
81 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator);
97 // We just store the allocator by reference. We use this to allocate
103 // allocator to allocate broken records from.
104 BumpPtrAllocator &Allocator;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/MSF/
MappedBlockStream.h 18 #include "llvm/Support/Allocator.h"
46 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator);
50 uint32_t StreamIndex, BumpPtrAllocator &Allocator);
54 BumpPtrAllocator &Allocator);
58 BumpPtrAllocator &Allocator);
71 llvm::BumpPtrAllocator &getAllocator() { return Allocator; }
81 BinaryStreamRef MsfData, BumpPtrAllocator &Allocator);
97 // We just store the allocator by reference. We use this to allocate
103 // allocator to allocate broken records from.
104 BumpPtrAllocator &Allocator;
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 20 #include "llvm/Support/Allocator.h"
44 MemRegionRef() : Allocator(nullptr) {}
45 MemRegionRef(llvm::BumpPtrAllocator *A) : Allocator(A) {}
48 return Allocator->Allocate(Sz, llvm::AlignOf<AlignmentType>::Alignment);
51 template <typename T> T *allocateT() { return Allocator->Allocate<T>(); }
54 return Allocator->Allocate<T>(NumElems);
58 llvm::BumpPtrAllocator *Allocator;
  /external/clang/lib/Format/
FormatTokenLexer.h 78 llvm::SpecificBumpPtrAllocator<FormatToken> Allocator;
  /external/clang/unittests/AST/
CommentLexer.cpp 35 Traits(Allocator, CommentOptions()) {
43 llvm::BumpPtrAllocator Allocator;
67 Lexer L(Allocator, Diags, Traits, Begin, Source, Source + strlen(Source));
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator_testlib.cc 46 SecondaryAllocator> Allocator;
48 static Allocator allocator; member in namespace:__anon17201
59 allocator.SwallowCache(&cache);
65 allocator.Init(false /*may_return_null*/);
78 void *p = allocator.Allocate(&cache, size, 8);
87 allocator.Deallocate(&cache, p);
94 void *p = allocator.Allocate(&cache, size, 8, false);
106 p = allocator.Reallocate(&cache, p, size, 8);
116 void *p = allocator.Allocate(&cache, size, alignment)
    [all...]
  /external/dexmaker/dexmaker-mockito-inline-tests/src/main/jni/multiplejvmtiagentsinterferenceagent/
agent.cc 67 class Allocator : public Writer::Allocator {
71 Allocator(jvmtiEnv *jvmti_env) : Writer::Allocator(), jvmti_env(jvmti_env) {
83 Allocator allocator(jvmti_env);
86 *newClassData = writer.CreateImage(&allocator, &newClassLen);
  /external/dng_sdk/source/
dng_host.cpp 39 dng_host::dng_host (dng_memory_allocator *allocator,
42 : fAllocator (allocator)
69 dng_memory_allocator & dng_host::Allocator ()
93 return Allocator ().Allocate (logicalSize);
240 &Allocator (),
279 dng_xmp *result = new dng_xmp (Allocator ());
349 Allocator ());
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 27 #include "llvm/Support/Allocator.h"
48 typedef BumpPtrAllocator Allocator;
228 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) {
234 createValueCopy(VNI, Allocator);
307 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
317 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);
322 VNInfo::Allocator &VNInfoAllocator) {
613 BumpPtrAllocator &Allocator)
614 : LiveRange(Other, Allocator), Next(nullptr), LaneMask(LaneMask) {
689 SubRange *createSubRange(BumpPtrAllocator &Allocator,
    [all...]
  /external/llvm/lib/Support/
Signals.cpp 99 BumpPtrAllocator Allocator;
100 StringSaver StrPool(Allocator);
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Signals.cpp 99 BumpPtrAllocator Allocator;
100 StringSaver StrPool(Allocator);
  /libcore/luni/src/main/java/libcore/util/
NativeAllocationRegistry.java 144 * {@link #registerNativeAllocation(Object, Allocator) registerNativeAllocation(Object, Allocator)}.
146 public interface Allocator {
160 * If the allocator returns null, the allocation is not registered and a
164 * @param allocator used to perform the underlying native allocation.
169 * case, the allocator will not be run.
171 public Runnable registerNativeAllocation(Object referent, Allocator allocator) {
176 // Create the cleaner before running the allocator so that
182 long nativePtr = allocator.allocate()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 20 #include "llvm/Support/Allocator.h"
44 MemRegionRef() : Allocator(nullptr) {}
45 MemRegionRef(llvm::BumpPtrAllocator *A) : Allocator(A) {}
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
51 template <typename T> T *allocateT() { return Allocator->Allocate<T>(); }
54 return Allocator->Allocate<T>(NumElems);
58 llvm::BumpPtrAllocator *Allocator;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LiveInterval.h 26 #include "llvm/Support/Allocator.h"
47 typedef BumpPtrAllocator Allocator;
227 LiveRange(const LiveRange &Other, BumpPtrAllocator &Allocator) {
230 assign(Other, Allocator);
234 void assign(const LiveRange &Other, BumpPtrAllocator &Allocator) {
242 createValueCopy(VNI, Allocator);
313 VNInfo *getNextValue(SlotIndex def, VNInfo::Allocator &VNInfoAllocator) {
323 VNInfo *createDeadDef(SlotIndex Def, VNInfo::Allocator &VNInfoAllocator);
332 VNInfo::Allocator &VNInfoAllocator) {
651 BumpPtrAllocator &Allocator)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 18 #include "llvm/Support/Allocator.h"
36 BumpPtrAllocator &Allocator;
40 explicit TypeTableBuilder(BumpPtrAllocator &Allocator)
41 : Allocator(Allocator), Serializer(Allocator) {}
47 BumpPtrAllocator &getAllocator() const { return Allocator; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 94 BumpPtrAllocator &Allocator;
PDBFile.h 16 #include "llvm/Support/Allocator.h"
47 BumpPtrAllocator &Allocator);
100 BumpPtrAllocator &getAllocator() { return Allocator; }
118 BumpPtrAllocator &Allocator;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 20 #include "llvm/Support/Allocator.h"
44 MemRegionRef() : Allocator(nullptr) {}
45 MemRegionRef(llvm::BumpPtrAllocator *A) : Allocator(A) {}
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
51 template <typename T> T *allocateT() { return Allocator->Allocate<T>(); }
54 return Allocator->Allocate<T>(NumElems);
58 llvm::BumpPtrAllocator *Allocator;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 18 #include "llvm/Support/Allocator.h"
36 BumpPtrAllocator &Allocator;
40 explicit TypeTableBuilder(BumpPtrAllocator &Allocator,
42 : Allocator(Allocator), Serializer(Allocator, WriteUnique) {}
48 BumpPtrAllocator &getAllocator() const { return Allocator; }
90 BumpPtrAllocator Allocator;
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
DbiStreamBuilder.h 93 BumpPtrAllocator &Allocator;
PDBFile.h 16 #include "llvm/Support/Allocator.h"
47 BumpPtrAllocator &Allocator);
100 BumpPtrAllocator &getAllocator() { return Allocator; }
120 BumpPtrAllocator &Allocator;
TpiStreamBuilder.h 17 #include "llvm/Support/Allocator.h"
73 BumpPtrAllocator &Allocator;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Analysis/Analyses/
ThreadSafetyUtil.h 20 #include "llvm/Support/Allocator.h"
44 MemRegionRef() : Allocator(nullptr) {}
45 MemRegionRef(llvm::BumpPtrAllocator *A) : Allocator(A) {}
48 return Allocator->Allocate(Sz, alignof(AlignmentType));
51 template <typename T> T *allocateT() { return Allocator->Allocate<T>(); }
54 return Allocator->Allocate<T>(NumElems);
58 llvm::BumpPtrAllocator *Allocator;

Completed in 1193 milliseconds

1 2 3 4 56 7 8 91011>>