Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.h147 if (InstructionSetPointerSize(isa_) == sizeof(uint32_t)) { in RelocatedAddressOfPointer()
160 if (InstructionSetPointerSize(isa_) == 4) { in RelocatedAddressOfIntPointer()
Dpatchoat.cc431 const size_t pointer_size = InstructionSetPointerSize(isa_); in PatchArtMethods()
622 const size_t pointer_size = InstructionSetPointerSize(isa_); in VisitObject()
643 const size_t pointer_size = InstructionSetPointerSize(isa_); in FixupMethod()
/art/runtime/arch/
Dinstruction_set.h134 static inline size_t InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() function
/art/compiler/dex/quick/mips/
Dcall_mips.cc432 InstructionSetPointerSize(cu->instruction_set)).Int32Value(); in NextSDCallInsn()
502 InstructionSetPointerSize(cu->instruction_set)).Int32Value(); in NextSDCallInsn()
/art/compiler/
Dimage_writer.h55 target_ptr_size_(InstructionSetPointerSize(compiler_driver_.GetInstructionSet())), in ImageWriter()
Dimage_writer.cc87 target_ptr_size_ = InstructionSetPointerSize(compiler_driver_.GetInstructionSet()); in PrepareImageAddressSpace()
/art/compiler/optimizing/
Dcode_generator.h148 + InstructionSetPointerSize(GetInstructionSet()) // Art method in GetStackSlotOfParameter()
Dcode_generator.cc119 auto pointer_size = InstructionSetPointerSize(GetInstructionSet()); in GetCachePointerOffset()
280 return GetFrameSize() + InstructionSetPointerSize(GetInstructionSet()) // ART method in GetStackSlot()
Doptimizing_compiler.cc202 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf()
Dregister_allocator.cc75 reserved_out_slots_ = InstructionSetPointerSize(codegen->GetInstructionSet()) / kVRegSize + in RegisterAllocator()
/art/compiler/driver/
Dcompiler_driver-inl.h331 const size_t pointer_size = InstructionSetPointerSize(GetInstructionSet()); in IsFastInvoke()
Dcompiler_driver.cc2525 size_t pointer_size = InstructionSetPointerSize(GetInstructionSet()); in IsStringInit()
/art/oatdump/
Doatdump.cc1532 InstructionSetPointerSize(oat_dumper_->GetOatInstructionSet()); in Dump()
1668 InstructionSetPointerSize(oat_dumper_->GetOatInstructionSet())); in GetQuickOatCodeBegin()
1728 InstructionSetPointerSize(state->oat_dumper_->GetOatInstructionSet()); in Callback()
1802 InstructionSetPointerSize(state->oat_dumper_->GetOatInstructionSet()); in DumpMethod()
/art/compiler/dex/quick/
Dgen_invoke.cc507 InstructionSetPointerSize(cu->instruction_set)).Int32Value(); in CommonCallCodeLoadCodePointerIntoInvokeTgt()
543 const size_t pointer_size = InstructionSetPointerSize( in NextVCallInsn()
590 const size_t pointer_size = InstructionSetPointerSize( in NextInterfaceCallInsn()
Dquick_compiler.cc797 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf()
/art/runtime/
Dstack.h575 return InstructionSetPointerSize(isa) + out_num * sizeof(uint32_t); in GetOutVROffset()
Dstack.cc828 size_t pointer_size = InstructionSetPointerSize(isa); in GetVRegOffsetFromQuickCode()
Dclass_linker.cc299 image_pointer_size_ = InstructionSetPointerSize(runtime->GetInstructionSet()); in InitWithoutImage()
/art/compiler/jni/quick/
Djni_compiler.cc358 InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
/art/imgdiag/
Dimgdiag.cc145 const size_t pointer_size = InstructionSetPointerSize( in DumpImageDiffMap()
/art/compiler/dex/
Dmir_optimization.cc252 return InstructionSetPointerSize(cu_->instruction_set); in GetNumBytesForSpecialTemps()