HomeSort by relevance Sort by last modified time
    Searched refs:num_bytes_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/mirror/
object.cc 111 : self_(self), orig_(orig), num_bytes_(num_bytes) {
116 Object::CopyObject(self_, obj, orig_->Get(), num_bytes_);
122 const size_t num_bytes_; member in class:art::mirror::CopyObjectVisitor
  /art/runtime/
reflection.cc 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_; member in class:art::ArgArray
    [all...]

Completed in 597 milliseconds