Searched refs:stack_adjust (Results 1 – 10 of 10) sorted by relevance
186 void ExceptionPoll(size_t stack_adjust) override;205 ArmException(vixl32::Register scratch, size_t stack_adjust) in ArmException() argument206 : scratch_(scratch), stack_adjust_(stack_adjust) {} in ArmException()
968 void ArmVIXLJNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll() argument969 CHECK_ALIGNED(stack_adjust, kAapcsStackAlignment); in ExceptionPoll()973 new ArmVIXLJNIMacroAssembler::ArmException(scratch, stack_adjust)); in ExceptionPoll()
168 void ExceptionPoll(size_t stack_adjust) override;182 Arm64Exception(vixl::aarch64::Register scratch, size_t stack_adjust) in Arm64Exception() argument183 : scratch_(scratch), stack_adjust_(stack_adjust) {} in Arm64Exception()
701 void Arm64JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll() argument702 CHECK_ALIGNED(stack_adjust, kStackAlignment); in ExceptionPoll()705 exception_blocks_.emplace_back(new Arm64Exception(scratch, stack_adjust)); in ExceptionPoll()
36 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86ExceptionSlowPath() argument551 void X86JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll() argument552 X86ExceptionSlowPath* slow = new (__ GetAllocator()) X86ExceptionSlowPath(stack_adjust); in ExceptionPoll()
159 void ExceptionPoll(size_t stack_adjust) override;
635 explicit X86_64ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86_64ExceptionSlowPath() argument641 void X86_64JNIMacroAssembler::ExceptionPoll(size_t stack_adjust) { in ExceptionPoll() argument642 X86_64ExceptionSlowPath* slow = new (__ GetAllocator()) X86_64ExceptionSlowPath(stack_adjust); in ExceptionPoll()
179 void ExceptionPoll(size_t stack_adjust) override;
241 virtual void ExceptionPoll(size_t stack_adjust) = 0;
1413 int stack_adjust = kX86WordSize; in VisitStringGetCharsNoCheck() local1414 __ cfi().AdjustCFAOffset(stack_adjust); in VisitStringGetCharsNoCheck()1430 __ cfi().AdjustCFAOffset(stack_adjust); in VisitStringGetCharsNoCheck()1467 __ cfi().AdjustCFAOffset(-stack_adjust); in VisitStringGetCharsNoCheck()1471 __ cfi().AdjustCFAOffset(-stack_adjust); in VisitStringGetCharsNoCheck()