Home | History | Annotate | Download | only in aarch64

Lines Matching refs:BlockPoolsScope

3095   friend class BlockPoolsScope;
3273 class BlockPoolsScope {
3275 explicit BlockPoolsScope(MacroAssembler* masm) : masm_(masm) {
3279 ~BlockPoolsScope() { masm_->ReleasePools(); }