Home
last modified time | relevance | path

Searched refs:stack_adjust_ (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/arm/
Djni_macro_assembler_arm_vixl.h206 : scratch_(scratch), stack_adjust_(stack_adjust) {} in ArmException()
214 const size_t stack_adjust_; variable
Djni_macro_assembler_arm_vixl.cc1033 if (exception->stack_adjust_ != 0) { // Fix up the frame. in EmitExceptionPoll()
1034 DecreaseFrameSize(exception->stack_adjust_); in EmitExceptionPoll()
/art/compiler/utils/arm64/
Djni_macro_assembler_arm64.h183 : scratch_(scratch), stack_adjust_(stack_adjust) {} in Arm64Exception()
191 const size_t stack_adjust_; variable
Djni_macro_assembler_arm64.cc762 if (exception->stack_adjust_ != 0) { // Fix up the frame. in EmitExceptionPoll()
763 DecreaseFrameSize(exception->stack_adjust_); in EmitExceptionPoll()
/art/compiler/utils/x86/
Djni_macro_assembler_x86.cc36 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86ExceptionSlowPath()
39 const size_t stack_adjust_; member in art::x86::X86ExceptionSlowPath
602 if (stack_adjust_ != 0) { // Fix up the frame. in Emit()
603 DecreaseFrameSizeImpl(sp_asm, stack_adjust_); in Emit()
/art/compiler/utils/x86_64/
Djni_macro_assembler_x86_64.cc635 explicit X86_64ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86_64ExceptionSlowPath()
638 const size_t stack_adjust_; member in art::x86_64::X86_64ExceptionSlowPath
694 if (stack_adjust_ != 0) { // Fix up the frame. in Emit()
695 DecreaseFrameSizeImpl(stack_adjust_, sp_asm); in Emit()