Home
last modified time | relevance | path

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

/art/runtime/
Dnterp_helpers.cc116 static_cast<size_t>(InstructionSetPointerSize(isa)); in NterpGetFrameEntrySize()
123 size_t pointer_size = static_cast<size_t>(InstructionSetPointerSize(isa)); in NterpGetFrameSize()
Dclass_linker.cc673 image_pointer_size_ = InstructionSetPointerSize(runtime->GetInstructionSet()); in InitWithoutImage()
/art/libartbase/arch/
Dinstruction_set.h156 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() function
/art/compiler/jni/quick/
Djni_compiler.cc429 ArtMethod::EntryPointFromJniOffset(InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
/art/imgdiag/
Dimgdiag.cc924 PointerSize pointer_size = InstructionSetPointerSize(Runtime::Current()->GetInstructionSet()); in DumpOneArtMethod()
979 PointerSize pointer_size = InstructionSetPointerSize(Runtime::Current()->GetInstructionSet()); in ProcessRegion()
/art/compiler/optimizing/
Dcode_generator.h205 + 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.cc296 InstructionSetPointerSize(GetCompilerOptions().GetInstructionSet()))); in GetEntryPointOf()
Dregister_allocator_graph_color.cc572 return static_cast<size_t>(InstructionSetPointerSize(codegen.GetInstructionSet())) / kVRegSize; in ComputeReservedArtMethodSlots()
Dcode_generator.cc662 PointerSize pointer_size = InstructionSetPointerSize(GetInstructionSet()); in CreateStringBuilderAppendLocations()
/art/oatdump/
Doatdump.cc1363 return static_cast<size_t>(InstructionSetPointerSize(isa)) + out_num * sizeof(uint32_t); in GetOutVROffset()
1372 PointerSize pointer_size = InstructionSetPointerSize(isa); in GetVRegOffsetFromQuickCode()
/art/dex2oat/linker/
Dimage_writer.cc258 target_ptr_size_ = InstructionSetPointerSize(compiler_options_.GetInstructionSet()); in PrepareImageAddressSpace()
3489 target_ptr_size_(InstructionSetPointerSize(compiler_options.GetInstructionSet())), in ImageWriter()