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

  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 164 kMips64PointerSize) {
190 size_t handle_scope_size = HandleScope::SizeOf(kMips64PointerSize, ReferenceCount());
  /art/runtime/arch/
instruction_set.h 60 static constexpr PointerSize kMips64PointerSize = PointerSize::k64;
111 return kMips64PointerSize;
  /art/runtime/entrypoints/quick/
callee_save_frame.h 88 isa == kMips64 ? kMips64PointerSize :
  /art/runtime/arch/mips64/
quick_method_frame_info_mips64.h 91 + 1 /* Method* */) * static_cast<size_t>(kMips64PointerSize), kStackAlignment);
  /art/compiler/optimizing/
code_generator_mips64.h 71 kMips64PointerSize) {}
99 kMips64PointerSize) {}
code_generator_mips64.cc 103 #define QUICK_ENTRY_POINT(x) QUICK_ENTRYPOINT_OFFSET(kMips64PointerSize, x).Int32Value()
609 Thread::ReadBarrierMarkEntryPointsOffset<kMips64PointerSize>(ref_reg - 1);
702 Thread::ReadBarrierMarkEntryPointsOffset<kMips64PointerSize>(ref_reg - 1);
    [all...]
intrinsics_mips64.cc     [all...]
  /art/compiler/utils/mips64/
assembler_mips64.cc 29 static_assert(static_cast<size_t>(kMips64PointerSize) == kMips64DoublewordSize,
31 static_assert(kMips64PointerSize == PointerSize::k64, "Unexpected Mips64 pointer size.");
    [all...]

Completed in 733 milliseconds