Home
last modified time | relevance | path

Searched refs:Put (Results 1 – 25 of 41) 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/dex/
Dverified_method.cc108 dequicken_map_.Put(dex_pc, DexFileReference(method->GetDexFile(), in GenerateDequickenMap()
122 dequicken_map_.Put(dex_pc, DexFileReference(field->GetDexFile(), field->GetDexFieldIndex())); in GenerateDequickenMap()
199 devirt_map_.Put(dex_pc, concrete_method->ToMethodReference()); in GenerateDevirtMap()
Dverification_results.cc73 verified_methods_.Put(ref, verified_method); in ProcessVerifiedMethod()
/art/compiler/optimizing/
Dgraph_visualizer.h67 instruction_intervals_.Put(instr, {start, end}); in AddInstructionInterval()
Dblock_builder.cc265 try_block_info.Put(block->GetBlockId(), DexFile::GetTryItems(code_item_, try_item_idx)); in InsertTryBoundaryBlocks()
302 catch_blocks.Put(address, catch_block); in InsertTryBoundaryBlocks()
Dinduction_var_analysis.cc150 map_.Put(instruction, NodeInfo(d1)); in VisitNode()
294 cycle_.Put(instruction, update); in ClassifyNonTrivial()
806 it = induction_.Put(loop, in AssignInfo()
811 it->second.Put(instruction, info); in AssignInfo()
Dbounds_check_elimination.cc887 first_index_bounds_check_map_.Put(array_length->GetId(), bounds_check); in VisitBoundsCheck()
1408 early_exit_loop_.Put(loop_id, true); in IsEarlyExitLoop()
1413 early_exit_loop_.Put(loop_id, false); in IsEarlyExitLoop()
1617 taken_test_loop_.Put(loop_id, true_block); in TransformLoopForDeoptimizationIfNeeded()
/art/runtime/
Dsafe_map.h91 iterator Put(const K& k, const V& v) { in Put() function
96 iterator Put(const K& k, V&& v) { in Put() function
Dprofiler.h107 void Put(ArtMethod* method) REQUIRES(!lock_);
Djava_vm_ext.cc229 void Put(const std::string& path, SharedLibrary* library) in Put() function in art::Libraries
231 libraries_.Put(path, library); in Put()
828 libraries_->Put(path, library); in LoadNativeLibrary()
Dprofiler.cc445 profile_table_.Put(method); in RecordMethod()
494 void ProfileSampleResults::Put(ArtMethod* method) { in Put() function in art::ProfileSampleResults
/art/compiler/linker/
Dmulti_oat_relative_patcher.h64 method_offset_map_.map.Put(method_ref, offset + adjustment_); in SetOffset()
Drelative_patcher_test.h118 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset); in Link()
/art/runtime/verifier/
Dregister_line.h361 reg_to_lock_depths_.Put(dst, it->second); in CopyRegToLockDepth()
381 reg_to_lock_depths_.Put(reg, 1 << depth); in SetRegToLockDepth()
/art/dex2oat/
Ddex2oat.cc1019 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in InsertCompileOptions()
1022 key_value_store_->Put(OatHeader::kDex2OatHostKey, oss.str()); in InsertCompileOptions()
1023 key_value_store_->Put( in InsertCompileOptions()
1026 key_value_store_->Put( in InsertCompileOptions()
1029 key_value_store_->Put( in InsertCompileOptions()
1032 key_value_store_->Put(OatHeader::kCompilerFilter, in InsertCompileOptions()
1034 key_value_store_->Put(OatHeader::kHasPatchInfoKey, in InsertCompileOptions()
1318 key_value_store_->Put(OatHeader::kBootClassPathKey, GetMultiImageBootClassPath()); in Setup()
1343 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location); in Setup()
1369 key_value_store_->Put(OatHeader::kClassPathKey, encoded_class_path); in Setup()
/art/compiler/linker/x86_64/
Drelative_patcher_x86_64_test.cc156 string_index_to_offset_map_.Put(kStringIndex, kStringOffset); in TEST_F()
/art/compiler/linker/x86/
Drelative_patcher_x86_test.cc145 string_index_to_offset_map_.Put(kStringIndex, kStringOffset); in TEST_F()
/art/compiler/
Doat_test.cc370 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art"); in TEST_F()
501 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TEST_F()
562 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TestDexFileInput()
664 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TestZipFileInput()
/art/compiler/dex/quick/
Ddex_file_method_inliner.cc610 INTRINSIC(SunMiscUnsafe, Put ## type, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
612 INTRINSIC(SunMiscUnsafe, Put ## type ## Volatile, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
825 inline_methods_.Put(method_idx, def.intrinsic); in FindIntrinsics()
834 inline_methods_.Put(method_idx, method); in AddInlineMethod()
/art/runtime/jit/
Doffline_profiling_info.cc246 info_it = info_.Put(dex_location, DexFileData(checksum)); in GetOrAddDexFileData()
539 info_it = info_.Put(other_dex_location, DexFileData(other_dex_data.checksum)); in MergeWith()
Dprofile_saver.cc191 info_it = profile_cache_.Put(filename, ProfileCompilationInfo()); in GetCachedProfiledInfo()
491 tracked_dex_base_locations_.Put(output_filename, in AddTrackedLocations()
Djit_code_cache.cc353 method_code_map_.Put(code_ptr, method); in CommitCodeInternal()
356 osr_code_map_.Put(method, code_ptr); in CommitCodeInternal()
/art/runtime/gc/
Dallocation_record.h223 void Put(mirror::Object* obj, AllocRecord&& record) in Put() function
Dallocation_record.cc307 Put(*obj, AllocRecord(byte_count, (*obj)->GetClass(), std::move(trace))); in RecordAllocation()
/art/runtime/jdwp/
Dobject_registry.cc114 id_to_entry_.Put(entry->id, entry); in InternalAdd()

12