Home
last modified time | relevance | path

Searched refs:it (Results 326 – 334 of 334) sorted by relevance

1...<<11121314

/art/compiler/optimizing/
Dinliner.cc734 const auto it = offline_profile.inline_caches->find(invoke_instruction->GetDexPc()); in ExtractClassesFromOfflineProfile() local
735 if (it == offline_profile.inline_caches->end()) { in ExtractClassesFromOfflineProfile()
739 const ProfileCompilationInfo::DexPcData& dex_pc_data = it->second; in ExtractClassesFromOfflineProfile()
Dcode_generator_arm64.cc4702 auto it = jit_baker_read_barrier_slow_paths_.FindOrAdd(custom_data); in EmitBakerReadBarrierCbnz() local
4703 vixl::aarch64::Label* slow_path_entry = &it->second.label; in EmitBakerReadBarrierCbnz()
/art/runtime/verifier/
Dreg_type_test.cc976 auto it = seen.find(cur); in TEST_F() local
977 if (it != seen.end()) { in TEST_F()
/art/test/559-checker-irreducible-loop/smali/
DIrreducibleLoop.smali129 # to the (redundant) Phi created at the loop header for it.
/art/runtime/
Druntime.cc2817 auto it = std::find(system_weak_holders_.begin(), system_weak_holders_.end(), holder); in RemoveSystemWeakHolder() local
2818 if (it != system_weak_holders_.end()) { in RemoveSystemWeakHolder()
2819 system_weak_holders_.erase(it); in RemoveSystemWeakHolder()
/art/test/1929-exception-catch-exception/
Dexpected.txt97 Throwing BaseTestException and catching it!
126 Throwing BaseTestException and catching it!
/art/dex2oat/linker/
Doat_writer.cc2499 auto it = quicken_info_offset_indices_->find(dex_file); in VisitDexMethods() local
2500 DCHECK(it != quicken_info_offset_indices_->end()) << "Failed to find dex file " in VisitDexMethods()
2502 const std::vector<uint32_t>* const offsets = &it->second; in VisitDexMethods()
/art/runtime/gc/space/
Dimage_space.cc695 auto it = intern_remap_.find(old_value->AsString().Ptr()); in operator ()() local
696 if (it != intern_remap_.end()) { in operator ()()
697 mirror::String* new_value = it->second; in operator ()()
/art/test/
DAndroid.bp963 // Wrap the expected_cts_outputs_gen inside a java library to make it easy

1...<<11121314