Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.h58 displacement_ = displacement; in ResetIterator()
67 return displacement_; in GetDisplacement()
82 itr_float_and_doubles_(0), displacement_(0), in CallingConvention()
214 FrameOffset displacement_; variable
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc197 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
306 FrameOffset(displacement_.Int32Value() - OutFrameSize() + (itr_slots_ * kFramePointerSize)); in CurrentParamStackOffset()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc178 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
308 size_t offset = displacement_.Int32Value() - OutFrameSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/riscv64/
Dcalling_convention_riscv64.cc190 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
380 size_t offset = displacement_.Int32Value() - OutFrameSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc214 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
374 size_t offset = displacement_.Int32Value() - OutFrameSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc288 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
536 displacement_.Int32Value() in CurrentParamStackOffset()