Searched refs:GetInstructionSetAlignment (Results 1 – 9 of 9) sorted by relevance
43 DCHECK(IsAlignedParam(code, GetInstructionSetAlignment(kRuntimeISA)) || in FromCodePointer()44 IsAlignedParam(header, GetInstructionSetAlignment(kRuntimeISA))) in FromCodePointer()
84 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment() function
158 size_t GetInstructionSetAlignment(InstructionSet isa);
54 return RoundUp(offset, GetInstructionSetAlignment(instruction_set)); in AlignCode()
88 const size_t code_alignment = GetInstructionSetAlignment(kRuntimeISA); in SetUp()
63 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet()); in MakeExecutable()
452 size_t alignment = GetInstructionSetAlignment(instruction_set_); in AddUnreservedThunk()525 GetInstructionSetAlignment(instruction_set_)); in CalculateMaxNextOffset()
1424 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in NewQuickCodeOffset()1716 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in VisitMethod()
656 return GetInstructionSetAlignment(kRuntimeISA); in GetJitCodeAlignment()