Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_checker.cc101 current->GetId())); in VisitBasicBlock()
118 current->GetId())); in VisitBasicBlock()
129 check->GetId())); in VisitBoundsCheck()
137 if (seen_ids_.IsBitSet(instruction->GetId())) { in VisitInstruction()
139 instruction->GetId())); in VisitInstruction()
141 seen_ids_.SetBit(instruction->GetId()); in VisitInstruction()
148 instruction->GetId(), in VisitInstruction()
153 instruction->GetId(), in VisitInstruction()
168 input->GetId(), in VisitInstruction()
169 instruction->GetId())); in VisitInstruction()
[all …]
Dpretty_printer.h31 PrintInt(instruction->GetId()); in PrintPreInstruction()
51 PrintInt(it.Current()->GetId()); in PrintPostInstruction()
64 PrintInt(it.Current()->GetUser()->GetId()); in PrintPostInstruction()
132 PrintInt(gota->GetId()); in VisitGoto()
Dgraph_visualizer.cc210 output_ << GetTypeId(inputs.Current()->GetType()) << inputs.Current()->GetId() << " "; in PrintInstruction()
223 output_ << GetTypeId(insn->GetType()) << insn->GetId() << " "; in PrintInstruction()
282 << GetTypeId(instruction->GetType()) << instruction->GetId() << " "; in PrintInstructions()
322 output_ << instruction->GetId() << " " << GetTypeId(instruction->GetType()) in VisitBasicBlock()
323 << instruction->GetId() << "[ "; in VisitBasicBlock()
325 output_ << inputs.Current()->GetId() << " "; in VisitBasicBlock()
Dbounds_check_elimination.cc1151 if (map->find(instruction->GetId()) != map->end()) { in LookupValueRange()
1152 return map->Get(instruction->GetId()); in LookupValueRange()
1170 GetValueRangeMap(successor)->Overwrite(instruction->GetId(), range); in ApplyRangeFromComparison()
1183 GetValueRangeMap(successor)->Overwrite(instruction->GetId(), narrowed_range); in ApplyRangeFromComparison()
1433 if (first_constant_index_bounds_check_map_.find(array_length->GetId()) == in VisitBoundsCheck()
1439 first_constant_index_bounds_check_map_.Put(array_length->GetId(), bounds_check); in VisitBoundsCheck()
1457 GetValueRangeMap(block)->Overwrite(array_length->GetId(), range); in VisitBoundsCheck()
1523 GetValueRangeMap(phi->GetBlock())->Overwrite(phi->GetId(), range); in VisitPhi()
1565 GetValueRangeMap(loop_body_successor)->Overwrite(left->GetId(), new_left_range); in VisitIf()
1582 GetValueRangeMap(add->GetBlock())->Overwrite(add->GetId(), range); in VisitAdd()
[all …]
Dssa_phi_elimination.cc77 DCHECK(user->IsLoopHeaderPhi()) << user->GetId(); in EliminateDeadPhis()
78 DCHECK(user->AsPhi()->IsDead()) << user->GetId(); in EliminateDeadPhis()
Dnodes.cc476 DCHECK_EQ(instruction->GetId(), -1); in Add()
494 DCHECK_EQ(instruction->GetId(), -1); in InsertInstructionBefore()
495 DCHECK_NE(cursor->GetId(), -1); in InsertInstructionBefore()
507 DCHECK_EQ(instruction->GetId(), -1); in InsertInstructionAfter()
508 DCHECK_NE(cursor->GetId(), -1); in InsertInstructionAfter()
519 DCHECK_EQ(phi->GetId(), -1); in InsertPhiAfter()
520 DCHECK_NE(cursor->GetId(), -1); in InsertPhiAfter()
Dgraph_test.cc300 ASSERT_NE(first_instruction->GetId(), -1); in TEST()
313 ASSERT_NE(second_instruction->GetId(), -1); in TEST()
Dssa_builder.cc225 << " found for phi" << phi->GetId(); in EquivalentPhisCleanup()
Dnodes.h1403 int GetId() const { return id_; } in GetId() function
1502 result = (result * 31) + InputAt(i)->GetId(); in ComputeHashCode()
1902 if (left->GetId() > right->GetId()) { in OrderInputs()
Dregister_allocator.cc1014 << split->GetParent()->GetDefinedBy()->GetId() in AllocateBlockedReg()
/art/runtime/verifier/
Dregister_line-inl.h44 line_[vdst] = new_type.GetId(); in SetRegisterType()
60 line_[vdst] = new_type1.GetId(); in SetRegisterTypeWide()
61 line_[vdst + 1] = new_type2.GetId(); in SetRegisterTypeWide()
70 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId(); in SetResultTypeToUnknown()
77 result_[0] = new_type.GetId(); in SetResultRegisterType()
78 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId(); in SetResultRegisterType()
84 result_[0] = new_type1.GetId(); in SetResultRegisterTypeWide()
85 result_[1] = new_type2.GetId(); in SetResultRegisterTypeWide()
Dregister_line.cc102 line_[i] = init_type.GetId(); in MarkRefsAsInitialized()
124 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkAllRegistersAsConflicts()
131 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkAllRegistersAsConflictsExcept()
140 uint16_t conflict_type_id = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkAllRegistersAsConflictsExceptWide()
164 line_[i] = verifier->GetRegTypeCache()->Conflict().GetId(); in MarkUninitRefsAsInvalid()
179 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister1()
196 result_[0] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister2()
197 result_[1] = verifier->GetRegTypeCache()->Undefined().GetId(); in CopyResultRegister2()
381 line_[idx] = new_type.GetId(); in MergeRegisters()
Dreg_type_cache.cc63 DCHECK_EQ(entries_.size(), small_precise_constants_[i]->GetId()); in FillPrimitiveAndSmallConstantTypes()
329 types.SetBit(left.GetId()); in FromUnresolvedMerge()
341 types.SetBit(right.GetId()); in FromUnresolvedMerge()
388 if (unresolved_super_child_id == child.GetId()) { in FromUnresolvedSuperClass()
393 RegType* entry = new UnresolvedSuperClass(child.GetId(), this, entries_.size()); in FromUnresolvedSuperClass()
Dreg_type_test.cc461 EXPECT_EQ(ref_type.GetId(), ref_type_3.GetId()); in TEST_F()
483 EXPECT_TRUE(unresolved_parts.IsBitSet(ref_type_0.GetId())); in TEST_F()
484 EXPECT_TRUE(unresolved_parts.IsBitSet(ref_type_1.GetId())); in TEST_F()
Dreg_type.h188 uint16_t GetId() const { return cache_id_; } in GetId() function
228 bool Equals(const RegType& other) const { return GetId() == other.GetId(); } in Equals()
/art/runtime/jdwp/
Djdwp_handler.cc114 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, in RequestInvoke()
1559 result += StringPrintf(" (length=%zu id=0x%06x)", request->GetLength(), request->GetId()); in DescribeCommand()
1650 Set4BE(replyBuf + kJDWPHeaderIdOffset, request->GetId()); in ProcessRequest()
1654 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request->GetId(); in ProcessRequest()
Djdwp.h472 uint32_t GetId() { return id_; } in GetId() function