Searched defs:stack_adjust (Results 1 – 7 of 7) sorted by relevance
185 Arm64Exception(vixl::aarch64::Register scratch, size_t stack_adjust) in Arm64Exception()
717 void Arm64JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll()
209 ArmException(vixl32::Register scratch, size_t stack_adjust) in ArmException()
922 void ArmVIXLJNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll()
36 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86ExceptionSlowPath()558 void X86JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll()
652 explicit X86_64ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86_64ExceptionSlowPath()658 void X86_64JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll()
1411 int stack_adjust = kX86WordSize; in VisitStringGetCharsNoCheck() local