Home
last modified time | relevance | path

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

/art/compiler/jni/quick/mips/
Dcalling_convention_mips.cc202 kMipsPointerSize) { in MipsJniCallingConvention()
338 const size_t method_ptr_size = static_cast<size_t>(kMipsPointerSize); in FrameSize()
350 const size_t handle_scope_size = HandleScope::SizeOf(kMipsPointerSize, ReferenceCount()); in FrameSize()
/art/runtime/arch/
Dinstruction_set.h60 static constexpr PointerSize kMipsPointerSize = PointerSize::k32; variable
110 return kMipsPointerSize; in GetInstructionSetPointerSize()
/art/runtime/entrypoints/quick/
Dcallee_save_frame.h102 return kMipsPointerSize; in GetConstExprPointerSize()
/art/runtime/arch/mips/
Dquick_method_frame_info_mips.h103 1 /* Method* */) * static_cast<size_t>(kMipsPointerSize), kStackAlignment); in MipsCalleeSaveFrameSize()
/art/compiler/optimizing/
Dcode_generator_mips.h73 kMipsPointerSize) {} in InvokeDexCallingConvention()
101 kMipsPointerSize) {} in InvokeRuntimeCallingConvention()
Dintrinsics_mips.cc1508 Thread::PeerOffset<kMipsPointerSize>().Int32Value()); in VisitThreadCurrentThread()
3232 int32_t offset = Thread::InterruptedOffset<kMipsPointerSize>().Int32Value(); in VisitThreadInterrupted()
/art/compiler/jni/quick/
Djni_compiler.cc536 + static_cast<size_t>(kMipsPointerSize)); in ArtJniCompileMethodInternal()