Home
last modified time | relevance | path

Searched refs:GetId (Results 1 – 25 of 36) sorted by relevance

12

/art/compiler/optimizing/
Dgraph_checker.cc157 last_instruction->GetId())); in VisitBasicBlock()
174 current->GetId())); in VisitBasicBlock()
191 current->GetId())); in VisitBasicBlock()
248 try_entry.GetId())); in VisitBasicBlock()
265 stored_try_entry.GetId(), in VisitBasicBlock()
272 stored_try_entry.GetId(), in VisitBasicBlock()
274 incoming_try_entry->GetId(), in VisitBasicBlock()
282 incoming_try_entry->GetId(), in VisitBasicBlock()
298 check->GetId())); in VisitBoundsCheck()
326 try_boundary->GetId(), in VisitTryBoundary()
[all …]
Dpretty_printer.h32 PrintInt(instruction->GetId()); in PrintPreInstruction()
53 PrintInt(input->GetId()); in PrintPostInstruction()
66 PrintInt(use.GetUser()->GetId()); in PrintPostInstruction()
134 PrintInt(gota->GetId()); in VisitGoto()
Dcode_sinking.cc130 !processed_instructions.IsBitSet(instruction->GetId()) && in AddInstruction()
317 if (processed_instructions.IsBitSet(instruction->GetId())) { in SinkCodeToUncommonBranch()
329 !instructions_that_can_move.IsBitSet(user->GetId())) { in SinkCodeToUncommonBranch()
336 if (processed_instructions.IsBitSet(user->GetId()) || in SinkCodeToUncommonBranch()
365 processed_instructions.SetBit(instruction->GetId()); in SinkCodeToUncommonBranch()
370 instructions_that_can_move.SetBit(instruction->GetId()); in SinkCodeToUncommonBranch()
372 processed_instructions.SetBit(instruction->GetId()); in SinkCodeToUncommonBranch()
409 if (!instructions_that_can_move.IsBitSet(instruction->InputAt(0)->GetId())) { in SinkCodeToUncommonBranch()
Dssa_phi_elimination.cc169 visited_phis_in_cycle.SetBit(phi->GetId()); in Run()
199 if (!visited_phis_in_cycle.IsBitSet(input->GetId())) { in Run()
201 visited_phis_in_cycle.SetBit(input->GetId()); in Run()
250 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) { in Run()
Dload_store_analysis.cc161 if ((escape->IsPhi() || escape->IsSelect()) && !seen_instructions.IsBitSet(escape->GetId())) { in CollectPartialEscapes()
162 seen_instructions.SetBit(escape->GetId()); in CollectPartialEscapes()
190 if (ri == nullptr || seen_instructions[ri->GetReference()->GetId()]) { in DumpReferenceStats()
194 seen_instructions[instruction->GetId()] = true; in DumpReferenceStats()
Dcode_generator_vector_arm_vixl.cc164 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecCnv()
469 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecDiv()
582 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecAndNot()
814 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecMultiplyAccumulate()
858 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecDotProd()
862 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecDotProd()
1052 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredSetAll()
1057 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredSetAll()
1062 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredWhile()
1067 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredWhile()
[all …]
Dgraph_visualizer.cc650 input_list.NewEntryStream() << DataType::TypeId(input->GetType()) << input->GetId(); in PrintInstruction()
674 vregs.NewEntryStream() << DataType::TypeId(insn->GetType()) << insn->GetId(); in PrintInstruction()
765 << instruction->DebugName() << instruction->GetId() << " has invalid rti " in PrintInstruction()
789 << DataType::TypeId(instruction->GetType()) << instruction->GetId() << " "; in PrintInstructions()
882 output_ << DataType::TypeId(instruction->GetType()) << instruction->GetId() << " "; in Run()
922 output_ << instruction->GetId() << " " << DataType::TypeId(instruction->GetType()) in VisitBasicBlock()
923 << instruction->GetId() << "[ "; in VisitBasicBlock()
925 output_ << input->GetId() << " "; in VisitBasicBlock()
Dcode_generator_vector_arm64_sve.cc474 LOG(FATAL) << "Unsupported SIMD instruction " << instruction->GetId(); in VisitVecSaturationAdd()
479 LOG(FATAL) << "Unsupported SIMD instruction " << instruction->GetId(); in VisitVecSaturationAdd()
484 LOG(FATAL) << "Unsupported SIMD instruction " << instruction->GetId(); in VisitVecHalvingAdd()
489 LOG(FATAL) << "Unsupported SIMD instruction " << instruction->GetId(); in VisitVecHalvingAdd()
533 LOG(FATAL) << "Unsupported SIMD instruction " << instruction->GetId(); in VisitVecSaturationSub()
538 LOG(FATAL) << "Unsupported SIMD instruction " << instruction->GetId(); in VisitVecSaturationSub()
609 LOG(FATAL) << "Unsupported SIMD instruction " << instruction->GetId(); in VisitVecMin()
614 LOG(FATAL) << "Unsupported SIMD instruction " << instruction->GetId(); in VisitVecMin()
619 LOG(FATAL) << "Unsupported SIMD instruction " << instruction->GetId(); in VisitVecMax()
624 LOG(FATAL) << "Unsupported SIMD instruction " << instruction->GetId(); in VisitVecMax()
[all …]
Dload_store_elimination.cc677 DCHECK_LT(static_cast<size_t>(value.GetInstruction()->GetId()), in ReplacementOrValue()
680 substitute_instructions_for_loads_[value.GetInstruction()->GetId()]; in ReplacementOrValue()
748 size_t id = static_cast<size_t>(instruction->GetId()); in FindSubstitute()
780 substitute_instructions_for_loads_[load->GetId()] = in AddRemovedLoad()
826 kept_stores_.SetBit(instruction->GetId()); in KeepStores()
1428 return os << "Instruction[id: " << GetInstruction()->GetId() in Dump()
1822 !kept_stores_.IsBitSet(record.stored_by.GetInstruction()->GetId())); in VisitSetLocation()
1829 kept_stores_.SetBit(instruction->GetId()); in VisitSetLocation()
2670 << " id: " << stored_by.GetInstruction()->GetId() << " block: " in SearchPhiPlaceholdersForKeptStores()
2674 not_kept_stores->SetBit(stored_by.GetInstruction()->GetId()); in SearchPhiPlaceholdersForKeptStores()
[all …]
Dcode_generator_x86.h191 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86()
225 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86()
544 method_address_offset_.Put(method_base->GetId(), offset); in AddMethodAddressOffset()
548 return method_address_offset_.Get(method_base->GetId()); in GetMethodAddressOffset()
Dgraph_test.cc287 ASSERT_NE(first_instruction->GetId(), -1); in TEST_F()
300 ASSERT_NE(second_instruction->GetId(), -1); in TEST_F()
Dcode_generator_vector_x86_64.cc1164 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecMultiplyAccumulate()
1173 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecSADAccumulate()
1358 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredSetAll()
1363 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredSetAll()
1368 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredWhile()
1373 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredWhile()
1378 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredCondition()
1383 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredCondition()
Dcode_generator_vector_x86.cc1191 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecMultiplyAccumulate()
1200 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecSADAccumulate()
1385 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredSetAll()
1390 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredSetAll()
1395 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredWhile()
1400 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredWhile()
1405 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredCondition()
1410 LOG(FATAL) << "No SIMD for " << instruction->GetId(); in VisitVecPredCondition()
Dnodes.cc1147 DCHECK_EQ(replacement->GetId(), -1); in ReplaceAndRemoveInstructionWith()
1168 DCHECK_EQ(instruction->GetId(), -1); in Add()
1186 DCHECK_EQ(instruction->GetId(), -1); in InsertInstructionBefore()
1187 DCHECK_NE(cursor->GetId(), -1); in InsertInstructionBefore()
1199 DCHECK_EQ(instruction->GetId(), -1); in InsertInstructionAfter()
1200 DCHECK_NE(cursor->GetId(), -1); in InsertInstructionAfter()
1211 DCHECK_EQ(phi->GetId(), -1); in InsertPhiAfter()
1212 DCHECK_NE(cursor->GetId(), -1); in InsertPhiAfter()
1338 visited.SetBit(GetId()); in Dump()
1352 if (!visited.IsBitSet(instruction->GetId())) { in Dump()
[all …]
Dregister_allocation_resolver.cc392 << '(' << interval->GetDefinedBy()->GetId() << ')' in ConnectSiblings()
394 << '(' << safepoint_position->GetInstruction()->GetId() << ')'; in ConnectSiblings()
447 << defined_by->DebugName() << ":" << defined_by->GetId() in ConnectSplitSiblings()
Dssa_liveness_analysis.cc117 << "Instruction " << current->DebugName() << current->GetId() in RecursivelyProcessInputs()
119 << input->DebugName() << input->GetId() << " does not produce one."; in RecursivelyProcessInputs()
Dbounds_check_elimination.cc584 if (map->find(instruction->GetId()) != map->end()) { in LookupValueRange()
585 return map->Get(instruction->GetId()); in LookupValueRange()
599 GetValueRangeMap(basic_block)->Overwrite(instruction->GetId(), range); in AssignRange()
923 if (first_index_bounds_check_map_.find(array_length->GetId()) == in VisitBoundsCheck()
928 first_index_bounds_check_map_.Put(array_length->GetId(), bounds_check); in VisitBoundsCheck()
1369 first_index_bounds_check_map_.Get(array_length->GetId())->AsBoundsCheck(); in AddCompareWithDeoptimization()
Dssa_builder.cc82 << " found for phi" << phi->GetId(); in EquivalentPhisCleanup()
426 size_t id = use.GetUser()->GetHolder()->GetId(); in HasAliasInEnvironments()
Dreference_type_propagation_test.cc352 << i->GetId() << " blk: " << alg.GetName(i->GetBlock()); in RunVisitListTest()
437 << i->GetId() << " blk: " << alg.GetName(i->GetBlock()); in RunVisitListTest()
Dcode_generator_x86_64.h195 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86_64()
229 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86_64()
/art/test/1973-jni-id-swap-pointer/src/
DMain.java34 public static long GetId(Class<?> c, String name) { in GetId() method in Main
41 long expect_ptr_id = GetId(PtrCls.class, "doNothingPtr"); in main()
50 long expect_ptr_id2 = GetId(IdxCls.class, "doNothingIdx"); in main()
57 long again_ptr_id = GetId(PtrCls.class, "doNothingPtr"); in main()
/art/test/1972-jni-id-swap-indices/src/
DMain.java36 public static long GetId(Class<?> k, String name) { in GetId() method in Main
43 long expect_ptr_id = GetId(PtrCls.class, "doNothingPtr"); in main()
52 long expect_idx_id = GetId(IdxCls.class, "doNothingIdx"); in main()
59 long again_ptr_id = GetId(PtrCls.class, "doNothingPtr"); in main()
/art/runtime/verifier/
Dregister_line-inl.h51 line_[vdst] = new_type.GetId(); in SetRegisterType()
75 line_[vdst] = new_type1.GetId(); in SetRegisterTypeWide()
76 line_[vdst + 1] = new_type2.GetId(); in SetRegisterTypeWide()
85 result_[0] = reg_types->Undefined().GetId(); in SetResultTypeToUnknown()
92 result_[0] = new_type.GetId(); in SetResultRegisterType()
93 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId(); in SetResultRegisterType()
99 result_[0] = new_type1.GetId(); in SetResultRegisterTypeWide()
100 result_[1] = new_type2.GetId(); in SetResultRegisterTypeWide()
Dregister_line.cc103 line_[i] = init_type.GetId(); in MarkRefsAsInitialized()
116 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkAllRegistersAsConflicts()
123 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkAllRegistersAsConflictsExcept()
132 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkAllRegistersAsConflictsExceptWide()
161 line_[i] = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkUninitRefsAsInvalid()
176 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister1()
193 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister2()
194 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister2()
440 line_[idx] = new_type.GetId(); in MergeRegisters()
Dreg_type_cache.cc80 DCHECK_EQ(entries_.size(), small_precise_constants_[i]->GetId()); in FillPrimitiveAndSmallConstantTypes()
410 types.SetBit(left.GetId()); in FromUnresolvedMerge()
428 types.SetBit(right.GetId()); in FromUnresolvedMerge()
492 if (unresolved_super_child_id == child.GetId()) { in FromUnresolvedSuperClass()
497 return AddEntry(new (&allocator_) UnresolvedSuperClass(child.GetId(), this, entries_.size())); in FromUnresolvedSuperClass()

12