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

  /art/runtime/
stack.h 205 typedef const int64_t unaligned_int64 __attribute__ ((aligned (4))); typedef
206 return *reinterpret_cast<unaligned_int64*>(vreg);
264 typedef int64_t unaligned_int64 __attribute__ ((aligned (4))); typedef
265 *reinterpret_cast<unaligned_int64*>(vreg) = val;

Completed in 102 milliseconds