/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/libartbase/base/ |
D | safe_map.h | 98 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/ |
D | boot_image_profile.cc | 237 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_64/ |
D | relative_patcher_x86_64_test.cc | 135 string_index_to_offset_map_.Put(kStringIndex, kStringEntryOffset); in TEST_F() 158 string_index_to_offset_map_.Put(kStringIndex, kStringOffset); in TEST_F()
|
/art/dex2oat/linker/x86/ |
D | relative_patcher_x86_test.cc | 115 string_index_to_offset_map_.Put(kStringIndex, kStringEntryOffset); in TEST_F() 147 string_index_to_offset_map_.Put(kStringIndex, kStringOffset); in TEST_F()
|
/art/compiler/optimizing/ |
D | graph_visualizer.h | 67 instruction_intervals_.Put(instr, {start, end}); in AddInstructionInterval()
|
D | block_builder.cc | 162 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()
|
D | loop_optimization.cc | 1326 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 …]
|
D | select_generator.cc | 202 cache.Put(condition, select); in Run()
|
D | induction_var_analysis.cc | 296 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()
|
D | superblock_cloner.cc | 983 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()
|
D | bounds_check_elimination.cc | 928 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/ |
D | register_line.h | 390 reg_to_lock_depths_.Put(dst, it->second); in CopyRegToLockDepth() 410 reg_to_lock_depths_.Put(reg, 1 << depth); in SetRegToLockDepth()
|
/art/compiler/dex/ |
D | verification_results.cc | 72 verified_methods_.Put(ref, verified_method.get()); in ProcessVerifiedMethod()
|
/art/dex2oat/linker/ |
D | multi_oat_relative_patcher.h | 66 method_offset_map_.map.Put(method_ref, offset + adjustment_); in SetOffset()
|
/art/compiler/utils/ |
D | atomic_dex_ref_map-inl.h | 90 arrays_.Put(dex_file, std::move(ElementArray(NumberOfDexIndices(dex_file)))); in AddDexFile()
|
/art/dex2oat/ |
D | dex2oat.cc | 1199 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() 1817 key_value_store_->Put(OatHeader::kCompilationReasonKey, compilation_reason_); in Setup() 1823 key_value_store_->Put(OatHeader::kBootClassPathKey, android::base::Join(dex_locations_, ':')); in Setup() 1836 key_value_store_->Put(OatHeader::kBootClassPathKey, bcp_dependency); in Setup() 1840 key_value_store_->Put( in Setup() 1847 key_value_store_->Put(OatHeader::kBootClassPathKey, in Setup() [all …]
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 720 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
|
D | profile_saver.cc | 446 info_it = profile_cache_.Put( in FetchAndCacheResolvedClassesAndMethods() 868 map->Put( in AddTrackedLocationsToMap() 955 auto resolved_locations_it = resolved_locations_map.Put( in ResolveTrackedLocations()
|
D | profiling_info_test.cc | 140 profile_methods_map->Put(method, pmi); in SaveProfilingInfoWithFakeInlineCaches()
|
/art/runtime/gc/ |
D | allocation_record.cc | 245 Put(obj->Ptr(), AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace))); in RecordAllocation()
|
D | allocation_record.h | 229 void Put(mirror::Object* obj, AllocRecord&& record) in Put() function
|
/art/runtime/jni/ |
D | java_vm_ext.cc | 265 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/ |
D | oat_file.cc | 488 oat_dex_files_.Put(key, oat_dex_file); in Setup() 491 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup() 926 oat_dex_files_.Put(key, oat_dex_file); in Setup() 928 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup() 1542 store.Put(OatHeader::kCompilerFilter, CompilerFilter::NameOfFilter(CompilerFilter::kVerify)); in Initialize()
|
/art/dex2oat/linker/arm64/ |
D | relative_patcher_arm64_test.cc | 298 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()
|