Home
last modified time | relevance | path

Searched refs:second (Results 151 – 175 of 210) sorted by relevance

123456789

/art/compiler/debug/
Delf_debug_loc_writer.h117 const uint32_t stack_map_index = it->second; in GetVariableLocations()
/art/compiler/utils/
Dassembler.h334 result.second.swap(delayed_advance_pcs_); in ReleaseStreamAndPrepareForDelayedAdvancePC()
/art/compiler/optimizing/
Dscheduler.h345 return it->second.get(); in GetNode()
Dbounds_check_elimination.cc1401 HBoundsCheck* bounds_check = entry.second; in AddComparesWithDeoptimization()
1692 return it->second; in IsEarlyExitLoop()
1794 HBasicBlock* block = it->second; in GetPreHeader()
1928 HBasicBlock* true_block = entry.second; in InsertPhiNodes()
Dcode_generator.cc234 uint64_t address = entry.second; in EmitJitRoots()
238 entry.second = index; in EmitJitRoots()
247 uint64_t address = entry.second; in EmitJitRoots()
251 entry.second = index; in EmitJitRoots()
/art/runtime/mirror/
Ddex_cache-inl.h314 dchecked_integral_cast<size_t>(value.second)); in GetNativePairPtrSize()
318 return NativeDexCachePair<T>(reinterpret_cast32<T*>(value.first), value.second); in GetNativePairPtrSize()
/art/cmdline/
Dcmdline_parser.h740 if (cur != args.end() && !cur->second.empty()) { in DumpHelp()
743 for (detail::CmdlineParseArgumentAny* arg : cur->second) { in DumpHelp()
/art/runtime/gc/space/
Dregion_space.cc505 ZeroAndProtectRegion(iter.first, iter.second); in ClearFromSpace()
513 reinterpret_cast<mirror::Object*>(iter.second)); in ClearFromSpace()
860 r = largest_partial_tlab->second; in AllocNewTlab()
/art/runtime/
Dstack.cc90 return &cur_inline_info_.second; in GetCurrentInlineInfo()
101 return &cur_stack_map_.second; in GetCurrentStackMap()
935 const instrumentation::InstrumentationStackFrame& instrumentation_frame = it->second; in WalkStack()
Dclass_loader_context.cc602 if (!seen_locations.insert(base_location).second) { in EncodeClassPathContexts()
701 DexFileLoader::GetBaseLocation(dex_file->GetLocation())).second; in EncodeContextInternal()
713 location = it->second + DexFileLoader::GetMultiDexSuffix(location); in EncodeContextInternal()
790 return search->second.Get(); in CreateClassLoaderInternal()
Dtrace.cc95 idx = it->second; in EncodeTraceMethod()
817 DexIndexBitSet* bit_set = seen_methods_.find(dex_file)->second; in RegisterMethod()
1018 os << it.first << "\t" << it.second << "\n"; in DumpThreadList()
Dreference_table.cc223 gc::AllocRecord& record = it->second; in Dump()
Dclass_table.cc212 if (!a.MaskedHashEquals(b.second)) { in operator ()()
Doat_file_manager.cc628 if (unlink(cache[i].second.c_str()) != 0) { in UnlinkLeastRecentlyUsedVdexIfNeeded()
629 *error_msg = "Could not unlink anonymous vdex file " + cache[i].second; in UnlinkLeastRecentlyUsedVdexIfNeeded()
Ddebugger.cc979 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()
1052 const gc::AllocRecord* record = &it->second; in GetRecentAllocations()
Doat_file.cc1212 if (!host_dlopen_handles_.insert(dlopen_handle_).second) { in Dlopen()
1812 oat_dex_file = primary_it->second; in GetOatDexFile()
1821 oat_dex_file = secondary_lb->second; // May be null. in GetOatDexFile()
1829 oat_dex_file = canonical_it->second; in GetOatDexFile()
Dclass_linker.cc509 return it->second; in GetRegisteredNative()
1544 uint32_t string_slot_index = sro_base[offset_index].second; in VisitInternedStringReferences()
1565 uint32_t string_index = sro_base[offset_index].second; in VisitInternedStringReferences()
1586 uint32_t raw_member_offset = sro_base[offset_index].second; in VisitInternedStringReferences()
1824 return ObjPtr<mirror::String>(it->second); in HandleAppImageStrings()
2983 if (pair.second != nullptr) { in FindClassInBootClassLoaderClassPath()
2993 *pair.second); in FindClassInBootClassLoaderClassPath()
3062 if (pair.second != nullptr) { in FindClass()
3068 *pair.second); in FindClass()
3630 lb->first->SetEntryPointFromJni(lb->second); in FixupStaticTrampolines()
[all …]
Dvdex_file.cc331 if (code_item != nullptr && unquickened_code_item.emplace(code_item).second) { in UnquickenDexFile()
/art/dexlayout/
Ddex_visualize.cc95 return iter->second; in GetColor()
Ddex_ir_builder.cc117 return it != collection_.end() ? it->second : nullptr; in GetExistingObject()
133 CHECK(it.second) << "CollectionMap already has an object with offset " << offset << " " in AddItem()
134 << " and address " << it.first->second; in AddItem()
803 return existing->second; in DedupeOrCreateCodeItem()
Ddexlayout.cc1779 if (!it.second) { in LayoutCodeItems()
1780 LayoutType& layout_type = it.first->second; in LayoutCodeItems()
1794 ++layout_count[static_cast<size_t>(it->second)]; in LayoutCodeItems()
1811 const LayoutType layout_type_a = it_a->second; in LayoutCodeItems()
1812 const LayoutType layout_type_b = it_b->second; in LayoutCodeItems()
/art/dex2oat/linker/arm/
Drelative_patcher_thumb2_test.cc191 if (last_result.second != last_method_offset + 1 /* thumb mode */) { in Create2MethodsWithGap()
196 CHECK_EQ(last_result.second, in Create2MethodsWithGap()
205 CHECK_NE(result.second & 1u, 0u); in GetMethodOffset()
206 return result.second - 1 /* thumb mode */; in GetMethodOffset()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc158 if (last_result.second != last_method_offset) { in Create2MethodsWithGap()
163 CHECK_EQ(last_result.second, header_offset + sizeof(OatQuickMethodHeader)); in Create2MethodsWithGap()
171 CHECK_ALIGNED(result.second, 4u); in GetMethodOffset()
172 return result.second; in GetMethodOffset()
/art/openjdkjvmti/
Devents.h128 return std::hash<uint32_t>{}(k.second) ^ (std::hash<void*>{}(k.first) << 1); in operator()
Ddeopt_manager.cc217 return elem != breakpoint_status_.end() && elem->second != 0; in MethodHasBreakpointsLocked()

123456789