Home
last modified time | relevance | path

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

/art/runtime/arch/
Dcontext.h89 virtual void SmashCallerSaves() = 0;
/art/runtime/arch/arm/
Dcontext_arm.h84 void SmashCallerSaves() override;
Dcontext_arm.cc75 void ArmContext::SmashCallerSaves() { in SmashCallerSaves() function in art::arm::ArmContext
/art/runtime/arch/arm64/
Dcontext_arm64.h89 void SmashCallerSaves() override;
Dcontext_arm64.cc82 void Arm64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::arm64::Arm64Context
/art/runtime/arch/x86_64/
Dcontext_x86_64.h87 void SmashCallerSaves() override;
Dcontext_x86_64.cc64 void X86_64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::x86_64::X86_64Context
/art/runtime/arch/x86/
Dcontext_x86.h83 void SmashCallerSaves() override;
Dcontext_x86.cc68 void X86Context::SmashCallerSaves() { in SmashCallerSaves() function in art::x86::X86Context
/art/runtime/
Dquick_exception_handler.cc653 context_->SmashCallerSaves(); in DoLongJump()