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

  /art/compiler/
elf_writer_test.cc 114 typedef __attribute__((__aligned__(1))) uint32_t UnalignedAddress;
115 *reinterpret_cast<UnalignedAddress*>(expected.data() + location) += delta;
elf_writer_quick.cc 123 typedef __attribute__((__aligned__(1))) Address UnalignedAddress;
124 auto* to_patch = reinterpret_cast<UnalignedAddress*>(buffer->data() + location);
  /art/runtime/
elf_file.cc     [all...]

Completed in 3582 milliseconds