Home
last modified time | relevance | path

Searched refs:kMips64PointerSize (Results 1 – 7 of 7) sorted by relevance

/art/compiler/jni/quick/mips64/
Dcalling_convention_mips64.cc165 kMips64PointerSize) { in Mips64JniCallingConvention()
191 size_t handle_scope_size = HandleScope::SizeOf(kMips64PointerSize, ReferenceCount()); in FrameSize()
/art/runtime/arch/
Dinstruction_set.h61 static constexpr PointerSize kMips64PointerSize = PointerSize::k64; variable
112 return kMips64PointerSize; in GetInstructionSetPointerSize()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h104 return kMips64PointerSize; in GetConstExprPointerSize()
/art/runtime/arch/mips64/
Dquick_method_frame_info_mips64.h94 + 1 /* Method* */) * static_cast<size_t>(kMips64PointerSize), kStackAlignment); in Mips64CalleeSaveFrameSize()
/art/compiler/optimizing/
Dcode_generator_mips64.h71 kMips64PointerSize) {} in InvokeDexCallingConvention()
99 kMips64PointerSize) {} in InvokeRuntimeCallingConvention()
Dintrinsics_mips64.cc1105 Thread::PeerOffset<kMips64PointerSize>().Int32Value()); in VisitThreadCurrentThread()
2615 int32_t offset = Thread::InterruptedOffset<kMips64PointerSize>().Int32Value(); in VisitThreadInterrupted()
/art/compiler/utils/mips64/
Dassembler_mips64.cc29 static_assert(static_cast<size_t>(kMips64PointerSize) == kMips64DoublewordSize,
31 static_assert(kMips64PointerSize == PointerSize::k64, "Unexpected Mips64 pointer size.");
4056 Thread::ExceptionOffset<kMips64PointerSize>().Int32Value()); in ExceptionPoll()
4073 QUICK_ENTRYPOINT_OFFSET(kMips64PointerSize, pDeliverException).Int32Value()); in EmitExceptionPoll()