/art/compiler/optimizing/ |
D | graph_checker.cc | 113 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 …]
|
D | pretty_printer.h | 31 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()
|
D | ssa_phi_elimination.cc | 157 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()
|
D | graph_visualizer.cc | 498 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()
|
D | code_generator_mips64.h | 183 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_MIPS64() 215 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_MIPS64()
|
D | graph_test.cc | 300 ASSERT_NE(first_instruction->GetId(), -1); in TEST() 313 ASSERT_NE(second_instruction->GetId(), -1); in TEST()
|
D | code_generator_mips.h | 183 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_MIPS() 215 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_MIPS()
|
D | bounds_check_elimination.cc | 597 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()
|
D | code_generator_x86_64.h | 170 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86_64() 201 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86_64()
|
D | nodes.cc | 773 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 <<()
|
D | code_generator_x86.h | 164 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86() 195 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_X86()
|
D | ssa_liveness_analysis.cc | 187 << "Instruction " << current->DebugName() << current->GetId() in RecursivelyProcessInputs() 189 << input->DebugName() << input->GetId() << " does not produce one."; in RecursivelyProcessInputs()
|
D | code_generator_arm.h | 169 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_ARM() 207 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_ARM()
|
D | code_generator_arm64.h | 206 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_ARM64() 298 << " (id " << instruction->GetId() << ")"; in FOR_EACH_CONCRETE_INSTRUCTION_ARM64()
|
D | ssa_builder.cc | 75 << " found for phi" << phi->GetId(); in EquivalentPhisCleanup()
|
D | register_allocator.cc | 1083 << current->GetParent()->GetDefinedBy()->GetId() in AllocateBlockedReg() 1777 << defined_by->DebugName() << ":" << defined_by->GetId() in ConnectSplitSiblings()
|
D | induction_var_analysis.cc | 951 inv += std::to_string(info->fetch->GetId()) + ":" + info->fetch->DebugName(); in InductionToString()
|
D | nodes.h | 1890 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/ |
D | register_line-inl.h | 49 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()
|
D | register_line.cc | 100 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()
|
D | reg_type_cache.cc | 68 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()
|
D | reg_type_test.cc | 480 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()
|
D | reg_type.h | 193 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/ |
D | jdwp.h | 467 uint32_t GetId() { return id_; } in GetId() function
|
D | jdwp_handler.cc | 115 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()
|