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

  /art/runtime/arch/mips/
context_mips.h 27 class MipsContext : public Context {
29 MipsContext() {
32 virtual ~MipsContext() {}
context_mips.cc 28 void MipsContext::Reset() {
38 sp_ = MipsContext::kBadGprBase + SP;
39 ra_ = MipsContext::kBadGprBase + RA;
42 void MipsContext::FillCalleeSaves(const StackVisitor& fr) {
71 void MipsContext::SetGPR(uint32_t reg, uintptr_t value) {
78 void MipsContext::SmashCallerSaves() {
89 void MipsContext::DoLongJump() {
93 gprs[i] = gprs_[i] != NULL ? *gprs_[i] : MipsContext::kBadGprBase + i;
96 fprs[i] = fprs_[i] != NULL ? *fprs_[i] : MipsContext::kBadGprBase + i;
  /art/runtime/arch/
context.cc 33 return new mips::MipsContext();

Completed in 86 milliseconds