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

  /art/runtime/arch/mips/
quick_method_frame_info_mips.h 44 kMipsPointerSize, kStackAlignment);
  /art/runtime/entrypoints/quick/
callee_save_frame.h 64 isa == kMips ? kMipsPointerSize :
  /art/runtime/
instruction_set.h 58 static constexpr size_t kMipsPointerSize = 4;
95 return kMipsPointerSize;
  /art/compiler/jni/quick/
jni_compiler.cc 335 return_save_location = FrameOffset(return_save_location.Uint32Value() + kMipsPointerSize);

Completed in 59 milliseconds