Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.h44 DCHECK(IsAlignedParam(code, GetInstructionSetAlignment(kRuntimeISA)) || in FromCodePointer()
45 IsAlignedParam(header, GetInstructionSetAlignment(kRuntimeISA))) in FromCodePointer()
/art/runtime/arch/
Dinstruction_set.cc91 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment() function
Dinstruction_set.h126 size_t GetInstructionSetAlignment(InstructionSet isa);
/art/compiler/
Dcompiled_method.cc54 return RoundUp(offset, GetInstructionSetAlignment(instruction_set)); in AlignCode()
Dexception_test.cc84 const size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in SetUp()
Dcommon_compiler_test.cc70 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet()); in MakeExecutable()
Doat_writer.cc821 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in NewQuickCodeOffset()
1024 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in VisitMethod()
/art/runtime/jit/
Djit_code_cache.cc240 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in FromCodeToAllocation()
316 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in CommitCodeInternal()
996 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in AllocateCode()