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

12

/art/compiler/optimizing/
H A Dside_effects_analysis.cc54 block_effects_.Put(block->GetBlockId(), effects);
85 loop_effects_.Put(id, loop_effects_.Get(id).Union(effects));
H A Dlocations.cc36 inputs_.Put(i, Location());
H A Dssa_builder.h67 locals_for_.Put(block->GetBlockId(), locals);
H A Dnodes.cc75 blocks_.Put(i, nullptr);
238 header->predecessors_.Put(pred, to_swap);
239 header->predecessors_.Put(0, predecessor);
942 successor->predecessors_.Put(successor->GetPredecessorIndexOf(this), new_block);
1202 blocks->Put(j, blocks->Get(i));
1221 blocks_.Put(block->GetBlockId(), nullptr);
1227 // Put the body block's instruction into `invoke`'s block.
1325 outer_graph->reverse_post_order_.Put(++index_of_at, current);
1338 outer_graph->reverse_post_order_.Put(++index_of_at, to);
1448 reverse_post_order_.Put(index_of_heade
[all...]
H A Dgvn.cc332 sets_.Put(graph_->GetEntryBlock()->GetBlockId(), new (allocator_) ValueSet(allocator_));
375 sets_.Put(block->GetBlockId(), set);
H A Dssa_builder.cc364 current_locals_->Put(local, phi);
404 current_locals_->Put(local, value);
549 current_locals_->Put(store->GetLocal()->GetRegNumber(), store->InputAt(1));
H A Dssa_liveness_analysis.cc80 forward_predecessors.Put(block->GetBlockId(), number_of_forward_predecessors);
99 forward_predecessors.Put(block_id, number_of_remaining_predecessors - 1);
161 block_infos_.Put(
H A Dlocations.h485 inputs_.Put(at, location);
521 temps_.Put(at, location);
H A Dnodes.h439 back_edges_.Put(i, new_back_edge);
546 dominated_blocks_.Put(i, new_block);
576 successors_.Put(successor_index, new_block);
584 predecessors_.Put(predecessor_index, new_block);
595 successor->predecessors_.Put(predecessor_index, this);
596 predecessor->successors_.Put(successor_index, this);
621 predecessors_.Put(0, predecessors_.Get(1));
622 predecessors_.Put(1, temp);
628 successors_.Put(0, successors_.Get(1));
629 successors_.Put(
[all...]
H A Dregister_allocator.cc141 physical_core_register_intervals_.Put(reg, interval);
143 physical_fp_register_intervals_.Put(reg, interval);
1266 spill_slots->Put(slot, end);
1269 spill_slots->Put(slot, end);
1270 spill_slots->Put(slot + 1, end);
1277 spill_slots->Put(slot, end);
H A Dbuilder.cc146 locals_.Put(i, local);
306 branch_targets_.Put(address, block);
362 branch_targets_.Put(0, block);
376 branch_targets_.Put(target, block);
389 branch_targets_.Put(dex_pc, block);
406 branch_targets_.Put(target, block);
412 branch_targets_.Put(table.GetDexPcForIndex(i), block);
426 branch_targets_.Put(dex_pc, block);
/art/compiler/dex/
H A Dverification_results.cc75 verified_methods_.Put(ref, verified_method);
H A Dpass_driver_me.h306 settings_to_fill.Put(setting_name, OptionContent(int_value));
309 settings_to_fill.Put(setting_name, OptionContent(setting_string.c_str()));
H A Dverified_method.cc224 // failure. Put the dex method index in the dequicken map since we need this to get number of
226 dequicken_map_.Put(dex_pc, DexFileReference(method->GetDexFile(),
237 // failure. Put the dex field index in the dequicken map since we need this for lowering
240 dequicken_map_.Put(dex_pc, DexFileReference(field->GetDexFile(), field->GetDexFieldIndex()));
316 devirt_map_.Put(dex_pc, concrete_method->ToMethodReference());
/art/runtime/jit/
H A Djit_code_cache.cc50 // Put data at the start.
118 method_code_map_.Put(method, old_code_ptr);
/art/compiler/utils/
H A Dgrowable_array.h105 void Put(size_t index, T elem) { function in class:art::GrowableArray
/art/runtime/verifier/
H A Dregister_line.h309 reg_to_lock_depths_.Put(dst, it->second);
329 reg_to_lock_depths_.Put(reg, 1 << depth);
/art/compiler/
H A Doat_test.cc106 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art");
/art/runtime/
H A Dprofiler.h107 void Put(ArtMethod* method);
H A Dsafe_map.h90 iterator Put(const K& k, const V& v) { function in class:art::SafeMap
H A Djava_vm_ext.cc207 void Put(const std::string& path, SharedLibrary* library) { function in class:art::Libraries
208 libraries_.Put(path, library);
678 libraries_->Put(path, library);
/art/dex2oat/
H A Ddex2oat.cc1080 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str());
1083 key_value_store_->Put(OatHeader::kDex2OatHostKey, oss.str());
1084 key_value_store_->Put(OatHeader::kPicKey,
1086 key_value_store_->Put(OatHeader::kDebuggableKey,
1375 key_value_store_->Put(OatHeader::kClassPathKey,
1496 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location);
/art/compiler/dex/quick/
H A Ddex_file_method_inliner.cc443 INTRINSIC(SunMiscUnsafe, Put ## type, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
445 INTRINSIC(SunMiscUnsafe, Put ## type ## Volatile, ObjectJ ## code ## _V, kIntrinsicUnsafePut, \
818 inline_methods_.Put(method_idx, def.intrinsic);
827 inline_methods_.Put(method_idx, method);
/art/compiler/linker/
H A Drelative_patcher_test.h98 method_offset_map_.map.Put(compiled_method_refs_[idx], quick_code_offset);
/art/runtime/jdwp/
H A Dobject_registry.cc114 id_to_entry_.Put(entry->id, entry);

Completed in 2508 milliseconds

12