Home
last modified time | relevance | path

Searched refs:ArenaAllocator (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMemory.h32 using ArenaAllocator = variable
41 LockedArenaAllocator(ArenaAllocator *Alloc, std::mutex *Mutex) in LockedArenaAllocator()
47 ArenaAllocator *operator->() { return Alloc; }
50 ArenaAllocator *Alloc;
137 using allocator_type = ArenaAllocator *;
145 static void set_current(ArenaAllocator *Allocator);
149 ICE_TLS_DECLARE_FIELD(ArenaAllocator *, CfgAllocator);
164 using allocator_type = ArenaAllocator *;
174 ICE_TLS_DECLARE_FIELD(ArenaAllocator *, LivenessAllocator);
DIceMemory.cpp25 ICE_TLS_DEFINE_FIELD(ArenaAllocator *, CfgAllocatorTraits, CfgAllocator);
32 ArenaAllocator *Allocator = in set_current()
37 void CfgAllocatorTraits::set_current(ArenaAllocator *Allocator) { in set_current()
45 ICE_TLS_DEFINE_FIELD(ArenaAllocator *, LivenessAllocatorTraits,
53 ArenaAllocator *Allocator = in set_current()
DIceLiveness.h108 ArenaAllocator *getAllocator() const { return Alloc.get(); } in getAllocator()
125 : Alloc(new ArenaAllocator()), AllocScope(this), Func(Func), Mode(Mode) {} in Liveness()
136 std::unique_ptr<ArenaAllocator> Alloc;
DIceCfg.h34 std::unique_ptr<ArenaAllocator> Allocator;
297 static ArenaAllocator *createAllocator();
DIceGlobalContext.h430 ArenaAllocator Allocator;
518 LockedPtr<ArenaAllocator> getAllocator() { in getAllocator()
519 return LockedPtr<ArenaAllocator>(&Allocator, &AllocLock); in getAllocator()
DIceDefs.h166 VariableDeclarationList() : Arena(new ArenaAllocator()) {} in VariableDeclarationList()
262 using ArenaPtr = std::unique_ptr<ArenaAllocator>;
DIceCfg.cpp62 ArenaAllocator *Cfg::createAllocator() { in createAllocator()
63 ArenaAllocator *Allocator = new ArenaAllocator(); in createAllocator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h28 class ArenaAllocator {
46 ArenaAllocator() { addNode(AllocUnit); } in ArenaAllocator() function
48 ~ArenaAllocator() { in ~ArenaAllocator()
229 VariableSymbolNode *demangleUntypedVariable(ArenaAllocator &Arena,
233 demangleRttiBaseClassDescriptorNode(ArenaAllocator &Arena,
257 ArenaAllocator Arena;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp318 static NamedIdentifierNode *synthesizeNamedIdentifier(ArenaAllocator &Arena, in synthesizeNamedIdentifier()
325 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName()
335 static QualifiedNameNode *synthesizeQualifiedName(ArenaAllocator &Arena, in synthesizeQualifiedName()
341 static VariableSymbolNode *synthesizeVariable(ArenaAllocator &Arena, in synthesizeVariable()
351 ArenaAllocator &Arena, StringView &MangledName, StringView VariableName) { in demangleUntypedVariable()
364 Demangler::demangleRttiBaseClassDescriptorNode(ArenaAllocator &Arena, in demangleRttiBaseClassDescriptorNode()
1557 static NodeArrayNode *nodeListToNodeArray(ArenaAllocator &Arena, NodeList *Head, in nodeListToNodeArray()
/third_party/vixl/src/
Dutils-vixl.h60 using ArenaAllocator = ArenaAllocatorT<false>; variable
96 using PandaAllocator = ark::ArenaAllocator;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp109061 class ArenaAllocator class
109064 constexpr ArenaAllocator() in ArenaAllocator() function in mozilla::ArenaAllocator
109073 ArenaAllocator(const ArenaAllocator&) = delete;
109074 ArenaAllocator& operator=(const ArenaAllocator&) = delete;
109080 ~ArenaAllocator() in ~ArenaAllocator()
109492 mozilla::ArenaAllocator<8192, 8> mPool;