Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.h48 DCHECK(IsAlignedParam(code, GetInstructionSetAlignment(kRuntimeISA)) || in FromCodePointer()
49 IsAlignedParam(header, GetInstructionSetAlignment(kRuntimeISA))) in FromCodePointer()
59 return RoundUp(sizeof(OatQuickMethodHeader), GetInstructionSetAlignment(kRuntimeISA)); in InstructionAlignedSize()
Dbacktrace_helper.cc107 size_t align = GetInstructionSetAlignment(kRuntimeISA); in CollectImpl()
/art/libartbase/arch/
Dinstruction_set.cc74 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment() function
Dinstruction_set.h134 size_t GetInstructionSetAlignment(InstructionSet isa);
/art/compiler/
Dcompiled_method.cc54 return RoundUp(offset, GetInstructionSetAlignment(instruction_set)); in AlignCode()
Dexception_test.cc88 const size_t code_alignment = GetInstructionSetAlignment(kRuntimeISA); in SetUp()
Dcommon_compiler_test.cc74 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet()); in MakeExecutable()
/art/runtime/jit/
Djit_memory_region.cc360 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in CommitCode()
470 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in AllocateCode()
Djit_code_cache.cc381 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in FromCodeToAllocation()
386 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in FromAllocationToCode()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc465 size_t alignment = GetInstructionSetAlignment(instruction_set_); in AddUnreservedThunk()
538 GetInstructionSetAlignment(instruction_set_)); in CalculateMaxNextOffset()
/art/dex2oat/linker/
Doat_writer.cc1456 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in NewQuickCodeOffset()
1750 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in VisitMethod()