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

/art/compiler/dex/
H A Dlocal_value_numbering.h51 value_map_.Put(key, res);
68 memory_version_map_.Put(key, res);
79 memory_version_map_.Put(key, 0);
90 sreg_value_map_.Put(s_reg, value);
102 sreg_value_map_.Put(s_reg, res);
112 sreg_wide_value_map_.Put(s_reg, value);
124 sreg_wide_value_map_.Put(s_reg, res);
H A Dgrowable_array.h124 void Put(size_t index, T elem) { function in class:art::GrowableArray
H A Dmir_graph.cc153 block_map_.Put(bottom_block->start_offset, bottom_block);
240 block_map_.Put(bb->start_offset, bb);
562 block_map_.Put(cur_block->start_offset, cur_block);
1152 block_id_map_.Put(block_id, block_id);
H A Dmir_dataflow.cc1250 use_counts_.Put(s_reg, use_counts_.Get(s_reg) + (1 << weight));
1269 use_counts_.Put(method_sreg_, use_counts_.Get(method_sreg_) + (1 << weight));
/art/runtime/
H A Dsafe_map.h71 void Put(const K& k, const V& v) { function in class:art::SafeMap
H A Doat_file.cc303 oat_dex_files_.Put(dex_file_location, new OatDexFile(this,
H A Dzip_archive.cc551 dir_entries_.Put(StringPiece(name, name_len), ptr);
H A Druntime.cc1282 compile_time_class_paths_.Put(class_loader, class_path);
H A Djni_internal.cc569 void Put(const std::string& path, SharedLibrary* library) { function in class:art::Libraries
570 libraries_.Put(path, library);
3186 libraries->Put(path, library);
H A Ddex_file_verifier.cc1129 offset_to_type_map_.Put(aligned_offset, type);
H A Dclass_linker.cc3247 field_map.Put(i, ResolveField(dex_file, it.GetMemberIndex(), c->GetDexCache(), cl, true));
/art/runtime/verifier/
H A Dregister_line.h301 reg_to_lock_depths_.Put(dst, it->second);
319 reg_to_lock_depths_.Put(reg, 1 << depth);
H A Dmethod_verifier.cc71 pc_to_register_line_.Put(i, new RegisterLine(registers_size, verifier));
3980 pc_to_concrete_method_map->Put(dex_pc, concrete_ref);
4084 dex_gc_maps_->Put(ref, &gc_map);
4098 safecast_map_->Put(ref, cast_set);
4135 devirt_maps_->Put(ref, devirt_map);
/art/compiler/
H A Delf_writer_mclinker.cc262 added_symbols_.Put(&symbol, &symbol);
397 symbol_to_compiled_code_offset_.Put(&symbol, compiled_code_offset);
H A Dimage_writer.h77 offsets_.Put(object, offset);
H A Doat_writer.cc315 code_offsets_.Put(&code, code_offset);
335 mapping_table_offsets_.Put(&mapping_table, mapping_table_offset);
350 vmap_table_offsets_.Put(&vmap_table, vmap_table_offset);
383 gc_map_offsets_.Put(&gc_map, gc_map_offset);
/art/runtime/jdwp/
H A Dobject_registry.cc75 id_to_entry_.Put(entry.id, &entry);
/art/runtime/gc/accounting/
H A Dmod_union_table.cc260 references_.Put(card, cards_references);
/art/runtime/gc/space/
H A Dlarge_object_space.cc67 mem_maps_.Put(obj, mem_map);
/art/runtime/base/
H A Dmutex.cc257 most_common_blocked.Put(blocked_tid, count);
263 most_common_blocker.Put(owner_tid, count);
/art/compiler/dex/portable/
H A Dmir_to_gbc.cc73 llvm_values_.Put(s_reg, val);
1845 id_to_block_map_.Put(bb->id, NULL);
1859 id_to_block_map_.Put(bb->id, llvm_bb);
/art/runtime/hprof/
H A Dhprof.cc607 strings_.Put(string, id);
/art/compiler/dex/quick/
H A Dcodegen_util.cc895 boundary_map_.Put(offset, res);
/art/oatdump/
H A Doatdump.cc1135 sizes_and_counts.Put(descriptor, SizeAndCount(object_bytes, 1));
/art/compiler/driver/
H A Dcompiler_driver.cc2330 compiled_methods_.Put(ref, compiled_method);

Completed in 7352 milliseconds