Home
last modified time | relevance | path

Searched refs:Put (Results 1 – 25 of 45) sorted by relevance

12

/art/test/800-smali/smali/
Db_23201502.smali11 aput v2 , v0, v1 # Put into null array.
21 aput-wide v2 , v0, v1 # Put into null array.
/art/compiler/linker/mips/
Drelative_patcher_mips_test.cc84 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in TestStringBssEntry()
96 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestStringReference()
Drelative_patcher_mips32r6_test.cc80 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/
Dsafe_map.h95 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()
Djava_vm_ext.cc239 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/
Drelative_patcher_x86_test.cc114 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/
Drelative_patcher_x86_64_test.cc134 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/
Dblock_builder.cc136 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()
Dgraph_visualizer.h67 instruction_intervals_.Put(instr, {start, end}); in AddInstructionInterval()
Dloop_optimization.cc931 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()
Dinduction_var_analysis.cc159 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/
Dprofile_compilation_info_test.cc167 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()
Dprofile_saver.cc408 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/
Drelative_patcher_mips64_test.cc81 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in TestStringBssEntry()
/art/compiler/utils/
Datomic_dex_ref_map-inl.h53 arrays_.Put(dex_file, std::move(ElementArray(max_index))); in AddDexFile()
/art/compiler/linker/
Dmulti_oat_relative_patcher.h64 method_offset_map_.map.Put(method_ref, offset + adjustment_); in SetOffset()
Drelative_patcher_test.h122 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset); in Link()
/art/runtime/verifier/
Dregister_line.h360 reg_to_lock_depths_.Put(dst, it->second); in CopyRegToLockDepth()
380 reg_to_lock_depths_.Put(reg, 1 << depth); in SetRegToLockDepth()
/art/compiler/
Doat_test.cc408 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/
Dverification_results.cc78 verified_methods_.Put(ref, verified_method.get()); in ProcessVerifiedMethod()
/art/dex2oat/
Ddex2oat.cc1147 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/
Dprofile_assistant_test.cc127 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/
Dallocation_record.h224 void Put(mirror::Object* obj, AllocRecord&& record) in Put() function
Dallocation_record.cc312 Put(obj->Ptr(), AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace))); in RecordAllocation()
/art/runtime/jdwp/
Dobject_registry.cc121 id_to_entry_.Put(entry->id, entry); in InternalAdd()

12