Home
last modified time | relevance | path

Searched refs:CfgLocalAllocatorScope (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceMemory.h156 using CfgLocalAllocatorScope = sz_allocator_scope<CfgAllocatorTraits>; variable
DIceGlobalContext.cpp386 CfgLocalAllocatorScope _(Func.get()); in translateFunctions()
689 CfgLocalAllocatorScope _(Func.get()); in emitItems()
DIceConverter.cpp101 Ice::CfgLocalAllocatorScope _(Func.get()); in convertFunction()
DIceCfg.cpp43 CfgLocalAllocatorScope _(this); in Cfg()
DWasmTranslator.cpp1438 Ice::CfgLocalAllocatorScope L2(Func.get()); in translateFunction()
DPNaClTranslator.cpp1383 Ice::CfgLocalAllocatorScope _(Func.get()); in parseFunction()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp61 Ice::CfgLocalAllocatorScope *allocator = nullptr;
659 ::allocator = new Ice::CfgLocalAllocatorScope(::function); in createFunction()