HomeSort by relevance Sort by last modified time
    Searched refs:adjustment_ (Results 1 - 5 of 5) 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_;
131 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
  /art/compiler/utils/arm/
assembler_thumb2.h 572 return adjustment_;
590 // Check if the current size is OK for current location_, target_ and adjustment_.
592 // If the target if after this Fixup, also add the difference to adjustment_,
598 adjustment_ += increase;
624 adjustment_(0u),
656 uint32_t adjustment_; // The number of extra bytes inserted between location_ and target_. member in class:art::arm::FINAL::Fixup
    [all...]
assembler_thumb2.cc     [all...]

Completed in 156 milliseconds