Searched refs:SmashCallerSaves (Results 1 - 8 of 8) sorted by relevance

/art/runtime/arch/
H A Dcontext.h56 virtual void SmashCallerSaves() = 0;
/art/runtime/arch/arm/
H A Dcontext_arm.h54 virtual void SmashCallerSaves();
H A Dcontext_arm.cc79 void ArmContext::SmashCallerSaves() { function in class:art::arm::ArmContext
/art/runtime/arch/mips/
H A Dcontext_mips.h52 virtual void SmashCallerSaves();
H A Dcontext_mips.cc78 void MipsContext::SmashCallerSaves() { function in class:art::mips::MipsContext
/art/runtime/arch/x86/
H A Dcontext_x86.h54 virtual void SmashCallerSaves();
H A Dcontext_x86.cc56 void X86Context::SmashCallerSaves() { function in class:art::x86::X86Context
/art/runtime/
H A Dthread.cc1892 context_->SmashCallerSaves();

Completed in 167 milliseconds