Home
last modified time | relevance | path

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

/art/runtime/
Dnterp_helpers.cc126 static_cast<size_t>(InstructionSetPointerSize(isa)); in NterpGetFrameEntrySize()
158 size_t pointer_size = static_cast<size_t>(InstructionSetPointerSize(isa)); in NterpGetFrameSizeWithoutPadding()
Dclass_linker.cc680 image_pointer_size_ = InstructionSetPointerSize(runtime->GetInstructionSet()); in InitWithoutImage()
/art/libartbase/arch/
Dinstruction_set.h210 constexpr PointerSize InstructionSetPointerSize(InstructionSet isa) { in InstructionSetPointerSize() function
/art/compiler/jni/quick/
Djni_compiler.cc412 ArtMethod::EntryPointFromJniOffset(InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
/art/imgdiag/
Dimgdiag.cc1110 PointerSize pointer_size = InstructionSetPointerSize(Runtime::Current()->GetInstructionSet()); in DumpOneArtMethod()
1163 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.cc85 size_t ptr_size = static_cast<size_t>(InstructionSetPointerSize(codegen->GetInstructionSet())); in RegisterAllocatorLinearScan()
Doptimizing_compiler.cc274 InstructionSetPointerSize(GetCompilerOptions().GetInstructionSet()))); in GetEntryPointOf()
Dcode_generator.cc589 PointerSize pointer_size = InstructionSetPointerSize(GetInstructionSet()); in CreateStringBuilderAppendLocations()
/art/oatdump/
Doatdump.cc1385 return static_cast<size_t>(InstructionSetPointerSize(isa)) + out_num * sizeof(uint32_t); in GetOutVROffset()
1394 PointerSize pointer_size = InstructionSetPointerSize(isa); in GetVRegOffsetFromQuickCode()
/art/dex2oat/linker/
Dimage_writer.cc3783 target_ptr_size_(InstructionSetPointerSize(compiler_options.GetInstructionSet())), in ImageWriter()