809810811812813814815816817818819
} protected final LocalRef compileNewLocal( boolean _isArray ) { if (_isArray) { return new LocalArrayRef( method().newLocal( 1 ) ); } else { return new LocalValueRef( method().newLocal( type().getSize() ) ); } }