Searched refs:converted (Results 1 – 5 of 5) sorted by relevance
384 StringBuilder converted = new StringBuilder(); in fromProguardSignature() local385 converted.append('('); in fromProguardSignature()388 converted.append(fromProguardSignature(arg)); in fromProguardSignature()391 converted.append(')'); in fromProguardSignature()392 converted.append(fromProguardSignature(sig.substring(end + 1))); in fromProguardSignature()393 return converted.toString(); in fromProguardSignature()
167 ConversionType converted = ValueConverter::ToUnderlyingStorage(value); in Set() local168 ExtractionType extracted = dchecked_integral_cast<ExtractionType>(converted); in Set()
474 union {int32_t val; jfloat converted;} conv; in Unsafe_getFloat() member476 return conv.converted; in Unsafe_getFloat()482 union {int32_t converted; jfloat val;} conv; in Unsafe_putFloat() member485 obj->SetField32<false>(MemberOffset(offset), conv.converted); in Unsafe_putFloat()491 union {int64_t val; jdouble converted;} conv; in Unsafe_getDouble() member493 return conv.converted; in Unsafe_getDouble()499 union {int64_t converted; jdouble val;} conv; in Unsafe_putDouble() member502 obj->SetField64<false>(MemberOffset(offset), conv.converted); in Unsafe_putDouble()
27 # the verifier, it assumes that the integer input must be converted
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