Home
last modified time | relevance | path

Searched refs:unaligned_uint32_t (Results 1 – 2 of 2) sorted by relevance

/art/compiler/driver/
Dcompiled_method_storage.cc99 typedef __attribute__((__aligned__(1))) uint32_t unaligned_uint32_t; in operator ()() typedef
100 const unaligned_uint32_t *blocks = reinterpret_cast<const uint32_t*>(data); in operator ()()
/art/compiler/optimizing/
Dcode_generator_x86_64.cc7155 typedef __attribute__((__aligned__(1))) uint32_t unaligned_uint32_t; in PatchJitRootUse() typedef
7156 reinterpret_cast<unaligned_uint32_t*>(code + code_offset)[0] = in PatchJitRootUse()