Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.h45 DCHECK(IsAlignedParam(code, GetInstructionSetAlignment(kRuntimeISA)) || in FromCodePointer()
46 IsAlignedParam(header, GetInstructionSetAlignment(kRuntimeISA))) in FromCodePointer()
56 return RoundUp(sizeof(OatQuickMethodHeader), GetInstructionSetAlignment(kRuntimeISA)); in InstructionAlignedSize()
/art/libartbase/arch/
Dinstruction_set.cc74 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment() function
Dinstruction_set.h137 size_t GetInstructionSetAlignment(InstructionSet isa);
/art/compiler/
Dcompiled_method.cc54 return RoundUp(offset, GetInstructionSetAlignment(instruction_set)); in AlignCode()
Dexception_test.cc89 const size_t code_alignment = GetInstructionSetAlignment(kRuntimeISA); in SetUp()
Dcommon_compiler_test.cc61 const size_t code_alignment = GetInstructionSetAlignment(instruction_set); in CodeAndMetadata()
/art/runtime/jit/
Djit_memory_region.cc359 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in CommitCode()
467 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in AllocateCode()
Djit_code_cache.cc355 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in FromCodeToAllocation()
360 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.cc1464 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in NewQuickCodeOffset()
1758 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in VisitMethod()