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

  /art/runtime/
instruction_set.cc 60 size_t GetInstructionSetAlignment(InstructionSet isa) {
instruction_set.h 105 size_t GetInstructionSetAlignment(InstructionSet isa);
  /art/compiler/
compiled_method.cc 83 return RoundUp(offset, GetInstructionSetAlignment(instruction_set));
oat_writer.cc 357 GetInstructionSetAlignment(compiled_method->GetInstructionSet()));
605 GetInstructionSetAlignment(compiled_method->GetInstructionSet()));
    [all...]
  /art/compiler/llvm/
llvm_compilation_unit.cc 317 size_t insn_set_align = GetInstructionSetAlignment(insn_set);

Completed in 186 milliseconds