Searched refs:stack_adjust_ (Results 1 – 10 of 10) sorted by relevance
211 : scratch_(scratch), stack_adjust_(stack_adjust) {} in ArmException()219 const size_t stack_adjust_; variable
668 if (exception->stack_adjust_ != 0) { // Fix up the frame. in EmitExceptionPoll()669 DecreaseFrameSize(exception->stack_adjust_); in EmitExceptionPoll()
187 : scratch_(scratch), stack_adjust_(stack_adjust) {} in Arm64Exception()195 const size_t stack_adjust_; variable
671 if (exception->stack_adjust_ != 0) { // Fix up the frame. in EmitExceptionPoll()672 DecreaseFrameSize(exception->stack_adjust_); in EmitExceptionPoll()
30 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86ExceptionSlowPath()33 const size_t stack_adjust_; member in art::x86::X86ExceptionSlowPath575 if (stack_adjust_ != 0) { // Fix up the frame. in Emit()576 DecreaseFrameSizeImpl(sp_asm, stack_adjust_); in Emit()
579 explicit X86_64ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86_64ExceptionSlowPath()582 const size_t stack_adjust_; member in art::x86_64::X86_64ExceptionSlowPath638 if (stack_adjust_ != 0) { // Fix up the frame. in Emit()639 DecreaseFrameSizeImpl(stack_adjust_, sp_asm); in Emit()
400 : scratch_(scratch), stack_adjust_(stack_adjust) {} in Mips64ExceptionSlowPath()404 stack_adjust_(src.stack_adjust_), in Mips64ExceptionSlowPath()410 const size_t stack_adjust_; variable
4081 if (exception->stack_adjust_ != 0) { // Fix up the frame. in EmitExceptionPoll()4082 DecreaseFrameSize(exception->stack_adjust_); in EmitExceptionPoll()
249 : scratch_(scratch), stack_adjust_(stack_adjust) {} in MipsExceptionSlowPath()253 stack_adjust_(src.stack_adjust_), in MipsExceptionSlowPath()259 const size_t stack_adjust_; variable
5242 if (exception->stack_adjust_ != 0) { // Fix up the frame. in EmitExceptionPoll()5243 DecreaseFrameSize(exception->stack_adjust_); in EmitExceptionPoll()