Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/proguard/
DProguardMap.java384 StringBuilder converted = new StringBuilder(); in fromProguardSignature() local
385 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()
/art/libartbase/base/
Dbit_struct.h167 ConversionType converted = ValueConverter::ToUnderlyingStorage(value); in Set() local
168 ExtractionType extracted = dchecked_integral_cast<ExtractionType>(converted); in Set()
/art/runtime/native/
Dsun_misc_Unsafe.cc474 union {int32_t val; jfloat converted;} conv; in Unsafe_getFloat() member
476 return conv.converted; in Unsafe_getFloat()
482 union {int32_t converted; jfloat val;} conv; in Unsafe_putFloat() member
485 obj->SetField32<false>(MemberOffset(offset), conv.converted); in Unsafe_putFloat()
491 union {int64_t val; jdouble converted;} conv; in Unsafe_getDouble() member
493 return conv.converted; in Unsafe_getDouble()
499 union {int64_t converted; jdouble val;} conv; in Unsafe_putDouble() member
502 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/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