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

  /art/runtime/
stack.h 213 typedef const double unaligned_double __attribute__ ((aligned (4))); typedef
214 return *reinterpret_cast<unaligned_double*>(vreg);
278 typedef double unaligned_double __attribute__ ((aligned (4))); typedef
279 *reinterpret_cast<unaligned_double*>(vreg) = val;

Completed in 1615 milliseconds