Home
last modified time | relevance | path

Searched refs:Put (Results 1 – 25 of 47) 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/optimizing/
Dside_effects_analysis.cc54 block_effects_.Put(block->GetBlockId(), effects); in Run()
85 loop_effects_.Put(id, loop_effects_.Get(id).Union(effects)); in UpdateLoopEffects()
Dnodes.cc75 blocks_.Put(i, nullptr); in RemoveDeadBlocks()
238 header->predecessors_.Put(pred, to_swap); in SimplifyLoop()
239 header->predecessors_.Put(0, predecessor); in SimplifyLoop()
942 successor->predecessors_.Put(successor->GetPredecessorIndexOf(this), new_block); in SplitAfter()
1202 blocks->Put(j, blocks->Get(i)); in MakeRoomFor()
1221 blocks_.Put(block->GetBlockId(), nullptr); in DeleteDeadBlock()
1325 outer_graph->reverse_post_order_.Put(++index_of_at, current); in InlineInto()
1338 outer_graph->reverse_post_order_.Put(++index_of_at, to); in InlineInto()
1448 reverse_post_order_.Put(index_of_header++, if_block); in TransformLoopHeaderForBCE()
1449 reverse_post_order_.Put(index_of_header++, dummy_block); in TransformLoopHeaderForBCE()
[all …]
Dssa_builder.h67 locals_for_.Put(block->GetBlockId(), locals); in GetLocalsFor()
Dlocations.cc36 inputs_.Put(i, Location()); in LocationSummary()
Dgvn.cc332 sets_.Put(graph_->GetEntryBlock()->GetBlockId(), new (allocator_) ValueSet(allocator_)); in Run()
375 sets_.Put(block->GetBlockId(), set); in VisitBasicBlock()
Dssa_builder.cc364 current_locals_->Put(local, phi); in VisitBasicBlock()
404 current_locals_->Put(local, value); in VisitBasicBlock()
549 current_locals_->Put(store->GetLocal()->GetRegNumber(), store->InputAt(1)); in VisitStoreLocal()
Dssa_liveness_analysis.cc80 forward_predecessors.Put(block->GetBlockId(), number_of_forward_predecessors); in LinearizeGraph()
99 forward_predecessors.Put(block_id, number_of_remaining_predecessors - 1); in LinearizeGraph()
161 block_infos_.Put( in ComputeLiveness()
Dnodes.h439 back_edges_.Put(i, new_back_edge); in ReplaceBackEdge()
546 dominated_blocks_.Put(i, new_block); in ReplaceDominatedBlock()
576 successors_.Put(successor_index, new_block); in ReplaceSuccessor()
584 predecessors_.Put(predecessor_index, new_block); in ReplacePredecessor()
595 successor->predecessors_.Put(predecessor_index, this); in InsertBetween()
596 predecessor->successors_.Put(successor_index, this); in InsertBetween()
621 predecessors_.Put(0, predecessors_.Get(1)); in SwapPredecessors()
622 predecessors_.Put(1, temp); in SwapPredecessors()
628 successors_.Put(0, successors_.Get(1)); in SwapSuccessors()
629 successors_.Put(1, temp); in SwapSuccessors()
[all …]
Dlocations.h485 inputs_.Put(at, location); in SetInAt()
521 temps_.Put(at, location); in SetTempAt()
Dbuilder.cc146 locals_.Put(i, local); in InitializeLocals()
306 branch_targets_.Put(address, block); in BuildGraph()
362 branch_targets_.Put(0, block); in ComputeBranchTargets()
376 branch_targets_.Put(target, block); in ComputeBranchTargets()
389 branch_targets_.Put(dex_pc, block); in ComputeBranchTargets()
406 branch_targets_.Put(target, block); in ComputeBranchTargets()
412 branch_targets_.Put(table.GetDexPcForIndex(i), block); in ComputeBranchTargets()
426 branch_targets_.Put(dex_pc, block); in ComputeBranchTargets()
Dregister_allocator.cc141 physical_core_register_intervals_.Put(reg, interval); in BlockRegister()
143 physical_fp_register_intervals_.Put(reg, interval); in BlockRegister()
1266 spill_slots->Put(slot, end); in AllocateSpillSlotFor()
1269 spill_slots->Put(slot, end); in AllocateSpillSlotFor()
1270 spill_slots->Put(slot + 1, end); in AllocateSpillSlotFor()
1277 spill_slots->Put(slot, end); in AllocateSpillSlotFor()
/art/compiler/dex/
Dverified_method.cc226 dequicken_map_.Put(dex_pc, DexFileReference(method->GetDexFile(), in GenerateDequickenMap()
240 dequicken_map_.Put(dex_pc, DexFileReference(field->GetDexFile(), field->GetDexFieldIndex())); in GenerateDequickenMap()
316 devirt_map_.Put(dex_pc, concrete_method->ToMethodReference()); in GenerateDevirtMap()
Dpass_driver_me.h306 settings_to_fill.Put(setting_name, OptionContent(int_value)); in FillOverriddenPassSettings()
309 settings_to_fill.Put(setting_name, OptionContent(setting_string.c_str())); in FillOverriddenPassSettings()
Dverification_results.cc75 verified_methods_.Put(ref, verified_method); in ProcessVerifiedMethod()
/art/runtime/jit/
Djit_code_cache.cc118 method_code_map_.Put(method, old_code_ptr); in SaveCompiledCode()
/art/runtime/verifier/
Dregister_line.h309 reg_to_lock_depths_.Put(dst, it->second); in CopyRegToLockDepth()
329 reg_to_lock_depths_.Put(reg, 1 << depth); in SetRegToLockDepth()
/art/compiler/utils/
Dgrowable_array.h105 void Put(size_t index, T elem) { in Put() function
/art/runtime/
Djava_vm_ext.cc207 void Put(const std::string& path, SharedLibrary* library) { in Put() function in art::Libraries
208 libraries_.Put(path, library); in Put()
678 libraries_->Put(path, library); in LoadNativeLibrary()
Dsafe_map.h90 iterator Put(const K& k, const V& v) { in Put() function
Dprofiler.h107 void Put(ArtMethod* method);
/art/dex2oat/
Ddex2oat.cc1080 key_value_store_->Put(OatHeader::kDex2OatCmdLineKey, oss.str()); in ParseArgs()
1083 key_value_store_->Put(OatHeader::kDex2OatHostKey, oss.str()); in ParseArgs()
1084 key_value_store_->Put(OatHeader::kPicKey, in ParseArgs()
1086 key_value_store_->Put(OatHeader::kDebuggableKey, in ParseArgs()
1375 key_value_store_->Put(OatHeader::kClassPathKey, in Compile()
1496 key_value_store_->Put(OatHeader::kImageLocationKey, image_file_location); in CreateOatFile()
/art/compiler/
Doat_test.cc106 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art"); in TEST_F()
Dimage_writer.cc311 dex_cache_array_starts_.Put(dex_file, size); in PrepareDexCacheArraySlots()
318 dex_cache_array_indexes_.Put( in PrepareDexCacheArraySlots()
321 dex_cache_array_indexes_.Put( in PrepareDexCacheArraySlots()
325 dex_cache_array_indexes_.Put( in PrepareDexCacheArraySlots()
329 dex_cache_array_indexes_.Put( in PrepareDexCacheArraySlots()
/art/compiler/dex/quick/
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); in FindIntrinsics()
827 inline_methods_.Put(method_idx, method); in AddInlineMethod()

12