Searched refs:BlockLiteralPoolScope (Results 1 – 1 of 1) sorted by relevance
3510 friend class BlockLiteralPoolScope; variable3664 class BlockLiteralPoolScope {3666 explicit BlockLiteralPoolScope(MacroAssembler* masm) : masm_(masm) { in BlockLiteralPoolScope() function3670 ~BlockLiteralPoolScope() { masm_->ReleaseLiteralPool(); } in ~BlockLiteralPoolScope()