Searched refs:InstructionSetPointerSize (Results 1 – 10 of 10) sorted by relevance
153 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() function
509 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()
607 PointerSize pointer_size = InstructionSetPointerSize(GetInstructionSet()); in CreateStringBuilderAppendLocations()
923 PointerSize pointer_size = InstructionSetPointerSize(Runtime::Current()->GetInstructionSet()); in DumpOneArtMethod()978 PointerSize pointer_size = InstructionSetPointerSize(Runtime::Current()->GetInstructionSet()); in ProcessRegion()
1382 return static_cast<size_t>(InstructionSetPointerSize(isa)) + out_num * sizeof(uint32_t); in GetOutVROffset()1391 PointerSize pointer_size = InstructionSetPointerSize(isa); in GetVRegOffsetFromQuickCode()
241 target_ptr_size_ = InstructionSetPointerSize(compiler_options_.GetInstructionSet()); in PrepareImageAddressSpace()3628 target_ptr_size_(InstructionSetPointerSize(compiler_options.GetInstructionSet())), in ImageWriter()