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

  /art/compiler/linker/x86_64/
relative_patcher_x86_64.cc 34 typedef __attribute__((__aligned__(1))) int32_t unaligned_int32_t; typedef
35 reinterpret_cast<unaligned_int32_t*>(&(*code)[patch.LiteralOffset()])[0] = displacement;
  /art/compiler/linker/x86/
relative_patcher_x86_base.cc 53 typedef __attribute__((__aligned__(1))) int32_t unaligned_int32_t; typedef
54 reinterpret_cast<unaligned_int32_t*>(&(*code)[literal_offset])[0] = displacement;
  /art/disassembler/
disassembler_arm.cc 142 typedef const int32_t unaligned_int32_t __attribute__ ((aligned (1))); typedef
149 0, 0, 0, 0, sizeof(uint8_t), sizeof(unaligned_uint16_t), sizeof(unaligned_int32_t),
177 const int32_t value = *reinterpret_cast<unaligned_int32_t*>(literal_addr);

Completed in 179 milliseconds