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

  /art/compiler/linker/
multi_oat_relative_patcher.h 59 return (it != method_offset_map_.map.end()) ? it->second - adjustment_ : 0u;
64 method_offset_map_.map.Put(method_ref, offset + adjustment_);
71 offset += adjustment_;
73 offset -= adjustment_;
79 offset += adjustment_;
81 offset -= adjustment_;
87 offset += adjustment_;
90 offset -= adjustment_;
100 patch_offset += adjustment_;
101 target_offset += adjustment_;
138 uint32_t adjustment_; member in class:art::linker::FINAL
    [all...]
multi_oat_relative_patcher.cc 31 adjustment_(0u),
40 adjustment_ = adjustment;
  /art/runtime/
indenter.h 144 adjustment_(adjustment) {
145 vios_->IncreaseIndentation(adjustment_);
149 vios_->DecreaseIndentation(adjustment_);
154 const size_t adjustment_; member in class:art::ScopedIndentation

Completed in 316 milliseconds