Searched refs:InstructionSetPointerSize (Results 1 – 10 of 10) sorted by relevance
802 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in PatchArtMethods()808 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in PatchImTables()819 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in PatchImtConflictTables()899 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in PatchDexFileArrays()1041 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in VisitObject()1070 const PointerSize pointer_size = InstructionSetPointerSize(isa_); in FixupMethod()
163 return InstructionSetPointerSize(isa_) == PointerSize::k32; in Is32BitISA()
181 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() function
504 ArtMethod::EntryPointFromJniOffset(InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
206 + static_cast<size_t>(InstructionSetPointerSize(GetInstructionSet())) // Art method in GetStackSlotOfParameter()
80 size_t ptr_size = static_cast<size_t>(InstructionSetPointerSize(codegen->GetInstructionSet())); in RegisterAllocatorLinearScan()
285 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf()
572 return static_cast<size_t>(InstructionSetPointerSize(codegen.GetInstructionSet())) / kVRegSize; in ComputeReservedArtMethodSlots()
137 target_ptr_size_ = InstructionSetPointerSize(compiler_driver_.GetInstructionSet()); in PrepareImageAddressSpace()2812 target_ptr_size_(InstructionSetPointerSize(compiler_driver_.GetInstructionSet())), in ImageWriter()
1575 return static_cast<size_t>(InstructionSetPointerSize(isa)) + out_num * sizeof(uint32_t); in GetOutVROffset()1584 PointerSize pointer_size = InstructionSetPointerSize(isa); in GetVRegOffsetFromQuickCode()