Home
last modified time | relevance | path

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

/art/runtime/arch/
Dcontext.h89 virtual void SmashCallerSaves() = 0;
/art/runtime/arch/arm/
Dcontext_arm.h88 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.cc83 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/riscv64/
Dcontext_riscv64.h81 void SmashCallerSaves() override;
Dcontext_riscv64.cc81 void Riscv64Context::SmashCallerSaves() { in SmashCallerSaves() function in art::riscv64::Riscv64Context
/art/runtime/arch/x86/
Dcontext_x86.h87 void SmashCallerSaves() override;
Dcontext_x86.cc68 void X86Context::SmashCallerSaves() { in SmashCallerSaves() function in art::x86::X86Context
/art/runtime/
Dquick_exception_handler.cc817 context_->SmashCallerSaves(); in DoLongJump()