Searched refs:stack_adjust_ (Results 1 – 6 of 6) sorted by relevance
210 : scratch_(scratch), stack_adjust_(stack_adjust) {} in ArmException()218 const size_t stack_adjust_; variable
976 if (exception->stack_adjust_ != 0) { // Fix up the frame. in EmitExceptionPoll()977 DecreaseFrameSize(exception->stack_adjust_); in EmitExceptionPoll()
186 : scratch_(scratch), stack_adjust_(stack_adjust) {} in Arm64Exception()194 const size_t stack_adjust_; variable
766 if (exception->stack_adjust_ != 0) { // Fix up the frame. in EmitExceptionPoll()767 DecreaseFrameSize(exception->stack_adjust_); in EmitExceptionPoll()
36 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86ExceptionSlowPath()39 const size_t stack_adjust_; member in art::x86::X86ExceptionSlowPath609 if (stack_adjust_ != 0) { // Fix up the frame. in Emit()610 DecreaseFrameSizeImpl(sp_asm, stack_adjust_); in Emit()
652 explicit X86_64ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86_64ExceptionSlowPath()655 const size_t stack_adjust_; member in art::x86_64::X86_64ExceptionSlowPath711 if (stack_adjust_ != 0) { // Fix up the frame. in Emit()712 DecreaseFrameSizeImpl(stack_adjust_, sp_asm); in Emit()