Searched refs:BlockPoolsScope (Results 1 – 2 of 2) sorted by relevance
7736 friend class BlockPoolsScope; variable8156 class BlockPoolsScope {8158 explicit BlockPoolsScope(MacroAssembler* masm) : masm_(masm) { in BlockPoolsScope() function8162 ~BlockPoolsScope() { masm_->ReleasePools(); } in ~BlockPoolsScope()
2587 BlockPoolsScope scope(this); in PrintfNoPreserve()