Searched refs:InstructionSetPointerSize (Results 1 – 10 of 10) sorted by relevance
179 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() function
498 ArtMethod::EntryPointFromJniOffset(InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
204 + static_cast<size_t>(InstructionSetPointerSize(GetInstructionSet())) // Art method in GetStackSlotOfParameter()
80 size_t ptr_size = static_cast<size_t>(InstructionSetPointerSize(codegen->GetInstructionSet())); in RegisterAllocatorLinearScan()
293 InstructionSetPointerSize(GetCompilerOptions().GetInstructionSet()))); in GetEntryPointOf()
572 return static_cast<size_t>(InstructionSetPointerSize(codegen.GetInstructionSet())) / kVRegSize; in ComputeReservedArtMethodSlots()
917 PointerSize pointer_size = InstructionSetPointerSize(Runtime::Current()->GetInstructionSet()); in DumpOneArtMethod()972 PointerSize pointer_size = InstructionSetPointerSize(Runtime::Current()->GetInstructionSet()); in ProcessRegion()
1383 return static_cast<size_t>(InstructionSetPointerSize(isa)) + out_num * sizeof(uint32_t); in GetOutVROffset()1392 PointerSize pointer_size = InstructionSetPointerSize(isa); in GetVRegOffsetFromQuickCode()
225 target_ptr_size_ = InstructionSetPointerSize(compiler_options_.GetInstructionSet()); in PrepareImageAddressSpace()3622 target_ptr_size_(InstructionSetPointerSize(compiler_options.GetInstructionSet())), in ImageWriter()
459 image_pointer_size_ = InstructionSetPointerSize(runtime->GetInstructionSet()); in InitWithoutImage()