Home
last modified time | relevance | path

Searched refs:Put (Results 1 – 25 of 50) 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/libartbase/base/
Dsafe_map.h98 iterator Put(const K& k, const V& v) { in Put() function
103 iterator Put(const K& k, V&& v) { in Put() function
149 return it == end() ? Put(k, v) : it; in FindOrAdd()
154 return it == end() ? Put(k, V()) : it; in FindOrAdd()
/art/profman/
Dboot_image_profile.cc237 profile_methods.Put(BootImageRepresentation(it.first), metadata); in GenerateBootImageProfile()
248 profile_classes.Put(BootImageRepresentation(it.first), it.second); in GenerateBootImageProfile()
256 preloaded_classes.Put(preloaded_class_representation, it.second); in GenerateBootImageProfile()
/art/dex2oat/linker/x86/
Drelative_patcher_x86_test.cc115 string_index_to_offset_map_.Put(kStringIndex, kStringEntryOffset); in TEST_F()
147 string_index_to_offset_map_.Put(kStringIndex, kStringOffset); in TEST_F()
/art/dex2oat/linker/x86_64/
Drelative_patcher_x86_64_test.cc135 string_index_to_offset_map_.Put(kStringIndex, kStringEntryOffset); in TEST_F()
158 string_index_to_offset_map_.Put(kStringIndex, kStringOffset); in TEST_F()
/art/compiler/optimizing/
Dgraph_visualizer.h67 instruction_intervals_.Put(instr, {start, end}); in AddInstructionInterval()
Dblock_builder.cc162 quicken_index_for_dex_pc_.Put(dex_pc, quicken_index); in ConnectBasicBlocks()
301 try_block_info.Put(block->GetBlockId(), try_item); in InsertTryBoundaryBlocks()
346 catch_blocks.Put(address, catch_block); in InsertTryBoundaryBlocks()
Dloop_optimization.cc1326 vector_permanent_map_->Put(new_red, vector_map_->Get(redit->second)); in VectorizeDef()
1425 vector_map_->Put(instruction, vector_map_->Get(opa)); // operand pass-through in VectorizeUse()
1677 vector_map_->Put(org, org); in GenerateVecInv()
1696 vector_permanent_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv()
1698 vector_map_->Put(org, vector); in GenerateVecInv()
1712 vector_map_->Put(org, subscript); in GenerateVecSub()
1766 vector_map_->Put(org, vector); in GenerateVecMem()
1790 vector_map_->Put(phi, vector); in GenerateVecReductionPhi()
1947 vector_map_->Put(org, vector); in GenerateVecOp()
2010 vector_map_->Put(instruction, new (global_allocator_) HVecHalvingAdd( in VectorizeHalvingAddIdiom()
[all …]
Dselect_generator.cc202 cache.Put(condition, select); in Run()
Dinduction_var_analysis.cc296 map_.Put(instruction, NodeInfo(d1)); in VisitNode()
484 cycle_.Put(instruction, update); in ClassifyNonTrivial()
1197 it = induction_.Put(loop, in AssignInfo()
1202 it->second.Put(instruction, info); in AssignInfo()
1327 ArenaSet<HInstruction*>* set = &cycles_.Put(phi, ArenaSet<HInstruction*>( in AssignCycle()
Dsuperblock_cloner.cc983 hir_map_->Put(orig_instr, copy_instr); in CloneBasicBlock()
995 hir_map_->Put(orig_instr, copy_instr); in CloneBasicBlock()
1012 bb_map_->Put(orig_block, copy_block); in CloneBasicBlocks()
Dbounds_check_elimination.cc928 first_index_bounds_check_map_.Put(array_length->GetId(), bounds_check); in VisitBoundsCheck()
1599 early_exit_loop_.Put(loop_id, true); in IsEarlyExitLoop()
1604 early_exit_loop_.Put(loop_id, false); in IsEarlyExitLoop()
1807 taken_test_loop_.Put(loop_id, true_block); in TransformLoopForDeoptimizationIfNeeded()
/art/runtime/verifier/
Dregister_line.h390 reg_to_lock_depths_.Put(dst, it->second); in CopyRegToLockDepth()
410 reg_to_lock_depths_.Put(reg, 1 << depth); in SetRegToLockDepth()
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h66 method_offset_map_.map.Put(method_ref, offset + adjustment_); in SetOffset()
/art/compiler/dex/
Dverification_results.cc72 verified_methods_.Put(ref, verified_method.get()); in ProcessVerifiedMethod()
/art/compiler/utils/
Datomic_dex_ref_map-inl.h90 arrays_.Put(dex_file, std::move(ElementArray(NumberOfDexIndices(dex_file)))); in AddDexFile()
/art/dex2oat/
Ddex2oat.cc1199 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()
1201 key_value_store_->Put( in InsertCompileOptions()
1204 key_value_store_->Put( in InsertCompileOptions()
1207 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions()
1209 key_value_store_->Put(OatHeader::kConcurrentCopying, in InsertCompileOptions()
1813 key_value_store_->Put(OatHeader::kCompilationReasonKey, compilation_reason_); in Setup()
1819 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup()
1832 key_value_store_->Put(OatHeader::kBootClassPathKey, bcp_dependency); in Setup()
1836 key_value_store_->Put( in Setup()
1843 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup()
[all …]
/art/runtime/jit/
Djit_code_cache.cc720 zygote_map_.Put(code_ptr, method); in Commit()
722 method_code_map_.Put(code_ptr, method); in Commit()
726 osr_code_map_.Put(method, code_ptr); in Commit()
735 saved_compiled_methods_map_.Put(method, code_ptr); in Commit()
881 osr_code_map_.Put(new_method, code_map->second); in MoveObsoleteMethod()
1652 it = jni_stubs_map_.Put(key, JniStubData{}); in NotifyCompilationOf()
1945 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put() function in art::jit::ZygoteMap
Dprofile_saver.cc446 info_it = profile_cache_.Put( in FetchAndCacheResolvedClassesAndMethods()
868 map->Put( in AddTrackedLocationsToMap()
955 auto resolved_locations_it = resolved_locations_map.Put( in ResolveTrackedLocations()
Dprofiling_info_test.cc140 profile_methods_map->Put(method, pmi); in SaveProfilingInfoWithFakeInlineCaches()
/art/runtime/gc/
Dallocation_record.cc245 Put(obj->Ptr(), AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace))); in RecordAllocation()
Dallocation_record.h229 void Put(mirror::Object* obj, AllocRecord&& record) in Put() function
/art/runtime/jni/
Djava_vm_ext.cc265 void Put(const std::string& path, SharedLibrary* library) in Put() function in art::Libraries
267 libraries_.Put(path, library); in Put()
1053 libraries_->Put(path, library); in LoadNativeLibrary()
/art/runtime/
Doat_file.cc478 oat_dex_files_.Put(key, oat_dex_file); in Setup()
481 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup()
916 oat_dex_files_.Put(key, oat_dex_file); in Setup()
918 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup()
1532 store.Put(OatHeader::kCompilerFilter, CompilerFilter::NameOfFilter(CompilerFilter::kVerify)); in Initialize()
/art/dex2oat/linker/arm64/
Drelative_patcher_arm64_test.cc298 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in TestNopsAdrpLdr()
324 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestNopsAdrpAdd()
345 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in PrepareNopsAdrpInsn2Ldr()
361 string_index_to_offset_map_.Put(kStringIndex, string_offset); in PrepareNopsAdrpInsn2Add()

12