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

12

/art/compiler/optimizing/
H A Dlocations.cc28 inputs_.Put(i, Location());
H A Dssa_builder.cc78 current_locals_->Put(local, phi);
118 current_locals_->Put(local, value);
138 current_locals_->Put(store->GetLocal()->GetRegNumber(), store->InputAt(1));
H A Dssa_builder.h43 locals_for_.Put(block->GetBlockId(), env);
H A Dlocations.h281 inputs_.Put(at, location);
305 temps_.Put(at, location);
H A Dregister_allocator.cc96 physical_register_intervals_.Put(reg, interval);
619 spill_slots_.Put(slot, end);
622 spill_slots_.Put(slot, end);
623 spill_slots_.Put(slot + 1, end);
642 spill_slots_.Put(slot, end);
H A Dnodes.h318 successors_.Put(successor_index, new_block);
644 vregs_.Put(i, nullptr);
651 vregs_.Put(i, instruction);
659 vregs_.Put(index, instruction);
1152 inputs_.Put(index, input);
1279 inputs_.Put(index, input);
H A Dbuilder.cc78 locals_.Put(i, local);
239 branch_targets_.Put(0, block);
252 branch_targets_.Put(target, block);
258 branch_targets_.Put(dex_offset, block);
H A Dssa_liveness_analysis.cc148 block_infos_.Put(
/art/compiler/dex/
H A Dverification_results.cc76 verified_methods_.Put(ref, verified_method);
H A Dmir_graph.cc237 dex_pc_to_block_map_.Put(p->offset, bottom_block->id);
251 dex_pc_to_block_map_.Put(p->offset, bottom_block->id);
294 dex_pc_to_block_map_.Put(bb->start_offset, bb->id);
775 dex_pc_to_block_map_.Put(insn->offset, cur_block->id);
1495 block_id_map_.Put(block_id, block_id);
1681 topological_order_loop_ends_->Put(topological_order_indexes_->Get(bb->id), idx);
1753 topological_order_indexes_->Put(bb->id, idx);
2153 predecessors->Put(idx, new_parent);
H A Dverified_method.cc260 devirt_map_.Put(dex_pc, concrete_ref);
H A Dlocal_value_numbering.h108 map->Put(s_reg, value);
/art/compiler/utils/
H A Dgrowable_array.h142 void Put(size_t index, T elem) { function in class:art::GrowableArray
/art/runtime/verifier/
H A Dregister_line.h298 reg_to_lock_depths_.Put(dst, it->second);
316 reg_to_lock_depths_.Put(reg, 1 << depth);
/art/compiler/
H A Delf_writer_mclinker.cc266 added_symbols_.Put(&symbol, &symbol);
403 symbol_to_compiled_code_offset_.Put(&symbol, compiled_code_offset);
H A Doat_test.cc119 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art");
/art/runtime/jdwp/
H A Dobject_registry.cc84 id_to_entry_.Put(entry->id, entry);
/art/runtime/
H A Dprofiler.h107 void Put(mirror::ArtMethod* method);
H A Dsafe_map.h89 iterator Put(const K& k, const V& v) { function in class:art::SafeMap
H A Doat_file.cc345 oat_dex_files_.Put(key, oat_dex_file);
348 oat_dex_files_.Put(canonical_key, oat_dex_file);
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc374 INTRINSIC(SunMiscUnsafe, Put ## type, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
376 INTRINSIC(SunMiscUnsafe, Put ## type ## Volatile, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
690 inline_methods_.Put(method_idx, def.intrinsic);
699 inline_methods_.Put(method_idx, method);
H A Dralloc_util.cc87 m2l_->reginfo_map_.Put(reg.GetReg(), info);
92 m2l_->reginfo_map_.Put(reg.GetReg(), info);
97 m2l_->reginfo_map_.Put(reg.GetReg(), info);
102 m2l_->reginfo_map_.Put(reg.GetReg(), info);
130 m2l_->reginfo_map_.Put(RegStorage::InvalidReg().GetReg(), invalid_reg);
/art/runtime/gc/accounting/
H A Dmod_union_table.cc287 references_.Put(card, cards_references);
/art/dex2oat/
H A Ddex2oat.cc426 key_value_store->Put(OatHeader::kImageLocationKey, image_file_location);
1534 key_value_store->Put(OatHeader::kDex2OatCmdLineKey, oss.str());
1537 key_value_store->Put(OatHeader::kDex2OatHostKey, oss.str());
1538 key_value_store->Put(OatHeader::kPicKey, compile_pic ? "true" : "false");
/art/runtime/base/
H A Dmutex.cc231 most_common_blocked.Put(blocked_tid, count);
237 most_common_blocker.Put(owner_tid, count);

Completed in 351 milliseconds

12