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

  /art/compiler/jni/quick/
calling_convention.h 54 return displacement_;
63 displacement_ = displacement;
79 itr_float_and_doubles_(0), displacement_(0),
208 FrameOffset displacement_; member in class:art::CallingConvention
345 return FrameOffset(this->displacement_.Int32Value() + static_cast<size_t>(frame_pointer_size_));
calling_convention.cc 231 CHECK_LT(displacement_.SizeValue(),
233 return FrameOffset(displacement_.Int32Value() + static_cast<size_t>(frame_pointer_size_));
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 117 FrameOffset(displacement_.Int32Value() + // displacement
232 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize);
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 180 FrameOffset(displacement_.Int32Value() + // displacement
336 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize);
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 132 FrameOffset(displacement_.Int32Value() + // displacement
442 size_t offset = displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize);
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 145 return FrameOffset(displacement_.Int32Value() + // displacement
263 return FrameOffset(displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize));
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 150 return FrameOffset(displacement_.Int32Value() + // displacement
267 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize);
  /external/v8/src/compiler/
node-matchers.h 431 displacement_(nullptr),
441 displacement_(nullptr),
453 Node* displacement() const { return displacement_; }
461 Node* displacement_; member in struct:v8::internal::compiler::AddressOption::BaseWithIndexAndDisplacementMatcher
662 displacement_ = displacement;
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 191 FrameOffset(displacement_.Int32Value() + // displacement
470 displacement_.Int32Value()

Completed in 433 milliseconds