Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DCompiler.cpp32 class TScopedPoolAllocator { class
34 TScopedPoolAllocator(TPoolAllocator* allocator) : mAllocator(allocator) { in TScopedPoolAllocator() function in __anon619d2db10111::TScopedPoolAllocator
38 ~TScopedPoolAllocator() { in ~TScopedPoolAllocator()
120 TScopedPoolAllocator scopedAlloc(&allocator); in compile()