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

  /art/runtime/arch/mips64/
context_mips64.cc 27 void Mips64Context::Reset() {
34 sp_ = Mips64Context::kBadGprBase + SP;
35 t9_ = Mips64Context::kBadGprBase + T9;
39 void Mips64Context::FillCalleeSaves(uint8_t* frame, const QuickMethodFrameInfo& frame_info) {
57 void Mips64Context::SetGPR(uint32_t reg, uintptr_t value) {
64 void Mips64Context::SetFPR(uint32_t reg, uintptr_t value) {
71 void Mips64Context::SmashCallerSaves() {
113 void Mips64Context::DoLongJump() {
117 gprs[i] = gprs_[i] != nullptr ? *gprs_[i] : Mips64Context::kBadGprBase + i;
120 fprs[i] = fprs_[i] != nullptr ? *fprs_[i] : Mips64Context::kBadFprBase + i
    [all...]
context_mips64.h 28 class Mips64Context : public Context {
30 Mips64Context() {
33 virtual ~Mips64Context() {}
  /art/runtime/arch/
context.cc 45 return new mips64::Mips64Context();

Completed in 52 milliseconds