Searched defs:stack_adjust (Results 1 – 7 of 7) sorted by relevance
182 Arm64Exception(vixl::aarch64::Register scratch, size_t stack_adjust) in Arm64Exception()
701 void Arm64JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll()
205 ArmException(vixl32::Register scratch, size_t stack_adjust) in ArmException()
968 void ArmVIXLJNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll()
36 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86ExceptionSlowPath()551 void X86JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll()
635 explicit X86_64ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86_64ExceptionSlowPath()641 void X86_64JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll()
1413 int stack_adjust = kX86WordSize; in VisitStringGetCharsNoCheck() local