Searched refs:InstructionSetPointerSize (Results 1 – 17 of 17) sorted by relevance
170 if (InstructionSetPointerSize(isa_) == sizeof(uint32_t)) { in RelocatedAddressOfPointer()183 if (InstructionSetPointerSize(isa_) == 4) { in RelocatedAddressOfIntPointer()
492 const size_t pointer_size = InstructionSetPointerSize(isa_); in PatchArtMethods()498 const size_t pointer_size = InstructionSetPointerSize(isa_); in PatchImtConflictTables()576 const size_t pointer_size = InstructionSetPointerSize(isa_); in PatchDexFileArrays()696 const size_t pointer_size = InstructionSetPointerSize(isa_); in VisitObject()727 const size_t pointer_size = InstructionSetPointerSize(isa_); in FixupMethod()
150 static inline size_t InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() function
244 size_t pointer_size = InstructionSetPointerSize(codegen_->GetInstructionSet()); in ProcessLoadString()
955 size_t pointer_size = InstructionSetPointerSize(codegen_->GetInstructionSet()); in TryPatternSubstitution()981 size_t pointer_size = InstructionSetPointerSize(codegen_->GetInstructionSet()); in CreateInstanceFieldGet()1009 size_t pointer_size = InstructionSetPointerSize(codegen_->GetInstructionSet()); in CreateInstanceFieldSet()
190 + InstructionSetPointerSize(GetInstructionSet()) // Art method in GetStackSlotOfParameter()
282 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf()
138 auto pointer_size = InstructionSetPointerSize(GetInstructionSet()); in GetCachePointerOffset()
81 reserved_out_slots_ = InstructionSetPointerSize(codegen->GetInstructionSet()) / kVRegSize + in RegisterAllocator()
339 const size_t pointer_size = InstructionSetPointerSize(GetInstructionSet()); in IsFastInvoke()
2872 size_t pointer_size = InstructionSetPointerSize(GetInstructionSet()); in IsStringInit()
366 InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
730 return InstructionSetPointerSize(isa) + out_num * sizeof(uint32_t); in GetOutVROffset()
918 size_t pointer_size = InstructionSetPointerSize(isa); in GetVRegOffsetFromQuickCode()
363 image_pointer_size_ = InstructionSetPointerSize(runtime->GetInstructionSet()); in InitWithoutImage()
288 const size_t pointer_size = InstructionSetPointerSize( in DumpImageDiffMap()
123 target_ptr_size_ = InstructionSetPointerSize(compiler_driver_.GetInstructionSet()); in PrepareImageAddressSpace()2314 target_ptr_size_(InstructionSetPointerSize(compiler_driver_.GetInstructionSet())), in ImageWriter()