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

  /art/runtime/mirror/
object.cc 106 : self_(self), orig_(orig), num_bytes_(num_bytes) {
111 Object::CopyObject(self_, obj, orig_->Get(), num_bytes_);
117 const size_t num_bytes_; member in class:art::mirror::CopyObjectVisitor
  /art/runtime/
reflection.cc 40 : shorty_(shorty), shorty_len_(shorty_len), num_bytes_(0) {
67 return num_bytes_;
71 arg_array_[num_bytes_ / 4] = value;
72 num_bytes_ += 4;
80 arg_array_[num_bytes_ / 4] = value;
81 arg_array_[(num_bytes_ / 4) + 1] = value >> 32;
82 num_bytes_ += 8;
339 uint32_t num_bytes_; member in class:art::ArgArray
    [all...]

Completed in 348 milliseconds