Searched refs:BlockPoolsScope (Results 1 – 2 of 2) sorted by relevance
8130 friend class BlockPoolsScope; variable8551 class BlockPoolsScope {8553 explicit BlockPoolsScope(MacroAssembler* masm) : masm_(masm) { in BlockPoolsScope() function8557 ~BlockPoolsScope() { masm_->ReleasePools(); } in ~BlockPoolsScope()
2674 BlockPoolsScope scope(this); in PrintfNoPreserve()