Home | History | Annotate | Download | only in runtime

Lines Matching refs:array_size_

1127       array_size_(), pos_(-1), type_(kByte) {
1132 array_size_ = 0;
1134 array_size_ = DecodeUnsignedLeb128(&ptr_);
1136 if (array_size_ > 0) {
1143 if (pos_ >= array_size_) {