Home
last modified time | relevance | path

Searched defs:pair (Results 1 – 25 of 53) sorted by relevance

123

/art/tools/veridex/
Dhidden_api_finder.cc181 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/
Dclear_dex_cache.cc51 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/
Ddexdump_cfg.cc45 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/
Dsource_transform_art.cc58 for (const DexInstructionPcPair& pair : method.GetInstructions()) { in VerifyClassData() local
/art/libdexfile/dex/
Dtype_lookup_table_test.cc43 auto pair = GetParam(); in TEST_P() local
Dutf_test.cc64 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
Dutf.cc180 const uint32_t pair = GetUtf16FromUtf8(&utf8); in ComputeUtf16HashFromModifiedUtf8() local
212 const uint32_t pair = GetUtf16FromUtf8(&utf8); in CompareModifiedUtf8ToUtf16AsCodePointValues() local
Ddex_instruction_iterator.h127 explicit DexInstructionIterator(const DexInstructionPcPair& pair) in DexInstructionIterator()
/art/test/626-const-class-linking/src/
DMain.java315 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/
Dverified_method.cc69 for (const DexInstructionPcPair& pair : method_verifier->CodeItem()) { in GenerateSafeCastSet() local
/art/runtime/native/
Ddalvik_system_VMRuntime.cc379 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/
Dlarge_object_space_test.cc84 for (const auto& pair : requests) { in LargeObjectTest() local
89 for (const auto& pair : requests) { in LargeObjectTest() local
/art/runtime/
Dclass_table.cc63 DescriptorHashPair pair(descriptor, hash); in UpdateClass() local
125 DescriptorHashPair pair(descriptor, hash); in Lookup() local
179 DescriptorHashPair pair(descriptor, ComputeModifiedUtf8Hash(descriptor)); in Remove() local
Ddex_to_dex_decompiler.cc94 for (const DexInstructionPcPair& pair : code_item_accessor_) { in Decompile() local
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DDiff.java201 InstanceListPair pair = byKey.get(key); in instances() local
210 InstanceListPair pair = byKey.get(key); in instances() local
/art/tools/dexanalyze/
Ddexanalyze_strings.cc250 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
Ddexanalyze_bytecode.cc39 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/
Dblock_builder.cc102 for (const DexInstructionPcPair& pair : code_item_accessor_) { in CreateBranchTargets() local
154 for (const DexInstructionPcPair& pair : code_item_accessor_) { in ConnectBasicBlocks() local
/art/dex2oat/dex/
Ddex_to_dex_compiler.cc185 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/
Ddex_cache-inl.h248 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()
Ddex_cache_test.cc171 const MethodTypeDexCachePair pair = method_types_cache[i].load(std::memory_order_relaxed); in TEST_F() local
/art/runtime/verifier/
Dregister_line.h372 for (const auto& pair : reg_to_lock_depths_) { in IterateRegToLockDepths() local
/art/runtime/gc/
Dtask_processor_test.cc132 for (const auto& pair : orderings) { in TEST_F() local
/art/runtime/jit/
Dprofile_saver.cc449 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/
Ddexdiag.cc157 for (const auto& pair : kDexSectionInfoMap) { in ComputeHeaderWidth() local
170 for (const auto& pair : kDexSectionInfoMap) { in PrintLetterKey() local

123