Home
last modified time | relevance | path

Searched refs:InstructionSetPointerSize (Results 1 – 17 of 17) sorted by relevance

/art/patchoat/
Dpatchoat.h170 if (InstructionSetPointerSize(isa_) == sizeof(uint32_t)) { in RelocatedAddressOfPointer()
183 if (InstructionSetPointerSize(isa_) == 4) { in RelocatedAddressOfIntPointer()
Dpatchoat.cc492 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()
/art/runtime/arch/
Dinstruction_set.h150 static inline size_t InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() function
/art/compiler/optimizing/
Dsharpening.cc244 size_t pointer_size = InstructionSetPointerSize(codegen_->GetInstructionSet()); in ProcessLoadString()
Dinliner.cc955 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()
Dcode_generator.h190 + InstructionSetPointerSize(GetInstructionSet()) // Art method in GetStackSlotOfParameter()
Doptimizing_compiler.cc282 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf()
Dcode_generator.cc138 auto pointer_size = InstructionSetPointerSize(GetInstructionSet()); in GetCachePointerOffset()
Dregister_allocator.cc81 reserved_out_slots_ = InstructionSetPointerSize(codegen->GetInstructionSet()) / kVRegSize + in RegisterAllocator()
/art/compiler/driver/
Dcompiler_driver-inl.h339 const size_t pointer_size = InstructionSetPointerSize(GetInstructionSet()); in IsFastInvoke()
Dcompiler_driver.cc2872 size_t pointer_size = InstructionSetPointerSize(GetInstructionSet()); in IsStringInit()
/art/compiler/jni/quick/
Djni_compiler.cc366 InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
/art/runtime/
Dstack.h730 return InstructionSetPointerSize(isa) + out_num * sizeof(uint32_t); in GetOutVROffset()
Dstack.cc918 size_t pointer_size = InstructionSetPointerSize(isa); in GetVRegOffsetFromQuickCode()
Dclass_linker.cc363 image_pointer_size_ = InstructionSetPointerSize(runtime->GetInstructionSet()); in InitWithoutImage()
/art/imgdiag/
Dimgdiag.cc288 const size_t pointer_size = InstructionSetPointerSize( in DumpImageDiffMap()
/art/compiler/
Dimage_writer.cc123 target_ptr_size_ = InstructionSetPointerSize(compiler_driver_.GetInstructionSet()); in PrepareImageAddressSpace()
2314 target_ptr_size_(InstructionSetPointerSize(compiler_driver_.GetInstructionSet())), in ImageWriter()