Lines Matching refs:allocator
1870 AccountingAllocator allocator;
1871 Zone tmp(&allocator, ZONE_NAME);
1888 DecodeResult VerifyWasmCode(AccountingAllocator* allocator,
1890 Zone zone(allocator, ZONE_NAME);
1896 DecodeResult BuildTFGraph(AccountingAllocator* allocator, TFBuilder* builder,
1898 Zone zone(allocator, ZONE_NAME);
1910 AccountingAllocator allocator;
1912 PrintAst(&allocator, FunctionBodyForTesting(start, end), os, nullptr);
1915 bool PrintAst(AccountingAllocator* allocator, const FunctionBody& body,
1918 Zone zone(allocator, ZONE_NAME);