Searched refs:num_bytes_ (Results 1 – 2 of 2) sorted by relevance
138 : orig_(orig), num_bytes_(num_bytes) {} in CopyObjectVisitor()142 Object::CopyObject(obj, orig_->Get(), num_bytes_); in operator ()()147 const size_t num_bytes_; member in art::mirror::CopyObjectVisitor
43 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) { in ArgArray()70 return num_bytes_; in GetNumBytes()74 arg_array_[num_bytes_ / 4] = value; in Append()75 num_bytes_ += 4; in Append()83 arg_array_[num_bytes_ / 4] = value; in AppendWide()84 arg_array_[(num_bytes_ / 4) + 1] = value >> 32; in AppendWide()85 num_bytes_ += 8; in AppendWide()358 uint32_t num_bytes_; member in art::ArgArray