Searched refs:num_bytes_ (Results 1 – 2 of 2) sorted by relevance
139 : orig_(orig), num_bytes_(num_bytes) {} in CopyObjectVisitor()143 Object::CopyObject(obj, orig_->Get(), num_bytes_); in operator ()()148 const size_t num_bytes_; member in art::mirror::CopyObjectVisitor
45 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) { in ArgArray()72 return num_bytes_; in GetNumBytes()76 arg_array_[num_bytes_ / 4] = value; in Append()77 num_bytes_ += 4; in Append()85 arg_array_[num_bytes_ / 4] = value; in AppendWide()86 arg_array_[(num_bytes_ / 4) + 1] = value >> 32; in AppendWide()87 num_bytes_ += 8; in AppendWide()361 uint32_t num_bytes_; member in art::__anona95196270111::ArgArray