Searched refs:SmashCallerSaves (Results 1 – 14 of 14) sorted by relevance
79 virtual void SmashCallerSaves() = 0;
78 void SmashCallerSaves() OVERRIDE;
72 void MipsContext::SmashCallerSaves() { in SmashCallerSaves() function in art::mips::MipsContext
79 void SmashCallerSaves() OVERRIDE;
74 void ArmContext::SmashCallerSaves() { in SmashCallerSaves() function in art::arm::ArmContext
64 void X86_64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::x86_64::X86_64Context
75 void Arm64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::arm64::Arm64Context
72 void Mips64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::mips64::Mips64Context
67 void X86Context::SmashCallerSaves() { in SmashCallerSaves() function in art::x86::X86Context
409 context_->SmashCallerSaves(); in DoLongJump()