Searched refs:ArmContext (Results 1 - 3 of 3) sorted by relevance

/art/runtime/arch/arm/
H A Dcontext_arm.cc28 void ArmContext::Reset() {
34 sp_ = ArmContext::kBadGprBase + SP;
35 pc_ = ArmContext::kBadGprBase + PC;
38 void ArmContext::FillCalleeSaves(const StackVisitor& fr) {
60 void ArmContext::SetGPR(uint32_t reg, uintptr_t value) {
67 void ArmContext::SetFPR(uint32_t reg, uintptr_t value) {
74 void ArmContext::SmashCallerSaves() {
101 void ArmContext::DoLongJump() {
105 gprs[i] = gprs_[i] != nullptr ? *gprs_[i] : ArmContext::kBadGprBase + i;
108 fprs[i] = fprs_[i] != nullptr ? *fprs_[i] : ArmContext
[all...]
H A Dcontext_arm.h28 class ArmContext : public Context { class in namespace:art::arm
30 ArmContext() { function in class:art::arm::ArmContext
34 virtual ~ArmContext() {}
/art/runtime/arch/
H A Dcontext.cc39 return new arm::ArmContext();

Completed in 141 milliseconds