Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.h52 return displacement_; in MethodStackOffset()
61 displacement_ = displacement; in ResetIterator()
75 itr_float_and_doubles_(0), displacement_(0), in CallingConvention()
198 FrameOffset displacement_; variable
323 return FrameOffset(this->displacement_.Int32Value() + frame_pointer_size_); in HandleScopeOffset()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc120 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
209 return FrameOffset(displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize)); in CurrentParamStackOffset()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc83 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
203 size_t offset = displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc87 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
183 size_t offset = displacement_.Int32Value() - OutArgSize() + ((itr_args_ - 8) * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc100 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
195 return FrameOffset(displacement_.Int32Value() - OutArgSize() + (offset * kFramePointerSize)); in CurrentParamStackOffset()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc102 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
258 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc120 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
312 …size_t offset = displacement_.Int32Value() - OutArgSize() + ((itr_slots_ - 4) * kFramePointerSize); in CurrentParamStackOffset()