Home | History | Annotate | Download | only in mips

Lines Matching defs:BlockGrowBufferScope

974   class BlockGrowBufferScope {
976 explicit BlockGrowBufferScope(Assembler* assem) : assem_(assem) {
979 ~BlockGrowBufferScope() {
986 DISALLOW_IMPLICIT_CONSTRUCTORS(BlockGrowBufferScope);