Home | History | Annotate | Download | only in runtime

Lines Matching full:num_bytes_

39       : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) {
66 return num_bytes_;
70 arg_array_[num_bytes_ / 4] = value;
71 num_bytes_ += 4;
79 arg_array_[num_bytes_ / 4] = value;
80 arg_array_[(num_bytes_ / 4) + 1] = value >> 32;
81 num_bytes_ += 8;
341 uint32_t num_bytes_;