Home
last modified time | relevance | path

Searched refs:Put (Results 26 – 50 of 50) sorted by relevance

12

/art/dex2oat/linker/
Drelative_patcher_test.h139 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset); in Link()
Dimage_test.h228 key_value_store.Put(OatHeader::kBootClassPathKey, in DoCompile()
Doat_writer_test.cc444 key_value_store.Put(OatHeader::kBootClassPathChecksumsKey, "testkey"); in TEST_F()
Doat_writer.cc944 refs_it = references->Put( in AddBssReference()
2444 &quicken_info_offset_indices_.Put(dex_file, std::vector<uint32_t>())->second; in VisitDexMethods()
Dimage_writer.cc665 image_info.dex_cache_array_starts_.Put( in PrepareDexCacheArraySlots()
/art/runtime/base/
Dmutex.cc343 most_common_blocked.Put(blocked_tid, count); in DumpContention()
349 most_common_blocker.Put(owner_tid, count); in DumpContention()
/art/test/800-smali/smali/
Db_22881413.smali75 # 2) Put the else cases after all if cases. That way there are backward gotos that will lead
/art/runtime/jit/
Djit_code_cache.h124 void Put(const void* code, ArtMethod* method) REQUIRES(Locks::jit_lock_);
/art/libprofile/profile/
Dprofile_compilation_info_test.cc1037 ic_map->Put(dex_pc, dex_pc_data); in TEST_F()
1044 ic_map->Put(dex_pc, dex_pc_data); in TEST_F()
1051 ic_map->Put(dex_pc, dex_pc_data); in TEST_F()
1057 ic_map->Put(dex_pc, dex_pc_data); in TEST_F()
Dprofile_compilation_info.cc1448 dex_profile_index_remap->Put(i, dex_data->profile_index); in RemapProfileIndex()
1549 dex_profile_index_remap.Put(other_dex_data->profile_index, dex_data->profile_index); in MergeWith()
2190 profile_key_map_.Put(MigrateAnnotationInfo(new_profile_key, dex_data->profile_key), in UpdateProfileKeys()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.cc415 auto it = thunks_.Put(key, ThunkDataForPatch(patch, max_next_offset)); in ProcessPatches()
Drelative_patcher_thumb2_test.cc357 string_index_to_offset_map_.Put(kStringIndex, string_entry_offset); in TestStringBssEntry()
368 string_index_to_offset_map_.Put(kStringIndex, string_offset); in TestStringReference()
/art/compiler/optimizing/
Dcode_generator_x86.h520 method_address_offset_.Put(method_base->GetId(), offset); in AddMethodAddressOffset()
Dcode_generator.h964 iter = slow_path_map_.Put(dex_pc, in NewSlowPath()
Dinstruction_builder.cc2300 class_cache_.Put(type_index, h_klass); in ResolveClass()
/art/runtime/gc/accounting/
Dmod_union_table.cc439 references_.Put(card, cards_references); in UpdateAndMarkReferences()
/art/runtime/hprof/
Dhprof.cc617 classes_.Put(c, sn); in LookupClassId()
652 strings_.Put(string, id); in LookupStringId()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc63 ret.Put(i, array[i]); in MakeUsageMap()
/art/runtime/gc/space/
Dlarge_object_space.cc152 large_objects_.Put(obj, LargeObject {std::move(mem_map), false /* not zygote */}); in Alloc()
Dimage_space.cc1058 intern_remap->Put(new_it->Read<kWithoutReadBarrier>(), old_s.Read<kWithoutReadBarrier>()); in RemoveDuplicates()
1066 intern_remap->Put(new_it->Read<kWithoutReadBarrier>(), in RemoveDuplicates()
/art/runtime/arch/arm/
Dquick_entrypoints_arm.S2586 vmov d0, r0, r1 @ Put result r0:r1 into floating point return register.
2600 vmov d0, r0, r1 @ Put result r0:r1 into floating point return register.
/art/runtime/
Dclass_loader_context.cc691 remap.Put(info.original_classpath[k], stored_info->classpath[k]); in EncodeContextInternal()
Dclass_linker.cc1788 intern_remap.Put(string.Ptr(), existing.Ptr()); in HandleAppImageStrings()
1801 intern_remap.Put(it->Read(), existing.Ptr()); in HandleAppImageStrings()
/art/runtime/gc/
Dheap.cc3990 mod_union_tables_.Put(mod_union_table->GetSpace(), mod_union_table); in AddModUnionTable()
4015 remembered_sets_.Put(space, remembered_set); in AddRememberedSet()
/art/oatdump/
Doatdump.cc2511 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes_in, 1)); in Update()

12