/art/test/800-smali/smali/ |
D | b_23201502.smali | 11 aput v2 , v0, v1 # Put into null array. 21 aput-wide v2 , v0, v1 # Put into null array.
|
/art/compiler/linker/mips/ |
D | relative_patcher_mips_test.cc | 84 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in TestStringBssEntry() 96 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestStringReference()
|
D | relative_patcher_mips32r6_test.cc | 80 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in TestStringBssEntry() 92 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestStringReference()
|
/art/runtime/ |
D | safe_map.h | 95 iterator Put(const K& k, const V& v) { in Put() function 100 iterator Put(const K& k, V&& v) { in Put() function 146 return it == end() ? Put(k, v) : it; in FindOrAdd() 151 return it == end() ? Put(k, V()) : it; in FindOrAdd()
|
D | java_vm_ext.cc | 239 void Put(const std::string& path, SharedLibrary* library) in Put() function in art::Libraries 241 libraries_.Put(path, library); in Put() 904 libraries_->Put(path, library); in LoadNativeLibrary()
|
/art/compiler/linker/x86/ |
D | relative_patcher_x86_test.cc | 114 string_index_to_offset_map_.Put(kStringIndex, kStringEntryOffset); in TEST_F() 146 string_index_to_offset_map_.Put(kStringIndex, kStringOffset); in TEST_F()
|
/art/compiler/linker/x86_64/ |
D | relative_patcher_x86_64_test.cc | 134 string_index_to_offset_map_.Put(kStringIndex, kStringEntryOffset); in TEST_F() 157 string_index_to_offset_map_.Put(kStringIndex, kStringOffset); in TEST_F()
|
/art/compiler/optimizing/ |
D | block_builder.cc | 136 quicken_index_for_dex_pc_.Put(dex_pc, quicken_index); in ConnectBasicBlocks() 275 try_block_info.Put(block->GetBlockId(), DexFile::GetTryItems(code_item_, try_item_idx)); in InsertTryBoundaryBlocks() 312 catch_blocks.Put(address, catch_block); in InsertTryBoundaryBlocks()
|
D | graph_visualizer.h | 67 instruction_intervals_.Put(instr, {start, end}); in AddInstructionInterval()
|
D | loop_optimization.cc | 931 vector_map_->Put(instruction, vector_map_->Get(opa)); // operand pass-through in VectorizeUse() 1251 vector_map_->Put(org, org); in GenerateVecInv() 1257 vector_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv() 1271 vector_map_->Put(org, subscript); in GenerateVecSub() 1311 vector_map_->Put(org, vector); in GenerateVecMem() 1469 vector_map_->Put(org, vector); in GenerateVecOp() 1534 vector_map_->Put(instruction, new (global_allocator_) HVecHalvingAdd( in VectorizeHalvingAddIdiom()
|
D | induction_var_analysis.cc | 159 map_.Put(instruction, NodeInfo(d1)); in VisitNode() 346 cycle_.Put(instruction, update); in ClassifyNonTrivial() 985 it = induction_.Put(loop, in AssignInfo() 990 it->second.Put(instruction, info); in AssignInfo() 1115 ArenaSet<HInstruction*>* set = &cycles_.Put(phi, ArenaSet<HInstruction*>( in AssignCycle()
|
/art/runtime/jit/ |
D | profile_compilation_info_test.cc | 167 profile_methods_map->Put(method, pmi); in SaveProfilingInfoWithFakeInlineCaches() 220 ic_map->Put(dex_pc, dex_pc_data); in GetOfflineProfileMethodInfo() 229 ic_map->Put(dex_pc, dex_pc_data); in GetOfflineProfileMethodInfo() 235 ic_map->Put(dex_pc, dex_pc_data); in GetOfflineProfileMethodInfo() 241 ic_map->Put(dex_pc, dex_pc_data); in GetOfflineProfileMethodInfo() 719 ic_map->Put(dex_pc, dex_pc_data); in TEST_F() 730 ic_map_reindexed->Put(dex_pc, dex_pc_data); in TEST_F() 783 ic_map->Put(/*dex_pc*/ 0, dex_pc_data); in TEST_F() 813 ic_map->Put(/*dex_pc*/ 0, dex_pc_data); in TEST_F()
|
D | profile_saver.cc | 408 info_it = profile_cache_.Put( in FetchAndCacheResolvedClassesAndMethods() 743 map->Put(output_filename, std::set<std::string>(code_paths.begin(), code_paths.end())); in AddTrackedLocationsToMap() 833 auto resolved_locations_it = resolved_locations_map.Put( in ResolveTrackedLocations()
|
/art/compiler/linker/mips64/ |
D | relative_patcher_mips64_test.cc | 81 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in TestStringBssEntry()
|
/art/compiler/utils/ |
D | atomic_dex_ref_map-inl.h | 53 arrays_.Put(dex_file, std::move(ElementArray(max_index))); in AddDexFile()
|
/art/compiler/linker/ |
D | multi_oat_relative_patcher.h | 64 method_offset_map_.map.Put(method_ref, offset + adjustment_); in SetOffset()
|
D | relative_patcher_test.h | 122 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset); in Link()
|
/art/runtime/verifier/ |
D | register_line.h | 360 reg_to_lock_depths_.Put(dst, it->second); in CopyRegToLockDepth() 380 reg_to_lock_depths_.Put(reg, 1 << depth); in SetRegToLockDepth()
|
/art/compiler/ |
D | oat_test.cc | 408 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art"); in TEST_F() 545 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TEST_F() 607 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TestDexFileInput() 720 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TestZipFileInput() 833 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TestZipFileInputWithEmptyDex()
|
/art/compiler/dex/ |
D | verification_results.cc | 78 verified_methods_.Put(ref, verified_method.get()); in ProcessVerifiedMethod()
|
/art/dex2oat/ |
D | dex2oat.cc | 1147 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions() 1151 key_value_store_->Put(OatHeader::kDex2OatHostKey, oss.str()); in InsertCompileOptions() 1152 key_value_store_->Put( in InsertCompileOptions() 1155 key_value_store_->Put( in InsertCompileOptions() 1158 key_value_store_->Put( in InsertCompileOptions() 1161 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions() 1163 key_value_store_->Put(OatHeader::kConcurrentCopying, in InsertCompileOptions() 1555 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup() 1583 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location); in Setup() 1621 key_value_store_->Put(OatHeader::kClassPathKey, in Setup()
|
/art/profman/ |
D | profile_assistant_test.cc | 127 ic_map->Put(dex_pc, dex_pc_data); in GetOfflineProfileMethodInfo() 135 ic_map->Put(dex_pc, dex_pc_data); in GetOfflineProfileMethodInfo() 141 ic_map->Put(dex_pc, dex_pc_data); in GetOfflineProfileMethodInfo() 147 ic_map->Put(dex_pc, dex_pc_data); in GetOfflineProfileMethodInfo()
|
/art/runtime/gc/ |
D | allocation_record.h | 224 void Put(mirror::Object* obj, AllocRecord&& record) in Put() function
|
D | allocation_record.cc | 312 Put(obj->Ptr(), AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace))); in RecordAllocation()
|
/art/runtime/jdwp/ |
D | object_registry.cc | 121 id_to_entry_.Put(entry->id, entry); in InternalAdd()
|