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

  /art/runtime/arch/
instruction_set.h 58 static constexpr size_t kMipsPointerSize = 4;
98 return kMipsPointerSize;
  /art/runtime/entrypoints/quick/
callee_save_frame.h 93 isa == kMips ? kMipsPointerSize :
  /art/runtime/arch/mips/
quick_method_frame_info_mips.h 62 1 /* Method* */) * kMipsPointerSize, kStackAlignment);
  /art/compiler/optimizing/
code_generator_mips.h 69 kMipsPointerSize) {}
97 kMipsPointerSize) {}
code_generator_mips.cc     [all...]
intrinsics_mips.cc     [all...]
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 187 size_t frame_data_size = kMipsPointerSize +
  /art/compiler/jni/quick/
jni_compiler.cc 390 return_save_location = FrameOffset(return_save_location.Uint32Value() + kMipsPointerSize);

Completed in 591 milliseconds