Searched refs:useNodePools (Results 1 – 3 of 3) sorted by relevance
209 bool useNodePools() const { return fUseNodePools; } in useNodePools() function
191 bool useNodePools() const { in useNodePools() function
30 if (compiler->context().fCaps.useNodePools() && settings.fDSLUseMemoryPool) { in ThreadContext()