Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc802 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()
Dpatchoat.h163 return InstructionSetPointerSize(isa_) == PointerSize::k32; in Is32BitISA()
/art/runtime/arch/
Dinstruction_set.h181 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() function
/art/compiler/jni/quick/
Djni_compiler.cc504 ArtMethod::EntryPointFromJniOffset(InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
/art/compiler/optimizing/
Dcode_generator.h206 + static_cast<size_t>(InstructionSetPointerSize(GetInstructionSet())) // Art method in GetStackSlotOfParameter()
Dregister_allocator_linear_scan.cc80 size_t ptr_size = static_cast<size_t>(InstructionSetPointerSize(codegen->GetInstructionSet())); in RegisterAllocatorLinearScan()
Doptimizing_compiler.cc285 InstructionSetPointerSize(GetCompilerDriver()->GetInstructionSet()))); in GetEntryPointOf()
Dregister_allocator_graph_color.cc572 return static_cast<size_t>(InstructionSetPointerSize(codegen.GetInstructionSet())) / kVRegSize; in ComputeReservedArtMethodSlots()
/art/dex2oat/linker/
Dimage_writer.cc137 target_ptr_size_ = InstructionSetPointerSize(compiler_driver_.GetInstructionSet()); in PrepareImageAddressSpace()
2812 target_ptr_size_(InstructionSetPointerSize(compiler_driver_.GetInstructionSet())), in ImageWriter()
/art/oatdump/
Doatdump.cc1575 return static_cast<size_t>(InstructionSetPointerSize(isa)) + out_num * sizeof(uint32_t); in GetOutVROffset()
1584 PointerSize pointer_size = InstructionSetPointerSize(isa); in GetVRegOffsetFromQuickCode()