Home
last modified time | relevance | path

Searched refs:SmashCallerSaves (Results 1 – 14 of 14) sorted by relevance

/art/runtime/arch/
Dcontext.h79 virtual void SmashCallerSaves() = 0;
/art/runtime/arch/mips/
Dcontext_mips.h78 void SmashCallerSaves() OVERRIDE;
Dcontext_mips.cc72 void MipsContext::SmashCallerSaves() { in SmashCallerSaves() function in art::mips::MipsContext
/art/runtime/arch/arm/
Dcontext_arm.h79 void SmashCallerSaves() OVERRIDE;
Dcontext_arm.cc74 void ArmContext::SmashCallerSaves() { in SmashCallerSaves() function in art::arm::ArmContext
/art/runtime/arch/x86_64/
Dcontext_x86_64.h78 void SmashCallerSaves() OVERRIDE;
Dcontext_x86_64.cc64 void X86_64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::x86_64::X86_64Context
/art/runtime/arch/arm64/
Dcontext_arm64.h79 void SmashCallerSaves() OVERRIDE;
Dcontext_arm64.cc75 void Arm64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::arm64::Arm64Context
/art/runtime/arch/mips64/
Dcontext_mips64.h78 void SmashCallerSaves() OVERRIDE;
Dcontext_mips64.cc72 void Mips64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::mips64::Mips64Context
/art/runtime/arch/x86/
Dcontext_x86.h78 void SmashCallerSaves() OVERRIDE;
Dcontext_x86.cc67 void X86Context::SmashCallerSaves() { in SmashCallerSaves() function in art::x86::X86Context
/art/runtime/
Dquick_exception_handler.cc409 context_->SmashCallerSaves(); in DoLongJump()