/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/ |
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/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/compiler/optimizing/ |
D | graph_visualizer.h | 69 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 | 1359 vector_permanent_map_->Put(new_red, vector_map_->Get(redit->second)); in VectorizeDef() 1461 vector_map_->Put(instruction, vector_map_->Get(opa)); // operand pass-through in VectorizeUse() 1750 vector_map_->Put(org, org); in GenerateVecInv() 1769 vector_permanent_map_->Put(org, Insert(vector_preheader_, vector)); in GenerateVecInv() 1780 vector_map_->Put(org, vector); in GenerateVecInv() 1794 vector_map_->Put(org, subscript); in GenerateVecSub() 1848 vector_map_->Put(org, vector); in GenerateVecMem() 1872 vector_map_->Put(phi, vector); in GenerateVecReductionPhi() 2049 vector_map_->Put(org, vector); in GenerateVecOp() 2113 vector_map_->Put(instruction, new (global_allocator_) HVecHalvingAdd( in VectorizeHalvingAddIdiom() [all …]
|
D | select_generator.cc | 200 cache.Put(condition, select); in Run()
|
D | optimizing_unit_test.h | 159 name_to_block_.Put(entry_name, entry); in AdjacencyListGraph() 160 name_to_block_.Put(exit_name, exit); in AdjacencyListGraph() 170 block_to_name_.Put(blk, name); in AdjacencyListGraph()
|
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()
|
/art/test/173-missing-field-type/smali/ |
D | BadFieldGet.smali | 30 # Put an object in the register used for sget-object, the bug in mterp checked it was
|
/art/dex2oat/ |
D | dex2oat.cc | 498 using SafeMap::Put; 500 iterator Put(const std::string& k, bool v) { in Put() function in art::OatKeyValueStore 501 return SafeMap::Put(k, v ? OatHeader::kTrueValue : OatHeader::kFalseValue); in Put() 939 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions() 941 key_value_store_->Put(OatHeader::kDebuggableKey, compiler_options_->debuggable_); in InsertCompileOptions() 942 key_value_store_->Put(OatHeader::kNativeDebuggableKey, in InsertCompileOptions() 944 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions() 946 key_value_store_->Put(OatHeader::kConcurrentCopying, kUseReadBarrier); in InsertCompileOptions() 947 key_value_store_->Put(OatHeader::kRequiresImage, compiler_options_->IsGeneratingImage()); in InsertCompileOptions() 1577 key_value_store_->Put(OatHeader::kCompilationReasonKey, compilation_reason_); in Setup() [all …]
|
/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/test/723-string-init-range/smali/ |
D | new-instance.smali | 40 # Put the object in a register > 0xF, as the arm64 nterp implementation wrongly masked
|
/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/runtime/jit/ |
D | jit_code_cache.cc | 740 zygote_map_.Put(code_ptr, method); in Commit() 742 method_code_map_.Put(code_ptr, method); in Commit() 745 osr_code_map_.Put(method, code_ptr); in Commit() 754 saved_compiled_methods_map_.Put(method, code_ptr); in Commit() 887 osr_code_map_.Put(new_method, code_map->second); in MoveObsoleteMethod() 1475 profiling_infos_.Put(method, info); in AddProfilingInfoInternal() 1631 it = jni_stubs_map_.Put(key, JniStubData{}); in NotifyCompilationOf() 1931 void ZygoteMap::Put(const void* code, ArtMethod* method) { in Put() function in art::jit::ZygoteMap
|
D | profile_saver.cc | 800 info_it = profile_cache_.Put( in FetchAndCacheResolvedClassesAndMethods() 1180 map->Put( in AddTrackedLocationsToMap() 1194 tracked_profiles_.Put(output_filename, ref_profile_filename); in AddTrackedLocations() 1264 auto resolved_locations_it = resolved_locations_map.Put( in ResolveTrackedLocations()
|
D | profiling_info_test.cc | 141 profile_methods_map->Put(method, pmi); in SaveProfilingInfoWithFakeInlineCaches()
|
/art/runtime/ |
D | oat_file.cc | 505 oat_dex_files_.Put(key, oat_dex_file); in Setup() 508 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup() 947 oat_dex_files_.Put(key, oat_dex_file); in Setup() 949 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup() 1628 oat_file->oat_dex_files_.Put(key, oat_dex_file); in Open() 1631 oat_file->oat_dex_files_.Put(canonical_key, oat_dex_file); in Open() 1672 store.Put(OatHeader::kCompilerFilter, CompilerFilter::NameOfFilter(CompilerFilter::kVerify)); in SetupHeader() 1673 store.Put(OatHeader::kCompilationReasonKey, "vdex"); in SetupHeader() 1674 store.Put(OatHeader::kConcurrentCopying, in SetupHeader()
|
/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/metrics/ |
D | reporter_test.cc | 68 current_report_->data.Put(counter_type, value); in ReportCounter()
|