Home
last modified time | relevance | path

Searched defs:it (Results 76 – 100 of 184) sorted by relevance

12345678

/art/runtime/
Doat.cc38 SafeMap<std::string, std::string>::const_iterator it = variable_data->begin(); in ComputeOatHeaderSize() local
424 SafeMap<std::string, std::string>::const_iterator it = key_value_store->begin(); in Flatten() local
Dinstrumentation.cc341 auto it = instrumentation_stack_->find(GetReturnPcAddr()); in InstrumentationInstallStack() local
492 auto it = instrumentation_stack_->find(GetReturnPcAddr()); in InstrumentationRestoreStack() local
574 auto it = std::find(list.begin(), list.end(), nullptr); in PotentiallyAddListenerTo() local
648 auto it = std::find(list.begin(), list.end(), listener); in PotentiallyRemoveListenerFrom() local
1001 auto it = deoptimized_methods_.find(method); in RemoveDeoptimizedMethod() local
1509 auto it = stack->find(reinterpret_cast<uintptr_t>(return_pc_addr)); in PopInstrumentationStackFrame() local
Dmodule_exclusion_test.cc43 auto it = std::find(modules.begin(), modules.end(), module_); in GetLibCoreModuleNames() local
Dstack_map.cc99 std::map<BitMemoryRegion, uint32_t, BitMemoryRegion::Less>::iterator it[kNumBitTables]; in Dedupe() local
146 auto it = std::partition_point( in GetStackMapForNativePcOffset() local
Ddexopt_test.cc204 for (BacktraceMap::iterator it = map->begin(); in ReserveImageSpace() local
/art/runtime/verifier/
Dclass_verifier.cc87 for (auto it : count_locks_) { in ReverifyClass() local
99 for (auto it : dont_compiles_) { in ReverifyClass() local
Dregister_line-inl.h212 auto it = reg_to_lock_depths_.find(reg); in ClearRegToLockDepth() local
/art/compiler/debug/
Delf_debug_line_writer.h187 auto it = directories_map.find(package_name); in WriteCompilationUnit() local
Delf_debug_info_writer.h421 const auto it = class_declarations.find(base_class); in Write() local
521 const auto it = type_cache_.find(desc); in WriteTypeDeclaration() local
Delf_debug_writer.cc73 for (auto& it : class_to_compilation_unit) { in WriteDebugInfo() local
267 for (const JITCodeEntry* it : jit_entries) { in PackElfFileForJIT() local
/art/compiler/optimizing/
Dregister_allocator_linear_scan.cc843 for (auto it = active_.begin(), end = active_.end(); it != end; ++it) { in TrySplitNonPairOrUnalignedPairIntervalAt() local
998 for (auto it = active_.begin(), end = active_.end(); it != end; ++it) { in AllocateBlockedReg() local
1013 for (auto it = inactive_.begin(); it != inactive_.end(); ) { in AllocateBlockedReg() local
Dprepare_for_register_allocation.cc143 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in VisitClinitCheck() local
Dscheduler.cc583 for (HBackwardInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in Schedule() local
783 for (HInstructionIterator it(block->GetInstructions()); !it.Done(); it.Advance()) { in IsSchedulable() local
Dreference_type_propagation.cc223 for (auto it = uses.begin(), end = uses.end(); it != end; /* ++it below */) { in BoundTypeIn() local
340 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) { in VisitBasicBlock() local
346 for (HInstructionIteratorHandleChanges it(block->GetInstructions()); !it.Done(); it.Advance()) { in VisitBasicBlock() local
Dgraph_visualizer.cc720 auto it = disasm_info_->GetInstructionIntervals().find(instruction); in PrintInstruction() local
730 for (HInstructionIterator it(list); !it.Done(); it.Advance()) { in PrintInstructions() local
856 for (HInstructionIterator it(block->GetPhis()); !it.Done(); it.Advance()) { in VisitBasicBlock() local
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h60 auto it = method_offset_map_.map.find(method_ref); in GetOffset() local
Dimage_writer.cc662 auto it = dex_file_oat_index_map_.find(dex_file); in PrepareDexCacheArraySlots() local
1138 auto it = visited->find(klass.Ptr()); in PruneImageClassInternal() local
1603 auto it = native_object_relocations_.find(cur_fields); in RecordNativeRelocations() local
1655 auto it = native_object_relocations_.find(array); in RecordNativeRelocations() local
1839 auto it = std::find(dex_files_.begin(), dex_files_.end(), &component_type->GetDexFile()); in operator ()() local
2038 auto it = image_writer_->dex_file_oat_index_map_.find(dex_file); in ProcessDexFileObjects() local
2937 auto it = native_object_relocations_.find(elem); in FixupPointerArray() local
2989 const auto it = saved_hashcode_map_.find(obj); in CopyAndFixupObject() local
3085 auto it = native_object_relocations_.find(obj); in GetNativeRelocation() local
3185 auto it = pointer_arrays_.find(down_cast<mirror::PointerArray*>(orig)); in FixupObject() local
[all …]
/art/runtime/gc/allocator/
Drosalloc.cc136 for (auto it = free_page_runs_.begin(); it != free_page_runs_.end(); ) { in AllocPages() local
179 auto it = free_page_runs_.rbegin(); in AllocPages() local
375 for (auto it = free_page_runs_.upper_bound(fpr); it != free_page_runs_.end(); ) { in FreePages() local
409 for (auto it = free_page_runs_.upper_bound(fpr); it != free_page_runs_.begin(); ) { in FreePages() local
587 auto it = bt->begin(); in RefillRun() local
1352 auto it = free_page_runs_.rbegin(); in Trim() local
1887 for (auto it = thread_list.begin(); it != thread_list.end(); ++it) { in Verify() local
/art/tools/jvmti-agents/wrapagentproperties/
Dwrapagentproperties.cc142 auto it = funcs->proxy_vm->map->find(prop); in WrapGetSystemProperty() local
202 auto it = funcs->proxy_vm->map->find(prop); in WrapSetSystemProperty() local
/art/tools/veridex/
Dveridex.cc198 for (const auto &it : type_map) { in Run() local
236 for (const auto &it : type_map) { in Run() local
/art/libnativeloader/
Dpublic_libraries.cpp218 auto it = std::find(sonames->begin(), sonames->end(), lib_name); in InitDefaultPublicLibraries() local
225 auto it = std::find(sonames->begin(), sonames->end(), kNeuralNetworksApexPublicLibrary); in InitDefaultPublicLibraries() local
/art/dexlayout/
Ddexdiag.cc92 for (auto it = kDexSectionInfoMap.begin(); it != kDexSectionInfoMap.end(); ++it) { in PageCount() local
100 auto it = map_.find(type); in Get() local
/art/openjdkjvmti/
Dti_heap.cc427 auto it = visited_interfaces.find(inf_klass.Ptr()); in VisitInterface() local
1711 auto it = map_.find(*obj); in ReplaceStrongRoots() local
1738 auto it = map_.find(obj->AsMirrorPtr()); in ReplaceStrongRoots() local
1819 for (auto it : map) { in ReplaceWeakRoots() local
1844 auto it = map_.find(obj); in ReplaceWeakRoots() local
1862 auto it = changed_tags.find(env); in ReplaceWeakRoots() local
/art/test/utils/python/
Dgenerate_java_main.py71 def add_instance(self, it): argument
/art/libprofile/profile/
Dprofile_compilation_info.cc142 auto it = classes.find(ref); in AddClass() local
805 auto it = dex_profile_index_remap.find(dex_profile_index); in ReadInlineCache() local
1114 const auto it = key_to_dex_file.find(GetBaseKeyFromAugmentedKey(dex_data->profile_key)); in VerifyProfileData() local
1756 for (const auto& it : dex_data->method_map) { in GetClassesAndMethods() local
2068 auto it = method_map.find(dex_method_index); in GetHotnessInfo() local
2361 for (const auto& it : other.method_metadata_) { in MergeData() local
2377 for (const auto& it : other.class_metadata_) { in MergeData() local

12345678