Home
last modified time | relevance | path

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

/art/compiler/jni/quick/
Dcalling_convention.h56 return displacement_; in MethodStackOffset()
65 displacement_ = displacement; in ResetIterator()
81 itr_float_and_doubles_(0), displacement_(0), in CallingConvention()
210 FrameOffset displacement_; variable
347 return FrameOffset(this->displacement_.Int32Value() + static_cast<size_t>(frame_pointer_size_)); in HandleScopeOffset()
Dcalling_convention.cc223 CHECK_LT(displacement_.SizeValue(), in ReturnValueSaveLocation()
225 return FrameOffset(displacement_.Int32Value() + static_cast<size_t>(frame_pointer_size_)); in ReturnValueSaveLocation()
/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc119 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
234 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/x86/
Dcalling_convention_x86.cc147 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
265 return FrameOffset(displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize)); in CurrentParamStackOffset()
/art/compiler/jni/quick/x86_64/
Dcalling_convention_x86_64.cc152 return FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
269 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc134 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
444 size_t offset = displacement_.Int32Value() - OutArgSize() + (itr_slots_ * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/arm64/
Dcalling_convention_arm64.cc191 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
347 size_t offset = displacement_.Int32Value() - OutArgSize() + (args_on_stack * kFramePointerSize); in CurrentParamStackOffset()
/art/compiler/jni/quick/arm/
Dcalling_convention_arm.cc183 FrameOffset(displacement_.Int32Value() + // displacement in CurrentParamStackOffset()
447 displacement_.Int32Value() in CurrentParamStackOffset()