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

  /art/compiler/jni/quick/
calling_convention.h 54 return displacement_;
63 displacement_ = displacement;
77 itr_float_and_doubles_(0), displacement_(0),
200 FrameOffset displacement_; member in class:art::CallingConvention
332 return FrameOffset(this->displacement_.Int32Value() + frame_pointer_size_);
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 87 FrameOffset(displacement_.Int32Value() + // displacement
184 size_t offset = displacement_.Int32Value() - OutArgSize() + ((itr_args_ - 8) * kFramePointerSize);
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 120 return FrameOffset(displacement_.Int32Value() + // displacement
209 return FrameOffset(displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize));
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 99 return FrameOffset(displacement_.Int32Value() + // displacement
194 return FrameOffset(displacement_.Int32Value() - OutArgSize() + (offset * kFramePointerSize));
  /external/v8/src/compiler/
node-matchers.h 391 displacement_(nullptr) {
400 displacement_(nullptr) {
408 Node* displacement() const { return displacement_; }
415 Node* displacement_; member in struct:v8::internal::compiler::BaseWithIndexAndDisplacementMatcher
554 displacement_ = displacement;
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 102 FrameOffset(displacement_.Int32Value() + // displacement
258 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize);
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 87 FrameOffset(displacement_.Int32Value() + // displacement
239 size_t offset = displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize);
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 120 FrameOffset(displacement_.Int32Value() + // displacement
312 size_t offset = displacement_.Int32Value() - OutArgSize() + ((itr_slots_ - 4) * kFramePointerSize);

Completed in 380 milliseconds