Home
last modified time | relevance | path

Searched refs:displacement_ (Results 1 – 6 of 6) sorted by relevance

/art/compiler/jni/quick/
Dcalling_convention.h57 displacement_ = displacement; in ResetIterator()
66 return displacement_; in GetDisplacement()
81 itr_float_and_doubles_(0), displacement_(0), in CallingConvention()
209 FrameOffset displacement_; variable
Dcalling_convention.cc186 return FrameOffset(displacement_.SizeValue() + return_value_offset); in ReturnValueSaveLocation()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc174 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
295 FrameOffset(displacement_.Int32Value() - OutFrameSize() + (itr_slots_ * kFramePointerSize)); in CurrentParamStackOffset()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc162 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
298 size_t offset = displacement_.Int32Value() - OutFrameSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc209 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
357 size_t offset = displacement_.Int32Value() - OutFrameSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc281 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
523 displacement_.Int32Value() in CurrentParamStackOffset()