/art/test/800-smali/smali/ |
D | b_23201502.smali | 11 aput v2 , v0, v1 # Put into null array. 21 aput-wide v2 , v0, v1 # Put into null array.
|
/art/compiler/optimizing/ |
D | side_effects_analysis.cc | 54 block_effects_.Put(block->GetBlockId(), effects); in Run() 85 loop_effects_.Put(id, loop_effects_.Get(id).Union(effects)); in UpdateLoopEffects()
|
D | nodes.cc | 75 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 …]
|
D | ssa_builder.h | 67 locals_for_.Put(block->GetBlockId(), locals); in GetLocalsFor()
|
D | locations.cc | 36 inputs_.Put(i, Location()); in LocationSummary()
|
D | gvn.cc | 332 sets_.Put(graph_->GetEntryBlock()->GetBlockId(), new (allocator_) ValueSet(allocator_)); in Run() 375 sets_.Put(block->GetBlockId(), set); in VisitBasicBlock()
|
D | ssa_builder.cc | 364 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()
|
D | ssa_liveness_analysis.cc | 80 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()
|
D | nodes.h | 439 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 …]
|
D | locations.h | 485 inputs_.Put(at, location); in SetInAt() 521 temps_.Put(at, location); in SetTempAt()
|
D | builder.cc | 146 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()
|
D | register_allocator.cc | 141 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/ |
D | verified_method.cc | 226 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()
|
D | pass_driver_me.h | 306 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()
|
D | verification_results.cc | 75 verified_methods_.Put(ref, verified_method); in ProcessVerifiedMethod()
|
/art/runtime/jit/ |
D | jit_code_cache.cc | 118 method_code_map_.Put(method, old_code_ptr); in SaveCompiledCode()
|
/art/runtime/verifier/ |
D | register_line.h | 309 reg_to_lock_depths_.Put(dst, it->second); in CopyRegToLockDepth() 329 reg_to_lock_depths_.Put(reg, 1 << depth); in SetRegToLockDepth()
|
/art/compiler/utils/ |
D | growable_array.h | 105 void Put(size_t index, T elem) { in Put() function
|
/art/runtime/ |
D | java_vm_ext.cc | 207 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()
|
D | safe_map.h | 90 iterator Put(const K& k, const V& v) { in Put() function
|
D | profiler.h | 107 void Put(ArtMethod* method);
|
/art/dex2oat/ |
D | dex2oat.cc | 1080 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/ |
D | oat_test.cc | 106 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art"); in TEST_F()
|
D | image_writer.cc | 311 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/ |
D | dex_file_method_inliner.cc | 443 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()
|