Home
last modified time | relevance | path

Searched defs:stack_adjust (Results 1 – 12 of 12) sorted by relevance

/art/compiler/utils/arm64/
Dassembler_arm64.h67 Arm64Exception(Arm64ManagedRegister scratch, size_t stack_adjust) in Arm64Exception()
Dassembler_arm64.cc611 void Arm64Assembler::ExceptionPoll(ManagedRegister m_scratch, size_t stack_adjust) { in ExceptionPoll()
/art/compiler/utils/mips64/
Dassembler_mips64.h85 explicit Mips64ExceptionSlowPath(Mips64ManagedRegister scratch, size_t stack_adjust) in Mips64ExceptionSlowPath()
Dassembler_mips64.cc2445 void Mips64Assembler::ExceptionPoll(ManagedRegister mscratch, size_t stack_adjust) { in ExceptionPoll()
/art/compiler/utils/mips/
Dassembler_mips.h85 explicit MipsExceptionSlowPath(MipsManagedRegister scratch, size_t stack_adjust) in MipsExceptionSlowPath()
Dassembler_mips.cc2892 void MipsAssembler::ExceptionPoll(ManagedRegister mscratch, size_t stack_adjust) { in ExceptionPoll()
/art/compiler/utils/x86/
Dassembler_x86.h847 explicit X86ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86ExceptionSlowPath()
Dassembler_x86.cc2381 void X86Assembler::ExceptionPoll(ManagedRegister /*scratch*/, size_t stack_adjust) { in ExceptionPoll()
/art/compiler/utils/arm/
Dassembler_arm.h1100 ArmExceptionSlowPath(ArmManagedRegister scratch, size_t stack_adjust) in ArmExceptionSlowPath()
Dassembler_arm.cc846 void ArmAssembler::ExceptionPoll(ManagedRegister mscratch, size_t stack_adjust) { in ExceptionPoll()
/art/compiler/utils/x86_64/
Dassembler_x86_64.cc3140 explicit X86_64ExceptionSlowPath(size_t stack_adjust) : stack_adjust_(stack_adjust) {} in X86_64ExceptionSlowPath()
3146 void X86_64Assembler::ExceptionPoll(ManagedRegister /*scratch*/, size_t stack_adjust) { in ExceptionPoll()
/art/compiler/optimizing/
Dintrinsics_x86.cc1661 int stack_adjust = kX86WordSize; in VisitStringGetCharsNoCheck() local