/art/libartbase/base/ |
D | bit_vector_test.cc | 147 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 159 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 173 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 182 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local 192 BitVector second(5, true, Allocator::GetMallocAllocator()); in TEST() local
|
/art/test/626-const-class-linking/src/ |
D | ClassPair.java | 19 public Class<?> second; field in ClassPair 21 public ClassPair(Class<?> first, Class<?> second) { in ClassPair()
|
D | Main.java | 326 Field second = pair.getClass().getDeclaredField("second"); in getSecond() local
|
/art/test/113-multidex/src-multidex/ |
D | Main.java | 21 Inf1 second = new Second(); in main() local
|
/art/test/MultiDexModifiedSecondary/ |
D | Main.java | 19 Second second = new Second(); in main() local
|
/art/test/MultiDex/ |
D | Main.java | 19 Second second = new Second(); in main() local
|
/art/test/170-interface-init/src/ |
D | Main.java | 29 final CountDownLatch second = new CountDownLatch(1); in main() local
|
/art/runtime/mirror/ |
D | dex_cache.h | 510 IntType second; member 538 uint64_t first, second; in AtomicLoadRelaxed16B() local 549 uint64_t first, second; in AtomicStoreRelease16B() local
|
/art/test/098-ddmc/src/ |
D | Main.java | 82 Allocations second = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 605 HInstruction* second = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in If_22t() local 644 HInstruction* second = LoadLocal(instruction.VRegC(), type); in Binop_23x() local 654 HInstruction* second = LoadLocal(instruction.VRegC(), DataType::Type::kInt32); in Binop_23x_shift() local 664 HInstruction* second = LoadLocal(instruction.VRegC(), type); in Binop_23x_cmp() local 674 HInstruction* second = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_12x_shift() local 684 HInstruction* second = LoadLocal(instruction.VRegB(), type); in Binop_12x() local 692 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22s(), dex_pc); in Binop_22s() local 703 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22b(), dex_pc); in Binop_22b() local 1771 HInstruction* second = nullptr; in BuildCheckedDivRem() local
|
D | register_allocator_test.cc | 793 HInstruction* second = new (GetAllocator()) HParameterValue( in BuildDiv() local 886 LiveInterval* second = BuildInterval(ranges2, arraysize(ranges2), GetScopedAllocator(), -1, two); in TEST_F() local
|
D | code_generator_arm_vixl.cc | 1066 const Operand& second, in GenerateDataProcInstruction() 1134 const Location second = locations->InAt(1); in GenerateLongDataProc() local 2811 const Location second = locations->InAt(1); in VisitSelect() local 3952 Location second = locations->InAt(1); in VisitAdd() local 4015 Location second = locations->InAt(1); in VisitSub() local 4073 Location second = locations->InAt(1); in VisitMul() local 4126 Location second = instruction->GetLocations()->InAt(1); in DivRemOneOrMinusOne() local 4150 Location second = locations->InAt(1); in DivRemByPowerOfTwo() local 4184 Location second = locations->InAt(1); in GenerateDivRemWithAnyConstant() local 4226 Location second = instruction->GetLocations()->InAt(1); in GenerateDivRemConstantIntegral() local [all …]
|
D | code_generator_x86_64.cc | 3235 Location second = locations->InAt(1); in VisitAdd() local 3355 Location second = locations->InAt(1); in VisitSub() local 3458 Location second = locations->InAt(1); in VisitMul() local 3567 Location second = locations->InAt(1); in GenerateRemFP() local 3618 Location second = locations->InAt(1); in DivRemOneOrMinusOne() local 3658 Location second = locations->InAt(1); in RemByPowerOfTwo() local 3692 Location second = locations->InAt(1); in DivByPowerOfTwo() local 3751 Location second = locations->InAt(1); in GenerateDivRemWithAnyConstant() local 3867 Location second = locations->InAt(1); in GenerateDivRemIntegral() local 3954 Location second = locations->InAt(1); in VisitDiv() local [all …]
|
D | nodes.h | 3636 second, in HBinaryOperation() argument 3718 : HCondition(kEqual, first, second, dex_pc) { in HCondition() argument 3765 : HCondition(kNotEqual, first, second, dex_pc) { in HCondition() argument 3811 : HCondition(kLessThan, first, second, dex_pc) { in HCondition() argument 3851 : HCondition(kLessThanOrEqual, first, second, dex_pc) { in HCondition() argument 3890 : HCondition(kGreaterThan, first, second, dex_pc) { in HCondition() argument 3929 : HCondition(kGreaterThanOrEqual, first, second, dex_pc) { in HCondition() argument 3968 : HCondition(kBelow, first, second, dex_pc) { in HCondition() argument 4010 : HCondition(kBelowOrEqual, first, second, dex_pc) { in HCondition() argument 4052 : HCondition(kAbove, first, second, dex_pc) { in HCondition() argument [all …]
|
D | code_generator_x86.cc | 3119 Location second = locations->InAt(1); in VisitAdd() local 3238 Location second = locations->InAt(1); in VisitSub() local 3356 Location second = locations->InAt(1); in VisitMul() local 3548 Location second = locations->InAt(1); in GenerateRemFP() local 3622 Location second = locations->InAt(1); in RemByPowerOfTwo() local 3739 Location second = locations->InAt(1); in GenerateDivRemIntegral() local 3863 Location second = locations->InAt(1); in VisitDiv() local 4369 Location second = locations->InAt(1); in HandleShift() local 4564 Location second = locations->InAt(1); in VisitRor() local 7604 Location second = locations->InAt(1); in VisitX86AndNot() local [all …]
|
D | nodes.cc | 375 static void FixPhisAfterPredecessorsReodering(HBasicBlock* block, size_t first, size_t second) { in FixPhisAfterPredecessorsReodering()
|
D | code_generator_arm64.cc | 3039 Location second = locations->InAt(1); in GenerateDivRemWithAnyConstant() local
|
/art/libdexfile/dex/ |
D | utf.cc | 184 const uint16_t second = GetTrailingUtf16Char(pair); in ComputeUtf16HashFromModifiedUtf8() local
|
D | utf_test.cc | 311 static void codePointToSurrogatePair(uint32_t code_point, uint16_t &first, uint16_t &second) { in codePointToSurrogatePair()
|
/art/tools/dexfuzz/src/dexfuzz/program/ |
D | CodeTranslator.java | 336 MTryBlock second = mutatableCode.mutatableTries.get(i + 1); in updateTryBlocks() local
|
/art/runtime/gc/space/ |
D | image_space.cc | 3646 auto invoke_sequentially = [](auto first, auto second) { in LoadBootImage()
|