Home | History | Annotate | Download | only in mips64

Lines Matching defs:BlockGrowBufferScope

1010   class BlockGrowBufferScope {
1012 explicit BlockGrowBufferScope(Assembler* assem) : assem_(assem) {
1015 ~BlockGrowBufferScope() {
1022 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockGrowBufferScope);