Searched refs:GetInstructionSetCodeAlignment (Results 1 – 16 of 16) sorted by relevance
59 DCHECK(IsAlignedParam(code, GetInstructionSetCodeAlignment(kRuntimeQuickCodeISA)) || in FromCodePointer()60 IsAlignedParam(header, GetInstructionSetCodeAlignment(kRuntimeQuickCodeISA))) in FromCodePointer()71 GetInstructionSetCodeAlignment(kRuntimeQuickCodeISA)); in InstructionAlignedSize()
362 size_t alignment = GetInstructionSetCodeAlignment(kRuntimeISA); in CommitCode()467 size_t alignment = GetInstructionSetCodeAlignment(kRuntimeISA); in AllocateCode()
369 size_t alignment = GetInstructionSetCodeAlignment(kRuntimeQuickCodeISA); in FromCodeToAllocation()374 size_t alignment = GetInstructionSetCodeAlignment(kRuntimeQuickCodeISA); in FromAllocationToCode()
465 size_t alignment = GetInstructionSetCodeAlignment(instruction_set_); in AddUnreservedThunk()539 GetInstructionSetCodeAlignment(instruction_set_)); in CalculateMaxNextOffset()
54 return RoundUp(offset, GetInstructionSetCodeAlignment(instruction_set)); in AlignCode()
150 constexpr size_t GetInstructionSetCodeAlignment(InstructionSet isa) { in GetInstructionSetCodeAlignment() function
98 const size_t code_alignment = GetInstructionSetCodeAlignment(kRuntimeISA); in SetUp()
60 const size_t code_alignment = GetInstructionSetCodeAlignment(instruction_set); in CodeAndMetadata()
1315 GetInstructionSetCodeAlignment(compiled_method->GetInstructionSet())); in NewQuickCodeOffset()1626 GetInstructionSetCodeAlignment(compiled_method->GetInstructionSet())); in VisitMethod()
8301 "function_name" : "art::GetInstructionSetCodeAlignment",