Home
last modified time | relevance | path

Searched defs:converted (Results 1 – 1 of 1) sorted by relevance

/art/runtime/native/
Dsun_misc_Unsafe.cc451 union {int32_t val; jfloat converted;} conv; in Unsafe_getFloat() member
459 union {int32_t converted; jfloat val;} conv; in Unsafe_putFloat() member
468 union {int64_t val; jdouble converted;} conv; in Unsafe_getDouble() member
476 union {int64_t converted; jdouble val;} conv; in Unsafe_putDouble() member