Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.h43 DCHECK(IsAlignedParam(code, GetInstructionSetAlignment(kRuntimeISA)) || in FromCodePointer()
44 IsAlignedParam(header, GetInstructionSetAlignment(kRuntimeISA))) in FromCodePointer()
/art/libartbase/arch/
Dinstruction_set.cc84 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment() function
Dinstruction_set.h158 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.cc63 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet()); in MakeExecutable()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc452 size_t alignment = GetInstructionSetAlignment(instruction_set_); in AddUnreservedThunk()
525 GetInstructionSetAlignment(instruction_set_)); in CalculateMaxNextOffset()
/art/dex2oat/linker/
Doat_writer.cc1424 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in NewQuickCodeOffset()
1716 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in VisitMethod()
/art/runtime/jit/
Djit_code_cache.cc656 return GetInstructionSetAlignment(kRuntimeISA); in GetJitCodeAlignment()