Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc113 last_instruction->GetId())); in VisitBasicBlock()
130 current->GetId())); in VisitBasicBlock()
147 current->GetId())); in VisitBasicBlock()
204 try_entry.GetId())); in VisitBasicBlock()
221 stored_try_entry.GetId(), in VisitBasicBlock()
228 stored_try_entry.GetId(), in VisitBasicBlock()
230 incoming_try_entry->GetId(), in VisitBasicBlock()
238 incoming_try_entry->GetId(), in VisitBasicBlock()
254 check->GetId())); in VisitBoundsCheck()
282 try_boundary->GetId(), in VisitTryBoundary()
[all …]
Dpretty_printer.h31 PrintInt(instruction->GetId()); in PrintPreInstruction()
51 PrintInt(it.Current()->GetId()); in PrintPostInstruction()
64 PrintInt(use.GetUser()->GetId()); in PrintPostInstruction()
132 PrintInt(gota->GetId()); in VisitGoto()
Dssa_phi_elimination.cc157 visited_phis_in_cycle.SetBit(phi->GetId()); in Run()
189 if (!visited_phis_in_cycle.IsBitSet(input->GetId())) { in Run()
191 visited_phis_in_cycle.SetBit(input->GetId()); in Run()
240 if (user->IsPhi() && !visited_phis_in_cycle.IsBitSet(user->GetId())) { in Run()
Dgraph_visualizer.cc498 inputs.NewEntryStream() << GetTypeId(it.Current()->GetType()) << it.Current()->GetId(); in PrintInstruction()
512 vregs.NewEntryStream() << GetTypeId(insn->GetType()) << insn->GetId(); in PrintInstruction()
588 << instruction->DebugName() << instruction->GetId() << " has invalid rti " in PrintInstruction()
612 << GetTypeId(instruction->GetType()) << instruction->GetId() << " "; in PrintInstructions()
735 output_ << instruction->GetId() << " " << GetTypeId(instruction->GetType()) in VisitBasicBlock()
736 << instruction->GetId() << "[ "; in VisitBasicBlock()
738 output_ << inputs.Current()->GetId() << " "; in VisitBasicBlock()
Dcode_generator_mips.h183 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_MIPS()
215 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_MIPS()
Dcode_generator_mips64.h183 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_MIPS64()
215 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_MIPS64()
Dgraph_test.cc300 ASSERT_NE(first_instruction->GetId(), -1); in TEST()
313 ASSERT_NE(second_instruction->GetId(), -1); in TEST()
Dbounds_check_elimination.cc597 if (map->find(instruction->GetId()) != map->end()) { in LookupValueRange()
598 return map->Get(instruction->GetId()); in LookupValueRange()
611 GetValueRangeMap(basic_block)->Overwrite(instruction->GetId(), range); in AssignRange()
882 if (first_index_bounds_check_map_.find(array_length->GetId()) == in VisitBoundsCheck()
887 first_index_bounds_check_map_.Put(array_length->GetId(), bounds_check); in VisitBoundsCheck()
1173 first_index_bounds_check_map_.Get(array_length->GetId())->AsBoundsCheck(); in AddCompareWithDeoptimization()
Dcode_generator_x86_64.h170 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86_64()
201 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86_64()
Dnodes.cc773 DCHECK_EQ(replacement->GetId(), -1); in ReplaceAndRemoveInstructionWith()
810 DCHECK_EQ(instruction->GetId(), -1); in Add()
828 DCHECK_EQ(instruction->GetId(), -1); in InsertInstructionBefore()
829 DCHECK_NE(cursor->GetId(), -1); in InsertInstructionBefore()
841 DCHECK_EQ(instruction->GetId(), -1); in InsertInstructionAfter()
842 DCHECK_NE(cursor->GetId(), -1); in InsertInstructionAfter()
853 DCHECK_EQ(phi->GetId(), -1); in InsertPhiAfter()
854 DCHECK_NE(cursor->GetId(), -1); in InsertPhiAfter()
2554 os << rhs.GetInstruction()->DebugName() << ' ' << rhs.GetInstruction()->GetId(); in operator <<()
Dcode_generator_arm.h169 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_ARM()
207 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_ARM()
Dcode_generator_x86.h164 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86()
195 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86()
Dssa_liveness_analysis.cc187 << "Instruction " << current->DebugName() << current->GetId() in RecursivelyProcessInputs()
189 << input->DebugName() << input->GetId() << " does not produce one."; in RecursivelyProcessInputs()
Dcode_generator_arm64.h206 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_ARM64()
298 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_ARM64()
Dssa_builder.cc75 << " found for phi" << phi->GetId(); in EquivalentPhisCleanup()
Dregister_allocator.cc1083 << current->GetParent()->GetDefinedBy()->GetId() in AllocateBlockedReg()
1777 << defined_by->DebugName() << ":" << defined_by->GetId() in ConnectSplitSiblings()
Dinduction_var_analysis.cc951 inv += std::to_string(info->fetch->GetId()) + ":" + info->fetch->DebugName(); in InductionToString()
Dnodes.h1890 int GetId() const { return id_; } in GetId() function
2005 result = (result * 31) + InputAt(i)->GetId(); in ComputeHashCode()
2979 if (left->GetId() > right->GetId()) { in OrderInputs()
/art/runtime/verifier/
Dregister_line-inl.h49 line_[vdst] = new_type.GetId(); in SetRegisterType()
73 line_[vdst] = new_type1.GetId(); in SetRegisterTypeWide()
74 line_[vdst + 1] = new_type2.GetId(); in SetRegisterTypeWide()
83 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId(); in SetResultTypeToUnknown()
90 result_[0] = new_type.GetId(); in SetResultRegisterType()
91 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId(); in SetResultRegisterType()
97 result_[0] = new_type1.GetId(); in SetResultRegisterTypeWide()
98 result_[1] = new_type2.GetId(); in SetResultRegisterTypeWide()
Dregister_line.cc100 line_[i] = init_type.GetId(); in MarkRefsAsInitialized()
113 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkAllRegistersAsConflicts()
120 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkAllRegistersAsConflictsExcept()
129 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkAllRegistersAsConflictsExceptWide()
156 line_[i] = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkUninitRefsAsInvalid()
171 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister1()
188 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister2()
189 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister2()
438 line_[idx] = new_type.GetId(); in MergeRegisters()
Dreg_type_cache.cc68 DCHECK_EQ(entries_.size(), small_precise_constants_[i]->GetId()); in FillPrimitiveAndSmallConstantTypes()
359 types.SetBit(left.GetId()); in FromUnresolvedMerge()
377 types.SetBit(right.GetId()); in FromUnresolvedMerge()
438 if (unresolved_super_child_id == child.GetId()) { in FromUnresolvedSuperClass()
443 return AddEntry(new (&arena_) UnresolvedSuperClass(child.GetId(), this, entries_.size())); in FromUnresolvedSuperClass()
Dreg_type_test.cc480 EXPECT_EQ(ref_type.GetId(), ref_type_3.GetId()); in TEST_F()
504 EXPECT_TRUE(unresolved_parts.IsBitSet(ref_type_0.GetId())); in TEST_F()
505 EXPECT_TRUE(unresolved_parts.IsBitSet(ref_type_1.GetId())); in TEST_F()
Dreg_type.h193 uint16_t GetId() const { return cache_id_; } in GetId() function
233 bool Equals(const RegType& other) const { return GetId() == other.GetId(); } in Equals()
/art/runtime/jdwp/
Djdwp.h467 uint32_t GetId() { return id_; } in GetId() function
Djdwp_handler.cc115 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, in RequestInvoke()
1586 result += StringPrintf(" (length=%zu id=0x%06x)", request->GetLength(), request->GetId()); in DescribeCommand()
1679 Set4BE(replyBuf + kJDWPHeaderIdOffset, request->GetId()); in ProcessRequest()
1683 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request->GetId(); in ProcessRequest()