HomeSort by relevance Sort by last modified time
    Searched full:unaligned_int32_t (Results 1 - 4 of 4) sorted by null

  /art/compiler/linker/x86_64/
relative_patcher_x86_64.cc 33 typedef __attribute__((__aligned__(1))) int32_t unaligned_int32_t; typedef
34 reinterpret_cast<unaligned_int32_t*>(&(*code)[patch.LiteralOffset()])[0] = displacement;
  /art/compiler/linker/x86/
relative_patcher_x86_base.cc 46 typedef __attribute__((__aligned__(1))) int32_t unaligned_int32_t; typedef
47 reinterpret_cast<unaligned_int32_t*>(&(*code)[literal_offset])[0] = displacement;
  /external/llvm/include/llvm/Support/
Endian.h 295 <int32_t, native, unaligned> unaligned_int32_t;
  /art/disassembler/
disassembler_arm.cc 431 typedef const int32_t unaligned_int32_t __attribute__ ((aligned (1))); typedef
464 args << *reinterpret_cast<const unaligned_int32_t*>(lit_adr);
    [all...]

Completed in 322 milliseconds