Searched refs:SmashCallerSaves (Results 1 – 12 of 12) sorted by relevance
89 virtual void SmashCallerSaves() = 0;
88 void SmashCallerSaves() override;
75 void ArmContext::SmashCallerSaves() { in SmashCallerSaves() function in art::arm::ArmContext
89 void SmashCallerSaves() override;
83 void Arm64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::arm64::Arm64Context
87 void SmashCallerSaves() override;
64 void X86_64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::x86_64::X86_64Context
81 void SmashCallerSaves() override;
81 void Riscv64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::riscv64::Riscv64Context
68 void X86Context::SmashCallerSaves() { in SmashCallerSaves() function in art::x86::X86Context
817 context_->SmashCallerSaves(); in DoLongJump()