Home
last modified time | relevance | path

Searched defs:second (Results 1 – 17 of 17) sorted by relevance

/art/test/626-const-class-linking/src/
DClassPair.java19 public Class<?> second; field in ClassPair
21 public ClassPair(Class<?> first, Class<?> second) { in ClassPair()
DMain.java326 Field second = pair.getClass().getDeclaredField("second"); in getSecond() local
/art/libartbase/base/
Dbit_vector_test.cc147 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/MultiDexModifiedSecondary/
DMain.java19 Second second = new Second(); in main() local
/art/test/MultiDex/
DMain.java19 Second second = new Second(); in main() local
/art/test/113-multidex/src-multidex/
DMain.java21 Inf1 second = new Second(); in main() local
/art/test/170-interface-init/src/
DMain.java29 final CountDownLatch second = new CountDownLatch(1); in main() local
/art/runtime/mirror/
Ddex_cache.h504 IntType second; member
532 uint64_t first, second; in AtomicLoadRelaxed16B() local
543 uint64_t first, second; in AtomicStoreRelease16B() local
/art/test/098-ddmc/src/
DMain.java82 Allocations second = new Allocations(DdmVmInternal.getRecentAllocations()); in testRecentAllocationTracking() local
/art/libdexfile/dex/
Dutf.cc184 const uint16_t second = GetTrailingUtf16Char(pair); in ComputeUtf16HashFromModifiedUtf8() local
Dutf_test.cc311 static void codePointToSurrogatePair(uint32_t code_point, uint16_t &first, uint16_t &second) { in codePointToSurrogatePair()
/art/compiler/optimizing/
Dregister_allocator_test.cc793 HInstruction* second = new (GetAllocator()) HParameterValue( in BuildDiv() local
886 LiveInterval* second = BuildInterval(ranges2, arraysize(ranges2), GetScopedAllocator(), -1, two); in TEST_F() local
Dcode_generator_arm_vixl.cc1065 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 …]
Dcode_generator_mips64.cc3357 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
Dcode_generator_mips.cc3846 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
/art/tools/dexfuzz/src/dexfuzz/program/
DCodeTranslator.java336 MTryBlock second = mutatableCode.mutatableTries.get(i + 1); in updateTryBlocks() local
/art/dex2oat/linker/
Dimage_writer.cc421 void AddStringRefInfo(uint32_t first, uint32_t second) { in AddStringRefInfo()