Searched refs:converted (Results 1 – 4 of 4) sorted by relevance
446 union {int32_t val; jfloat converted;} conv; in Unsafe_getFloat() member448 return conv.converted; in Unsafe_getFloat()454 union {int32_t converted; jfloat val;} conv; in Unsafe_putFloat() member457 obj->SetField32<false>(MemberOffset(offset), conv.converted); in Unsafe_putFloat()463 union {int64_t val; jdouble converted;} conv; in Unsafe_getDouble() member465 return conv.converted; in Unsafe_getDouble()471 union {int64_t converted; jdouble val;} conv; in Unsafe_putDouble() member474 obj->SetField64<false>(MemberOffset(offset), conv.converted); in Unsafe_putDouble()
27 # the verifier, it assumes that the integer input must be converted
1361 int64_t converted = strtoll(checksum.c_str(), nullptr, 10); in CheckStaticDexFileDependencies() local1362 if (converted == 0) { in CheckStaticDexFileDependencies()1373 if (converted != dex_checksum) { in CheckStaticDexFileDependencies()1375 location.c_str(), converted, dex_checksum); in CheckStaticDexFileDependencies()
304 # 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