Home
last modified time | relevance | path

Searched refs:UnalignedAddress (Results 1 – 3 of 3) sorted by relevance

/art/compiler/
Delf_writer_test.cc114 typedef __attribute__((__aligned__(1))) uint32_t UnalignedAddress; in TEST_F() typedef
115 *reinterpret_cast<UnalignedAddress*>(expected.data() + location) += delta; in TEST_F()
Delf_writer_quick.cc123 typedef __attribute__((__aligned__(1))) Address UnalignedAddress; in Patch() typedef
124 auto* to_patch = reinterpret_cast<UnalignedAddress*>(buffer->data() + location); in Patch()
/art/runtime/
Delf_file.cc1444 typedef __attribute__((__aligned__(1))) Elf_Addr UnalignedAddress; in ApplyOatPatches() typedef
1449 *reinterpret_cast<UnalignedAddress*>(to_patch) += delta; in ApplyOatPatches()