Home
last modified time | relevance | path

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

123

/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.h69 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.cc1359 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 …]
Dselect_generator.cc200 cache.Put(condition, select); in Run()
Doptimizing_unit_test.h159 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()
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()
/art/test/173-missing-field-type/smali/
DBadFieldGet.smali30 # Put an object in the register used for sget-object, the bug in mterp checked it was
/art/dex2oat/
Ddex2oat.cc498 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/
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/compiler/dex/
Dverification_results.cc72 verified_methods_.Put(ref, verified_method.get()); in ProcessVerifiedMethod()
/art/test/723-string-init-range/smali/
Dnew-instance.smali40 # Put the object in a register > 0xF, as the arm64 nterp implementation wrongly masked
/art/dex2oat/linker/
Dmulti_oat_relative_patcher.h66 method_offset_map_.map.Put(method_ref, offset + adjustment_); in SetOffset()
/art/compiler/utils/
Datomic_dex_ref_map-inl.h90 arrays_.Put(dex_file, std::move(ElementArray(NumberOfDexIndices(dex_file)))); in AddDexFile()
/art/runtime/jit/
Djit_code_cache.cc740 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
Dprofile_saver.cc800 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()
Dprofiling_info_test.cc141 profile_methods_map->Put(method, pmi); in SaveProfilingInfoWithFakeInlineCaches()
/art/runtime/
Doat_file.cc505 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/
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/metrics/
Dreporter_test.cc68 current_report_->data.Put(counter_type, value); in ReportCounter()

123