Home
last modified time | relevance | path

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

/art/runtime/native/
Dsun_misc_Unsafe.cc446 union {int32_t val; jfloat converted;} conv; in Unsafe_getFloat() member
448 return conv.converted; in Unsafe_getFloat()
454 union {int32_t converted; jfloat val;} conv; in Unsafe_putFloat() member
457 obj->SetField32<false>(MemberOffset(offset), conv.converted); in Unsafe_putFloat()
463 union {int64_t val; jdouble converted;} conv; in Unsafe_getDouble() member
465 return conv.converted; in Unsafe_getDouble()
471 union {int64_t converted; jdouble val;} conv; in Unsafe_putDouble() member
474 obj->SetField64<false>(MemberOffset(offset), conv.converted); in Unsafe_putDouble()
/art/test/431-type-propagation/smali/
DTypePropagation.smali27 # the verifier, it assumes that the integer input must be converted
/art/runtime/
Doat_file.cc1361 int64_t converted = strtoll(checksum.c_str(), nullptr, 10); in CheckStaticDexFileDependencies() local
1362 if (converted == 0) { in CheckStaticDexFileDependencies()
1373 if (converted != dex_checksum) { in CheckStaticDexFileDependencies()
1375 location.c_str(), converted, dex_checksum); in CheckStaticDexFileDependencies()
/art/test/510-checker-try-catch/smali/
DRuntime.smali304 # location of the catch phi. The value is converted to int and returned.
346 # to the location of the catch phi. The value is converted to int and returned.
438 # copy the value to the location of the catch phi. The value is converted to int