HomeSort by relevance Sort by last modified time
    Searched full:arm64context (Results 1 - 3 of 3) sorted by null

  /art/runtime/arch/arm64/
context_arm64.cc 30 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::kBadFprBase + i
    [all...]
context_arm64.h 28 class Arm64Context : public Context {
30 Arm64Context() {
34 ~Arm64Context() {}
  /art/runtime/arch/
context.cc 41 return new arm64::Arm64Context();

Completed in 205 milliseconds