Searched refs:num_bytes_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Dobject.cc138 : orig_(orig), num_bytes_(num_bytes) {}
142 Object::CopyObject(obj, orig_->Get(), num_bytes_);
147 const size_t num_bytes_; member in class:art::mirror::CopyObjectVisitor
/art/runtime/
H A Dreflection.cc43 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) {
70 return num_bytes_;
74 arg_array_[num_bytes_ / 4] = value;
75 num_bytes_ += 4;
83 arg_array_[num_bytes_ / 4] = value;
84 arg_array_[(num_bytes_ / 4) + 1] = value >> 32;
85 num_bytes_ += 8;
358 uint32_t num_bytes_; member in class:art::ArgArray

Completed in 50 milliseconds