/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/MultiDex/ |
D | Main.java | 19 Second second = new Second(); in main() local
|
/art/test/MultiDexModifiedSecondary/ |
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 | 504 IntType second; member 532 uint64_t first, second; in AtomicLoadRelaxed16B() local 543 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 | 604 HInstruction* second = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in If_22t() local 643 HInstruction* second = LoadLocal(instruction.VRegC(), type); in Binop_23x() local 653 HInstruction* second = LoadLocal(instruction.VRegC(), DataType::Type::kInt32); in Binop_23x_shift() local 663 HInstruction* second = LoadLocal(instruction.VRegC(), type); in Binop_23x_cmp() local 673 HInstruction* second = LoadLocal(instruction.VRegB(), DataType::Type::kInt32); in Binop_12x_shift() local 683 HInstruction* second = LoadLocal(instruction.VRegB(), type); in Binop_12x() local 691 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22s(), dex_pc); in Binop_22s() local 702 HInstruction* second = graph_->GetIntConstant(instruction.VRegC_22b(), dex_pc); in Binop_22b() local 1749 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 | 1065 const Operand& second, in GenerateDataProcInstruction() 1133 const Location second = locations->InAt(1); in GenerateLongDataProc() local 2681 const Location second = locations->InAt(1); in VisitSelect() local 3775 Location second = locations->InAt(1); in VisitAdd() local 3838 Location second = locations->InAt(1); in VisitSub() local 3896 Location second = locations->InAt(1); in VisitMul() local 3949 Location second = instruction->GetLocations()->InAt(1); in DivRemOneOrMinusOne() local 3973 Location second = locations->InAt(1); in DivRemByPowerOfTwo() local 4007 Location second = locations->InAt(1); in GenerateDivRemWithAnyConstant() local 4049 Location second = instruction->GetLocations()->InAt(1); in GenerateDivRemConstantIntegral() local [all …]
|
D | code_generator_x86_64.cc | 3141 Location second = locations->InAt(1); in VisitAdd() local 3261 Location second = locations->InAt(1); in VisitSub() local 3364 Location second = locations->InAt(1); in VisitMul() local 3473 Location second = locations->InAt(1); in GenerateRemFP() local 3524 Location second = locations->InAt(1); in DivRemOneOrMinusOne() local 3564 Location second = locations->InAt(1); in RemByPowerOfTwo() local 3598 Location second = locations->InAt(1); in DivByPowerOfTwo() local 3657 Location second = locations->InAt(1); in GenerateDivRemWithAnyConstant() local 3773 Location second = locations->InAt(1); in GenerateDivRemIntegral() local 3860 Location second = locations->InAt(1); in VisitDiv() local [all …]
|
D | nodes.h | 3620 second, in HBinaryOperation() argument 3702 : HCondition(kEqual, first, second, dex_pc) { in HCondition() argument 3749 : HCondition(kNotEqual, first, second, dex_pc) { in HCondition() argument 3795 : HCondition(kLessThan, first, second, dex_pc) { in HCondition() argument 3835 : HCondition(kLessThanOrEqual, first, second, dex_pc) { in HCondition() argument 3874 : HCondition(kGreaterThan, first, second, dex_pc) { in HCondition() argument 3913 : HCondition(kGreaterThanOrEqual, first, second, dex_pc) { in HCondition() argument 3952 : HCondition(kBelow, first, second, dex_pc) { in HCondition() argument 3994 : HCondition(kBelowOrEqual, first, second, dex_pc) { in HCondition() argument 4036 : HCondition(kAbove, first, second, dex_pc) { in HCondition() argument [all …]
|
D | code_generator_x86.cc | 2999 Location second = locations->InAt(1); in VisitAdd() local 3118 Location second = locations->InAt(1); in VisitSub() local 3236 Location second = locations->InAt(1); in VisitMul() local 3428 Location second = locations->InAt(1); in GenerateRemFP() local 3502 Location second = locations->InAt(1); in RemByPowerOfTwo() local 3619 Location second = locations->InAt(1); in GenerateDivRemIntegral() local 3743 Location second = locations->InAt(1); in VisitDiv() local 4249 Location second = locations->InAt(1); in HandleShift() local 4444 Location second = locations->InAt(1); in VisitRor() local 7463 Location second = locations->InAt(1); in VisitX86AndNot() local [all …]
|
D | code_generator_mips64.cc | 3357 Location second = locations->InAt(1); in DivRemOneOrMinusOne() local 3386 Location second = locations->InAt(1); in DivRemByPowerOfTwo() local 3474 Location second = locations->InAt(1); in GenerateDivRemWithAnyConstant() local 3551 Location second = locations->InAt(1); in GenerateDivRemIntegral() local
|
D | nodes.cc | 375 static void FixPhisAfterPredecessorsReodering(HBasicBlock* block, size_t first, size_t second) { in FixPhisAfterPredecessorsReodering()
|
D | code_generator_mips.cc | 3846 Location second = locations->InAt(1); in DivRemOneOrMinusOne() local 3892 Location second = locations->InAt(1); in DivRemByPowerOfTwo() local 4098 Location second = locations->InAt(1); in GenerateDivRemWithAnyConstant() local 4150 Location second = locations->InAt(1); in GenerateDivRemIntegral() local
|
D | code_generator_arm64.cc | 2915 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 | 2056 auto invoke_sequentially = [](auto first, auto second) { in LoadBootImage()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 421 void AddStringRefInfo(uint32_t first, uint32_t second) { in AddStringRefInfo()
|