/art/runtime/mirror/ |
D | dex_cache.cc | 60 auto pair(GetNativePair(fields, i)); in VisitReflectiveTargets() local 81 auto pair(GetNativePair(methods, i)); in VisitReflectiveTargets() local
|
D | dex_cache-inl.h | 316 auto pair = GetNativePair(fields, FieldSlotIndex(field_idx)); in GetResolvedField() local 343 auto pair = GetNativePair(methods, MethodSlotIndex(method_idx)); in GetResolvedMethod() local 369 NativeDexCachePair<T> pair) { in SetNativePair()
|
D | dex_cache_test.cc | 153 const MethodTypeDexCachePair pair = method_types_cache[i].load(std::memory_order_relaxed); in TEST_F() local
|
/art/tools/veridex/ |
D | hidden_api_finder.cc | 184 std::vector<MethodReference>>& pair : method_locations_) { in Dump() local 200 std::vector<MethodReference>>& pair : field_locations_) { in Dump() local 253 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::GetNativePair(methods, i); 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 216 const uint32_t pair = GetUtf16FromUtf8(&utf8); in CompareModifiedUtf8ToUtf16AsCodePointValues() local
|
D | dex_instruction_iterator.h | 127 explicit DexInstructionIterator(const DexInstructionPcPair& pair) in DexInstructionIterator()
|
D | descriptors_names.cc | 191 const uint32_t pair = GetUtf16FromUtf8(pUtf8Ptr); in IsValidPartOfMemberNameUtf8Slow() 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 404 for (const DexInstructionPcPair& pair : code_item_accessor_) { in InsertSynthesizedLoopsForOsr() local
|
/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/runtime/ |
D | class_table.cc | 46 DescriptorHashPair pair(descriptor, hash); in UpdateClass() local 108 DescriptorHashPair pair(descriptor, hash); in Lookup() 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
|
D | large_object_space.cc | 182 for (auto& pair : large_objects_) { in SetAllLargeObjectsAsZygoteObjects() local 232 for (auto& pair : large_objects_) { in Walk() local 241 for (auto& pair : large_objects_) { in ForEachMemMap() local
|
/art/libprofile/profile/ |
D | profile_boot_info.cc | 52 for (const std::pair<uint32_t, uint32_t>& pair : methods_) { in Save() 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/runtime/gc/ |
D | task_processor_test.cc | 132 for (const auto& pair : orderings) { in TEST_F() local
|
/art/runtime/verifier/ |
D | register_line.h | 369 for (const auto& pair : reg_to_lock_depths_) { in IterateRegToLockDepths() local
|
D | reg_type_cache.cc | 250 for (auto& pair : klass_entries_) { in FindClass() local 724 for (auto& pair : klass_entries_) { in VisitRoots() local
|
/art/dexlayout/ |
D | dexdiag.cc | 157 for (const auto& pair : kDexSectionInfoMap) { in ComputeHeaderWidth() local 170 for (const auto& pair : kDexSectionInfoMap) { in PrintLetterKey() local
|