Searched refs:GetInstructionSetAlignment (Results 1 – 10 of 10) sorted by relevance
45 DCHECK(IsAlignedParam(code, GetInstructionSetAlignment(kRuntimeISA)) || in FromCodePointer()46 IsAlignedParam(header, GetInstructionSetAlignment(kRuntimeISA))) in FromCodePointer()56 return RoundUp(sizeof(OatQuickMethodHeader), GetInstructionSetAlignment(kRuntimeISA)); in InstructionAlignedSize()
74 size_t GetInstructionSetAlignment(InstructionSet isa) { in GetInstructionSetAlignment() function
137 size_t GetInstructionSetAlignment(InstructionSet isa);
54 return RoundUp(offset, GetInstructionSetAlignment(instruction_set)); in AlignCode()
89 const size_t code_alignment = GetInstructionSetAlignment(kRuntimeISA); in SetUp()
61 const size_t code_alignment = GetInstructionSetAlignment(instruction_set); in CodeAndMetadata()
359 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in CommitCode()467 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in AllocateCode()
355 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in FromCodeToAllocation()360 size_t alignment = GetInstructionSetAlignment(kRuntimeISA); in FromAllocationToCode()
465 size_t alignment = GetInstructionSetAlignment(instruction_set_); in AddUnreservedThunk()538 GetInstructionSetAlignment(instruction_set_)); in CalculateMaxNextOffset()
1464 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in NewQuickCodeOffset()1758 GetInstructionSetAlignment(compiled_method->GetInstructionSet())); in VisitMethod()