Searched refs:stack_adjust_ (Results 1 – 9 of 9) sorted by relevance
254 : scratch_(scratch), stack_adjust_(stack_adjust) { in Arm64Exception()263 const size_t stack_adjust_; variable
619 if (exception->stack_adjust_ != 0) { // Fix up the frame. in EmitExceptionPoll()620 DecreaseFrameSize(exception->stack_adjust_); in EmitExceptionPoll()
287 : scratch_(scratch), stack_adjust_(stack_adjust) {} in MipsExceptionSlowPath()291 const size_t stack_adjust_; variable
954 if (stack_adjust_ != 0) { // Fix up the frame. in Emit()955 __ DecreaseFrameSize(stack_adjust_); in Emit()
624 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86ExceptionSlowPath()627 const size_t stack_adjust_;
1847 if (stack_adjust_ != 0) { // Fix up the frame. in Emit()1848 __ DecreaseFrameSize(stack_adjust_); in Emit()
826 if (stack_adjust_ != 0) { // Fix up the frame. in Emit()827 __ DecreaseFrameSize(stack_adjust_); in Emit()
745 : scratch_(scratch), stack_adjust_(stack_adjust) { in ArmExceptionSlowPath()750 const size_t stack_adjust_; variable
2201 explicit X86_64ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86_64ExceptionSlowPath()2204 const size_t stack_adjust_; member in art::x86_64::FINAL2219 if (stack_adjust_ != 0) { // Fix up the frame. in Emit()2220 __ DecreaseFrameSize(stack_adjust_); in Emit()