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

  /art/compiler/jni/quick/
calling_convention.h 52 return displacement_;
61 displacement_ = displacement;
75 itr_float_and_doubles_(0), displacement_(0),
198 FrameOffset displacement_; member in class:art::CallingConvention
323 return FrameOffset(this->displacement_.Int32Value() + sizeof(StackReference<mirror::ArtMethod>));
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 88 return FrameOffset(displacement_.Int32Value() + // displacement
153 return FrameOffset(displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize));
  /external/chromium_org/content/browser/android/
edge_effect_l.cc 78 displacement_(0.5f),
187 displacement_ = (displacement_ + target_displacement_) / 2.f;
264 const float displacement = Clamp(displacement_, 0.f, 1.f) - 0.5f;
edge_effect_l.h 66 float displacement_; member in class:content::EdgeEffectL
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 82 FrameOffset(displacement_.Int32Value() + // displacement
199 size_t offset = displacement_.Int32Value() - OutArgSize() + ((itr_slots_ - 4) * kFramePointerSize);
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 82 FrameOffset(displacement_.Int32Value() + // displacement
202 size_t offset = displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize);
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 97 FrameOffset(displacement_.Int32Value() + // displacement
247 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize);
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 98 return FrameOffset(displacement_.Int32Value() + // displacement
193 return FrameOffset(displacement_.Int32Value() - OutArgSize() + (offset * kFramePointerSize));

Completed in 87 milliseconds