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

/art/runtime/arch/arm64/
H A Dcontext_arm64.cc30 void Arm64Context::Reset() {
37 sp_ = Arm64Context::kBadGprBase + SP;
38 pc_ = Arm64Context::kBadGprBase + kPC;
42 void Arm64Context::FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& frame_info) {
60 void Arm64Context::SetGPR(uint32_t reg, uintptr_t value) {
68 void Arm64Context::SetFPR(uint32_t reg, uintptr_t value) {
75 void Arm64Context::SmashCallerSaves() {
126 void Arm64Context::DoLongJump() {
134 gprs[i] = gprs_[i] != nullptr ? *gprs_[i] : Arm64Context::kBadGprBase + i;
137 fprs[i] = fprs_[i] != nullptr ? *fprs_[i] : Arm64Context
[all...]
H A Dcontext_arm64.h28 class Arm64Context : public Context { class in namespace:art::arm64
30 Arm64Context() { function in class:art::arm64::Arm64Context
34 ~Arm64Context() {}
/art/runtime/arch/
H A Dcontext.cc41 return new arm64::Arm64Context();

Completed in 101 milliseconds