OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unaligned_int64
(Results
1 - 1
of
1
) sorted by null
/art/runtime/
stack.h
224
typedef const int64_t
unaligned_int64
__attribute__ ((aligned (4)));
typedef
225
return *reinterpret_cast<
unaligned_int64
*>(vreg);
289
typedef int64_t
unaligned_int64
__attribute__ ((aligned (4)));
typedef
290
*reinterpret_cast<
unaligned_int64
*>(vreg) = val;
Completed in 406 milliseconds