/art/tools/veridex/ |
D | hidden_api_finder.cc | 181 std::vector<MethodReference>>& pair : method_locations_) { in Dump() local 193 std::vector<MethodReference>>& pair : field_locations_) { in Dump() local 237 for (const std::pair<const std::string, size_t>& pair : counts) { in DumpReferences() local
|
/art/test/497-inlining-and-class-loader/ |
D | clear_dex_cache.cc | 51 auto pair = mirror::DexCache::GetNativePairPtrSize(methods, i, kRuntimePointerSize); in Java_Main_cloneResolvedMethods() local 89 mirror::MethodDexCachePair pair(method, index); in Java_Main_restoreResolvedMethods() local
|
/art/dexdump/ |
D | dexdump_cfg.cc | 45 for (const DexInstructionPcPair& pair : accessor) { in DumpMethodCFG() local 79 for (const DexInstructionPcPair& pair : accessor) { in DumpMethodCFG() local 163 for (const DexInstructionPcPair& pair : accessor) { in DumpMethodCFG() local
|
/art/test/983-source-transform-verify/ |
D | source_transform_art.cc | 58 for (const DexInstructionPcPair& pair : method.GetInstructions()) { in VerifyClassData() local
|
/art/libdexfile/dex/ |
D | type_lookup_table_test.cc | 43 auto pair = GetParam(); in TEST_P() local
|
D | utf_test.cc | 64 uint32_t pair = 0; in TEST_F() local 100 uint32_t pair = 0; in TEST_F() local 395 uint32_t pair = GetUtf16FromUtf8(&ptr); in TEST_F() local
|
D | utf.cc | 180 const uint32_t pair = GetUtf16FromUtf8(&utf8); in ComputeUtf16HashFromModifiedUtf8() local 212 const uint32_t pair = GetUtf16FromUtf8(&utf8); in CompareModifiedUtf8ToUtf16AsCodePointValues() local
|
D | dex_instruction_iterator.h | 127 explicit DexInstructionIterator(const DexInstructionPcPair& pair) in DexInstructionIterator()
|
/art/test/626-const-class-linking/src/ |
D | Main.java | 315 Object pair = get.invoke(null); in wrapHelperGet() local 320 private static void printPair(Object pair) throws Exception { in printPair() 325 private static Class<?> getSecond(Object pair) throws Exception { in getSecond()
|
/art/compiler/dex/ |
D | verified_method.cc | 69 for (const DexInstructionPcPair& pair : method_verifier->CodeItem()) { in GenerateSafeCastSet() local
|
/art/runtime/native/ |
D | dalvik_system_VMRuntime.cc | 379 auto pair = dex_cache->GetStrings()[slot_idx].load(std::memory_order_relaxed); in PreloadDexCachesResolveString() local 399 auto pair = dex_cache->GetResolvedTypes()[slot_idx].load(std::memory_order_relaxed); in PreloadDexCachesResolveType() local 428 auto pair = mirror::DexCache::GetNativePairPtrSize(dex_cache->GetResolvedFields(), in PreloadDexCachesResolveField() local 454 auto pair = mirror::DexCache::GetNativePairPtrSize(dex_cache->GetResolvedMethods(), in PreloadDexCachesResolveMethod() local 529 auto pair = dex_cache->GetStrings()[j].load(std::memory_order_relaxed); in PreloadDexCachesStatsFilled() local 535 auto pair = dex_cache->GetResolvedTypes()[j].load(std::memory_order_relaxed); in PreloadDexCachesStatsFilled() local 541 auto pair = mirror::DexCache::GetNativePairPtrSize(dex_cache->GetResolvedFields(), in PreloadDexCachesStatsFilled() local 549 auto pair = mirror::DexCache::GetNativePairPtrSize(dex_cache->GetResolvedMethods(), in PreloadDexCachesStatsFilled() local
|
/art/runtime/gc/space/ |
D | large_object_space_test.cc | 84 for (const auto& pair : requests) { in LargeObjectTest() local 89 for (const auto& pair : requests) { in LargeObjectTest() local
|
/art/runtime/ |
D | class_table.cc | 63 DescriptorHashPair pair(descriptor, hash); in UpdateClass() local 125 DescriptorHashPair pair(descriptor, hash); in Lookup() local 179 DescriptorHashPair pair(descriptor, ComputeModifiedUtf8Hash(descriptor)); in Remove() local
|
D | dex_to_dex_decompiler.cc | 94 for (const DexInstructionPcPair& pair : code_item_accessor_) { in Decompile() local
|
/art/tools/ahat/src/main/com/android/ahat/heapdump/ |
D | Diff.java | 201 InstanceListPair pair = byKey.get(key); in instances() local 210 InstanceListPair pair = byKey.get(key); in instances() local
|
/art/tools/dexanalyze/ |
D | dexanalyze_strings.cc | 250 auto pair = queue.top(); in PopRealTop() local 286 std::pair<int32_t, MatchTrie*> pair = PopRealTop(queue); in ExtractPrefixes() local 307 std::pair<int32_t, MatchTrie*> pair = PopRealTop(prefixes); in ExtractPrefixes() local 573 for (const auto& pair : pairs) { in Dump() local
|
D | dexanalyze_bytecode.cc | 39 for (const auto& pair : usage) { in SortByOrder() local 54 std::ostream& operator <<(std::ostream& os, const std::pair<A, B>& pair) { in operator <<() 79 for (const auto& pair : usage) { local
|
/art/compiler/optimizing/ |
D | block_builder.cc | 102 for (const DexInstructionPcPair& pair : code_item_accessor_) { in CreateBranchTargets() local 154 for (const DexInstructionPcPair& pair : code_item_accessor_) { in ConnectBasicBlocks() local
|
/art/dex2oat/dex/ |
D | dex_to_dex_compiler.cc | 185 for (const DexInstructionPcPair& pair : unit_.GetCodeItemAccessor()) { in NextIndex() local 353 for (const DexInstructionPcPair& pair : instructions) { in Compile() local 648 for (const auto& pair : shared_code_item_quicken_info_) { in UnquickenConflictingMethods() local
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 248 auto pair = GetNativePairPtrSize(GetResolvedFields(), FieldSlotIndex(field_idx), ptr_size); in GetResolvedField() local 280 auto pair = GetNativePairPtrSize(GetResolvedMethods(), MethodSlotIndex(method_idx), ptr_size); in GetResolvedMethod() local 324 NativeDexCachePair<T> pair, in SetNativePairPtrSize()
|
D | dex_cache_test.cc | 171 const MethodTypeDexCachePair pair = method_types_cache[i].load(std::memory_order_relaxed); in TEST_F() local
|
/art/runtime/verifier/ |
D | register_line.h | 372 for (const auto& pair : reg_to_lock_depths_) { in IterateRegToLockDepths() local
|
/art/runtime/gc/ |
D | task_processor_test.cc | 132 for (const auto& pair : orderings) { in TEST_F() local
|
/art/runtime/jit/ |
D | profile_saver.cc | 449 for (const auto& pair : hot_methods.GetMap()) { in FetchAndCacheResolvedClassesAndMethods() local 467 for (const auto& pair : sampled_methods.GetMap()) { in FetchAndCacheResolvedClassesAndMethods() local 481 for (const auto& pair : resolved_classes.GetMap()) { in FetchAndCacheResolvedClassesAndMethods() local
|
/art/dexlayout/ |
D | dexdiag.cc | 157 for (const auto& pair : kDexSectionInfoMap) { in ComputeHeaderWidth() local 170 for (const auto& pair : kDexSectionInfoMap) { in PrintLetterKey() local
|