Home
last modified time | relevance | path

Searched refs:conv (Results 1 – 16 of 16) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_analysis_test.cc1089 HInstruction* conv = InsertInstruction( in TEST_F() local
1091 HInstruction* store1 = InsertArrayStore(conv, 0); in TEST_F()
1120 HInstruction* conv = InsertInstruction( in TEST_F() local
1122 HInstruction* store1 = InsertArrayStore(conv, 0); in TEST_F()
1124 new (GetAllocator()) HAdd(DataType::Type::kInt32, conv, constant1_), 0); in TEST_F()
1152 HInstruction* conv = InsertInstruction( in TEST_F() local
1154 k_header->AddInput(conv); in TEST_F()
1180 HInstruction* conv = InsertInstruction( in TEST_F() local
1182 k_header->AddInput(conv); in TEST_F()
1200 HInstruction* conv = InsertInstruction( in TEST_F() local
[all …]
Dloop_optimization.cc132 HInstruction* conv = instruction->InputAt(0); in IsSignExtensionAndGet() local
133 DataType::Type from = conv->GetType(); in IsSignExtensionAndGet()
140 *operand = conv; in IsSignExtensionAndGet()
197 HInstruction* conv = instruction->InputAt(0); in IsZeroExtensionAndGet() local
198 DataType::Type from = conv->GetType(); in IsZeroExtensionAndGet()
203 *operand = conv; in IsZeroExtensionAndGet()
/art/test/640-checker-simd/src/
DSimdDouble.java116 static void conv(long[] b) { in conv() method in SimdDouble
183 conv(b); in main()
DSimdFloat.java115 static void conv(int[] b) { in conv() method in SimdFloat
182 conv(b); in main()
/art/test/370-dex-v37/
Dbuild26 printf '037' | dd status=none conv=notrunc of=classes.dex bs=1 seek=4 count=3
/art/test/180-native-default-method/
Dbuild26 printf '035' | dd status=none conv=notrunc of=classes.dex bs=1 seek=4 count=3
/art/runtime/native/
Dsun_misc_Unsafe.cc474 union {int32_t val; jfloat converted;} conv; in Unsafe_getFloat() local
475 conv.val = obj->GetField32(MemberOffset(offset)); in Unsafe_getFloat()
476 return conv.converted; in Unsafe_getFloat()
482 union {int32_t converted; jfloat val;} conv; in Unsafe_putFloat() local
483 conv.val = newValue; in Unsafe_putFloat()
485 obj->SetField32<false>(MemberOffset(offset), conv.converted); in Unsafe_putFloat()
491 union {int64_t val; jdouble converted;} conv; in Unsafe_getDouble() local
492 conv.val = obj->GetField64(MemberOffset(offset)); in Unsafe_getDouble()
493 return conv.converted; in Unsafe_getDouble()
499 union {int64_t converted; jdouble val;} conv; in Unsafe_putDouble() local
[all …]
/art/tools/
Dbuild_linux_bionic_tests.sh89 $soong_out/bin/hprof-conv
/art/dexdump/
Ddexdump.cc502 } conv; in dumpEncodedValue() local
503 conv.data = static_cast<u4>(readVarWidth(data, arg, false)) << (3 - arg) * 8; in dumpEncodedValue()
504 fprintf(gOutFile, "%g", conv.f); in dumpEncodedValue()
512 } conv; in dumpEncodedValue() local
513 conv.data = readVarWidth(data, arg, false) << (7 - arg) * 8; in dumpEncodedValue()
514 fprintf(gOutFile, "%g", conv.d); in dumpEncodedValue()
1096 } conv; in dumpInstruction() local
1097 conv.i = pDecInsn->VRegB(); in dumpInstruction()
1099 pDecInsn->VRegA(), conv.f, pDecInsn->VRegB()); in dumpInstruction()
1150 } conv; in dumpInstruction() local
[all …]
/art/runtime/arch/
Dstub_test.cc1021 } conv; in TEST_F() local
1022 conv.r = result; in TEST_F()
1024 EXPECT_TRUE(e == 0 ? conv.i == 0 : true) << "x=" << c[x] << " y=" << c[y] << " res=" << in TEST_F()
1025 conv.r; in TEST_F()
1026 EXPECT_TRUE(e < 0 ? conv.i < 0 : true) << "x=" << c[x] << " y=" << c[y] << " res=" << in TEST_F()
1027 conv.r; in TEST_F()
1028 EXPECT_TRUE(e > 0 ? conv.i > 0 : true) << "x=" << c[x] << " y=" << c[y] << " res=" << in TEST_F()
1029 conv.r; in TEST_F()
1899 } conv; in TEST_F() local
1900 conv.r = result; in TEST_F()
[all …]
/art/test/
DAndroid.run-test.mk55 $(HOST_OUT_EXECUTABLES)/hprof-conv \
/art/dexlayout/
Ddex_ir_builder.cc1140 } conv; in ReadEncodedValue() local
1141 conv.data = static_cast<uint32_t>(ReadVarWidth(data, length, false)) << (3 - length) * 8; in ReadEncodedValue()
1142 item->SetFloat(conv.f); in ReadEncodedValue()
1150 } conv; in ReadEncodedValue() local
1151 conv.data = ReadVarWidth(data, length, false) << (7 - length) * 8; in ReadEncodedValue()
1152 item->SetDouble(conv.d); in ReadEncodedValue()
Ddexlayout.cc952 } conv; in DumpInstruction() local
953 conv.i = dec_insn->VRegB(); in DumpInstruction()
955 dec_insn->VRegA(), conv.f, dec_insn->VRegB()); in DumpInstruction()
1007 } conv; in DumpInstruction() local
1008 conv.j = dec_insn->WideVRegB(); in DumpInstruction()
1010 dec_insn->VRegA(), conv.d, dec_insn->WideVRegB()); in DumpInstruction()
/art/build/apex/
DAndroid.bp159 "hprof-conv",
/art/
DAndroid.mk75 hprof-conv \
/art/build/boot/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt8524 Ljava/util/Formatter$FormatSpecifierParser;->conv:Ljava/lang/String;