/art/test/015-switch/src/ |
D | Main.java | 157 long temp = value; in packedSwitch7() local 158 temp = Long.rotateLeft(temp, value); in packedSwitch7() 159 temp = Long.rotateLeft(temp, value); in packedSwitch7() 160 temp = Long.rotateLeft(temp, value); in packedSwitch7() 161 temp = Long.rotateLeft(temp, value); in packedSwitch7() 162 temp = Long.rotateLeft(temp, value); in packedSwitch7() 163 temp = Long.rotateLeft(temp, value); in packedSwitch7() 164 temp = Long.rotateLeft(temp, value); in packedSwitch7() 165 temp = Long.rotateLeft(temp, value); in packedSwitch7() 166 temp = Long.rotateLeft(temp, value); in packedSwitch7() [all …]
|
/art/test/642-fp-callees/ |
D | fp_callees.cc | 46 double temp = array[0]; in Java_Main_holdFpTemporaries() local 47 CHECK_EQ(bit_cast<int64_t>(a), bit_cast<int64_t>(temp)); in Java_Main_holdFpTemporaries() 48 temp = array[1]; in Java_Main_holdFpTemporaries() 49 CHECK_EQ(bit_cast<int64_t>(b), bit_cast<int64_t>(temp)); in Java_Main_holdFpTemporaries() 50 temp = array[2]; in Java_Main_holdFpTemporaries() 51 CHECK_EQ(bit_cast<int64_t>(c), bit_cast<int64_t>(temp)); in Java_Main_holdFpTemporaries() 52 temp = array[3]; in Java_Main_holdFpTemporaries() 53 CHECK_EQ(bit_cast<int64_t>(d), bit_cast<int64_t>(temp)); in Java_Main_holdFpTemporaries() 54 temp = array[4]; in Java_Main_holdFpTemporaries() 55 CHECK_EQ(bit_cast<int64_t>(e), bit_cast<int64_t>(temp)); in Java_Main_holdFpTemporaries() [all …]
|
/art/test/550-checker-multiply-accumulate/src/ |
D | Main.java | 178 int temp = left * right; in $opt$noinline$multipleUses1() local 179 return temp | (acc + temp); in $opt$noinline$multipleUses1() 236 long temp = left * right; in $opt$noinline$multipleUses2() local 237 return (acc + temp) + (acc - temp); in $opt$noinline$multipleUses2() 511 int temp = 12345 * array1[j]; in SimdMulMultipleUses() local 512 array2[j] -= temp; in SimdMulMultipleUses() 513 array1[j] = temp; in SimdMulMultipleUses() 526 long temp = 12345 * array1[j]; in SimdMulMultipleUsesLong() local 527 array2[j] -= temp; in SimdMulMultipleUsesLong() 528 array1[j] = temp; in SimdMulMultipleUsesLong()
|
/art/libartbase/base/ |
D | stride_iterator.h | 56 StrideIterator<T> temp = *this; variable 58 return temp; 67 StrideIterator<T> temp = *this; variable 69 return temp; 78 StrideIterator<T> temp = *this; variable 79 temp += delta; 80 return temp; 89 StrideIterator<T> temp = *this; variable 90 temp -= delta; 91 return temp;
|
D | hash_set.h | 90 BaseIterator temp = *this; variable 92 return temp; 216 uint64_t temp; in HashSet() local 218 offset = ReadFromBytes(ptr, offset, &temp); in HashSet() 219 num_elements_ = static_cast<uint64_t>(temp); in HashSet() 220 offset = ReadFromBytes(ptr, offset, &temp); in HashSet() 221 num_buckets_ = static_cast<uint64_t>(temp); in HashSet() 223 offset = ReadFromBytes(ptr, offset, &temp); in HashSet() 224 elements_until_expand_ = static_cast<uint64_t>(temp); in HashSet() 478 T temp; in Verify() local [all …]
|
/art/runtime/arch/mips/ |
D | asm_support_mips.S | 73 .macro LDu feven,fodd,disp,base,temp argument 75 lw \temp, \disp+4(\base) 76 mthc1 \temp, \feven 81 .macro SDu feven,fodd,disp,base,temp argument 82 mfhc1 \temp, \feven 84 sw \temp, \disp+4(\base) 99 .macro LDu feven,fodd,disp,base,temp argument 104 .macro SDu feven,fodd,disp,base,temp argument
|
/art/runtime/ |
D | method_info.h | 51 uint8_t temp[8]; in ComputeSize() local 52 uint8_t* ptr = temp; in ComputeSize() 54 return (ptr - temp) + num_method_indices * sizeof(MethodIndexType); in ComputeSize()
|
D | class_table.cc | 201 std::string temp; in operator ()() local 202 return ComputeModifiedUtf8Hash(slot.Read()->GetDescriptor(&temp)); in operator ()() 208 std::string temp; in operator ()() local 209 DCHECK(!a.Read()->DescriptorEquals(b.Read()->GetDescriptor(&temp))); in operator ()() 212 std::string temp; in operator ()() local 213 return a.Read()->DescriptorEquals(b.Read()->GetDescriptor(&temp)); in operator ()() 305 std::string temp; in HashDescriptor() local 306 return ComputeModifiedUtf8Hash(klass->GetDescriptor(&temp)); in HashDescriptor()
|
D | proxy_test.cc | 60 std::string temp; in TEST_F() local 61 const char* proxy_class_descriptor = proxy_class->GetDescriptor(&temp); in TEST_F() 112 std::string temp; in TEST_F() local 113 EXPECT_STREQ("L$Proxy1234;", field->GetDeclaringClass()->GetDescriptor(&temp)); in TEST_F() 121 EXPECT_STREQ("L$Proxy1234;", field->GetDeclaringClass()->GetDescriptor(&temp)); in TEST_F()
|
D | art_field.cc | 75 std::string temp; in PrettyField() local 76 result += PrettyDescriptor(GetDeclaringClass()->GetDescriptor(&temp)); in PrettyField()
|
/art/compiler/optimizing/ |
D | code_generator_arm_vixl.cc | 873 vixl32::Register temp, in LoadReferenceWithBakerReadBarrierSlowPathARMVIXL() argument 881 temp_(temp) { in LoadReferenceWithBakerReadBarrierSlowPathARMVIXL() 1687 const vixl32::Register temp = temps.Acquire(); in GenerateLongDataProc() local 1689 __ Lsl(temp, second_hi, shift_value); in GenerateLongDataProc() 1690 __ Orr(temp, temp, Operand(second_lo, ShiftType::LSR, 32 - shift_value)); in GenerateLongDataProc() 1695 temp, in GenerateLongDataProc() 1720 const vixl32::Register temp = temps.Acquire(); in GenerateLongDataProc() local 1722 __ Lsr(temp, second_lo, shift_value); in GenerateLongDataProc() 1723 __ Orr(temp, temp, Operand(second_hi, ShiftType::LSL, 32 - shift_value)); in GenerateLongDataProc() 1727 temp, in GenerateLongDataProc() [all …]
|
D | code_generator_arm64.cc | 747 Register temp, in LoadReferenceWithBakerReadBarrierSlowPathARM64() argument 756 temp_(temp) { in LoadReferenceWithBakerReadBarrierSlowPathARM64() 907 Register temp, in LoadReferenceWithBakerReadBarrierAndUpdateFieldSlowPathARM64() argument 916 temp_(temp) { in LoadReferenceWithBakerReadBarrierAndUpdateFieldSlowPathARM64() 1493 Register temp = temps.AcquireX(); in GenerateFrameEntry() local 1494 __ Ldrh(temp, MemOperand(kArtMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in GenerateFrameEntry() 1495 __ Add(temp, temp, 1); in GenerateFrameEntry() 1496 __ Strh(temp, MemOperand(kArtMethodRegister, ArtMethod::HotnessCountOffset().Int32Value())); in GenerateFrameEntry() 1503 Register temp = temps.AcquireX(); in GenerateFrameEntry() local 1505 __ Sub(temp, sp, static_cast<int32_t>(GetStackOverflowReservedBytes(InstructionSet::kArm64))); in GenerateFrameEntry() [all …]
|
D | intrinsics_arm_vixl.cc | 683 const vixl32::Register temp = temps.Acquire(); in GenMinMaxLong() local 690 __ Sbcs(temp, out_hi, op2_hi); in GenMinMaxLong() 979 Location temp = locations->GetTemp(0); in GenUnsafeGet() local 981 invoke, trg_loc, base, 0U, offset_loc, TIMES_1, temp, /* needs_null_check */ false); in GenUnsafeGet() 1191 vixl32::Register temp = RegisterFrom(locations->GetTemp(0)); in GenUnsafePut() local 1192 __ Mov(temp, value); in GenUnsafePut() 1193 assembler->PoisonHeapReference(temp); in GenUnsafePut() 1194 source = temp; in GenUnsafePut() 1204 vixl32::Register temp = RegisterFrom(locations->GetTemp(0)); in GenUnsafePut() local 1207 codegen->MarkGCCard(temp, card, base, value, value_can_be_null); in GenUnsafePut() [all …]
|
D | intrinsics_arm64.cc | 477 Register temp = (type == DataType::Type::kInt64) ? temps.AcquireX() : temps.AcquireW(); in GenHighestOneBit() local 481 __ Clz(temp, src); in GenHighestOneBit() 483 __ Bic(dst, dst, Operand(temp, LSL, high_bit - clz_high_bit)); // Clear dst if src was 0. in GenHighestOneBit() 484 __ Lsr(dst, dst, temp); in GenHighestOneBit() 510 Register temp = (type == DataType::Type::kInt64) ? temps.AcquireX() : temps.AcquireW(); in GenLowestOneBit() local 512 __ Neg(temp, src); in GenLowestOneBit() 513 __ And(dst, temp, src); in GenLowestOneBit() 917 Register temp = WRegisterFrom(locations->GetTemp(0)); in GenUnsafeGet() local 924 temp, in GenUnsafeGet() 1062 Register temp = temps.AcquireW(); in GenUnsafePut() local [all …]
|
D | intrinsics_x86.cc | 204 XmmRegister temp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in MoveFPToInt() local 205 __ movsd(temp, input.AsFpuRegister<XmmRegister>()); in MoveFPToInt() 206 __ movd(output.AsRegisterPairLow<Register>(), temp); in MoveFPToInt() 207 __ psrlq(temp, Immediate(32)); in MoveFPToInt() 208 __ movd(output.AsRegisterPairHigh<Register>(), temp); in MoveFPToInt() 371 XmmRegister temp = locations->GetTemp(0).AsFpuRegister<XmmRegister>(); in MathAbsFP() local 373 __ movsd(temp, codegen->LiteralInt64Address( in MathAbsFP() 375 __ andpd(output.AsFpuRegister<XmmRegister>(), temp); in MathAbsFP() 377 __ movss(temp, codegen->LiteralInt32Address( in MathAbsFP() 379 __ andps(output.AsFpuRegister<XmmRegister>(), temp); in MathAbsFP() [all …]
|
D | register_allocation_resolver.cc | 202 for (LiveInterval* temp : temp_intervals) { in Resolve() 203 if (temp->IsHighInterval()) { in Resolve() 207 HInstruction* at = liveness_.GetTempUser(temp); in Resolve() 208 size_t temp_index = liveness_.GetTempIndex(temp); in Resolve() 210 switch (temp->GetType()) { in Resolve() 212 locations->SetTempAt(temp_index, Location::RegisterLocation(temp->GetRegister())); in Resolve() 218 temp->GetRegister(), temp->GetHighInterval()->GetRegister()); in Resolve() 221 locations->SetTempAt(temp_index, Location::FpuRegisterLocation(temp->GetRegister())); in Resolve() 227 << temp->GetType(); in Resolve()
|
/art/test/458-checker-instruct-simplification/src/ |
D | Main.java | 836 long temp = -arg2; in $noinline$AddNeg2() local 837 return (arg1 + temp) | (arg1 + temp); in $noinline$AddNeg2() 892 int temp = -arg; in $noinline$NegNeg2() local 893 return temp + -temp; in $noinline$NegNeg2() 977 int temp = arg1 - arg2; in $noinline$NegSub2() local 978 return -temp | -temp; in $noinline$NegSub2() 1026 int temp = ~arg; in $noinline$NotNot2() local 1027 return temp + ~temp; in $noinline$NotNot2() 1088 int temp = -arg1; in $noinline$SubNeg2() local 1089 return (temp - arg2) | (temp - arg2); in $noinline$SubNeg2() [all …]
|
/art/test/102-concurrent-gc/src/ |
D | Main.java | 57 byte[] temp = l[a].bytes; in main() 59 l[b].bytes = temp; in main()
|
/art/compiler/utils/arm/ |
D | assembler_arm_vixl.cc | 86 void ArmVIXLAssembler::GenerateMarkingRegisterCheck(vixl32::Register temp, int code) { in GenerateMarkingRegisterCheck() argument 94 ___ Ldr(temp, MemOperand(tr, Thread::IsGcMarkingOffset<kArmPointerSize>().Int32Value())); in GenerateMarkingRegisterCheck() 96 ___ Cmp(mr, temp); in GenerateMarkingRegisterCheck() 151 vixl32::Register temp, in AdjustLoadStoreOffset() argument 157 ___ Add(temp, base, add_to_base); in AdjustLoadStoreOffset() 160 ___ Mov(temp, offset); in AdjustLoadStoreOffset() 161 ___ Add(temp, temp, base); in AdjustLoadStoreOffset() 322 vixl32::Register temp = (dest.Is(base)) ? temps.Acquire() : dest; in LoadFromOffset() local 323 LoadImmediate(temp, offset); in LoadFromOffset() 326 ___ Add(dest, dest, (dest.Is(base)) ? temp : base); in LoadFromOffset()
|
D | jni_macro_assembler_arm_vixl.cc | 175 vixl32::Register temp = temps.Acquire(); in RemoveFrame() local 177 DCHECK_EQ(core_spill_mask & (1 << temp.GetCode()), 0) in RemoveFrame() 178 << "core_spill_mask hould not contain scratch register R" << temp.GetCode(); in RemoveFrame() 179 asm_.GenerateMarkingRegisterCheck(temp); in RemoveFrame() 412 ArmManagedRegister temp = scratch.AsArm(); in Copy() local 413 CHECK(temp.IsCoreRegister()) << temp; in Copy() 416 temps.Exclude(temp.AsVIXLRegister()); in Copy() 418 asm_.LoadFromOffset(kLoadWord, temp.AsVIXLRegister(), sp, src.Int32Value()); in Copy() 419 asm_.StoreToOffset(kStoreWord, temp.AsVIXLRegister(), sp, dest.Int32Value()); in Copy() 421 asm_.LoadFromOffset(kLoadWord, temp.AsVIXLRegister(), sp, src.Int32Value()); in Copy() [all …]
|
/art/libdexfile/dex/ |
D | dex_instruction_iterator.h | 139 DexInstructionIterator temp = *this; variable 141 return temp; 191 SafeDexInstructionIterator temp = *this; variable 193 return temp;
|
/art/test/153-reference-stress/src/ |
D | Main.java | 45 Object temp = new Object(); in GcThread() local 47 weakReferences[j] = new WeakReference(temp); in GcThread()
|
/art/test/803-no-super/ |
D | info.txt | 1 Regression test that temp (erroneous) classes don't get conflict tables created.
|
/art/test/440-stmp/ |
D | info.txt | 2 a S/D register a temp, while it conflicted with the
|
/art/compiler/utils/arm64/ |
D | jni_macro_assembler_arm64.cc | 88 Register temp = temps.AcquireX(); in AddConstant() local 89 ___ Add(temp, reg_x(rn), value); in AddConstant() 90 ___ Csel(reg_x(rd), temp, reg_x(rd), cond); in AddConstant() 178 Register temp = temps.AcquireX(); in StoreStackPointerToThread() local 179 ___ Mov(temp, reg_x(SP)); in StoreStackPointerToThread() 180 ___ Str(temp, MEM_OP(reg_x(TR), tr_offs.Int32Value())); in StoreStackPointerToThread() 204 Register temp = temps.AcquireX(); in LoadImmediate() local 205 ___ Mov(temp, value); in LoadImmediate() 206 ___ Csel(reg_x(dest), temp, reg_x(dest), cond); in LoadImmediate() 667 Register temp = temps.AcquireX(); in EmitExceptionPoll() local [all …]
|