Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
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()
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);
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/grpc/test/cpp/end2end/
Dmessage_allocator_end2end_test.cc329 class ArenaAllocator class in grpc::testing::__anon87a693e40111::ArenaAllocatorTest
358 std::unique_ptr<ArenaAllocator> allocator(new ArenaAllocator); in TEST_P()
/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()