commit | 1ef5b44eaf9170686d28d564b8d247b3e22cb7ac | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Sep 08 19:44:54 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Sep 09 13:41:50 2009 -0700 |
tree | d1210d8ef7e773066c3a553b2dcf3547f06afde4 | |
parent | 5cf09633aefabe2f6f39db6c21cc64cbde512dfd [diff] |
Use Get*ArrayRegion/Set*ArrayRegion instead of Get*ArrayElements. This fixes all instances in the networking code, but doesn't address similar patterns, nor non-networking code. This seemed like a reasonably-sized meaningful chunk. Tested on sapphire-eng. Bug: 1639287