HomeSort by relevance Sort by last modified time
    Searched refs:GetInstructionSetAlignment (Results 1 - 11 of 11) sorted by null

  /art/runtime/
oat_quick_method_header.h 47 DCHECK(IsAlignedParam(code, GetInstructionSetAlignment(kRuntimeISA)) ||
48 IsAlignedParam(header, GetInstructionSetAlignment(kRuntimeISA)))
  /art/runtime/arch/
instruction_set.cc 109 size_t GetInstructionSetAlignment(InstructionSet isa) {
instruction_set.h 159 size_t GetInstructionSetAlignment(InstructionSet isa);
  /art/compiler/
compiled_method.cc 54 return RoundUp(offset, GetInstructionSetAlignment(instruction_set));
exception_test.cc 86 const size_t alignment = GetInstructionSetAlignment(kRuntimeISA);
common_compiler_test.cc 77 const size_t max_padding = GetInstructionSetAlignment(compiled_method->GetInstructionSet());
oat_writer.cc     [all...]
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 381 size_t alignment = GetInstructionSetAlignment(instruction_set_);
455 GetInstructionSetAlignment(instruction_set_));
relative_patcher_thumb2_test.cc 498 RoundDown(method3_header_offset - thunk_size, GetInstructionSetAlignment(kThumb2));
    [all...]
  /art/runtime/jit/
jit_code_cache.cc 286 size_t alignment = GetInstructionSetAlignment(kRuntimeISA);
564 size_t alignment = GetInstructionSetAlignment(kRuntimeISA);
    [all...]
  /art/compiler/linker/arm64/
relative_patcher_arm64_test.cc 691 RoundDown(last_method_header_offset - thunk_size, GetInstructionSetAlignment(kArm64));
    [all...]

Completed in 485 milliseconds