Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.h54 return displacement_; in MethodStackOffset()
63 displacement_ = displacement; in ResetIterator()
79 itr_float_and_doubles_(0), displacement_(0), in CallingConvention()
208 FrameOffset displacement_; variable
345 return FrameOffset(this->displacement_.Int32Value() + static_cast<size_t>(frame_pointer_size_)); in HandleScopeOffset()
Dcalling_convention.cc231 CHECK_LT(displacement_.SizeValue(), in ReturnValueSaveLocation()
233 return FrameOffset(displacement_.Int32Value() + static_cast<size_t>(frame_pointer_size_)); in ReturnValueSaveLocation()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc117 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
232 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc145 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
263 return FrameOffset(displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize)); in CurrentParamStackOffset()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc150 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
267 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc132 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
442 size_t offset = displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc180 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
336 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc191 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
470 displacement_.Int32Value() in CurrentParamStackOffset()