Home | History | Annotate | Download | only in runtime

Lines Matching refs:array_size_

1120       array_size_(), pos_(-1), type_(kByte) {
1125 array_size_ = 0;
1127 array_size_ = DecodeUnsignedLeb128(&ptr_);
1129 if (array_size_ > 0) {
1136 if (pos_ >= array_size_) {