Searched refs:num_bytes_ (Results 1 – 2 of 2) sorted by relevance
40 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) { in ArgArray()67 return num_bytes_; in GetNumBytes()71 arg_array_[num_bytes_ / 4] = value; in Append()72 num_bytes_ += 4; in Append()82 if (num_bytes_ % 8 == 0) { in AppendWide()83 num_bytes_ += 4; in AppendWide()86 arg_array_[num_bytes_ / 4] = value; in AppendWide()87 arg_array_[(num_bytes_ / 4) + 1] = value >> 32; in AppendWide()88 num_bytes_ += 8; in AppendWide()345 uint32_t num_bytes_; member in art::ArgArray
104 : self_(self), orig_(orig), num_bytes_(num_bytes) { in CopyObjectVisitor()110 Object::CopyObject(self_, obj, orig_->Get(), num_bytes_); in operator ()()116 const size_t num_bytes_; member in art::mirror::CopyObjectVisitor