Searched refs:x_ (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ |
D | induction_var_range_test.cc | 70 x_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph() 74 entry_block_->AddInstruction(x_); in BuildGraph() 81 SetHint(x_); in BuildGraph() 365 HInstruction* x_; member in art::InductionVarRangeTest 396 EXPECT_FALSE(IsExact(CreateFetch(x_), &value)); in TEST_F() 397 EXPECT_FALSE(IsAtMost(CreateFetch(x_), &value)); in TEST_F() 398 EXPECT_FALSE(IsAtLeast(CreateFetch(x_), &value)); in TEST_F() 431 ExpectEqual(Value(x_, 1, -20), in TEST_F() 432 GetMin(CreateInvariant('+', CreateFetch(x_), CreateRange(-20, -10)), nullptr)); in TEST_F() 433 ExpectEqual(Value(x_, 1, -10), in TEST_F() [all …]
|
/art/runtime/ |
D | subtype_check_test.cc | 34 x_ = 1; in MockClass() 37 x_ = parent_->GetMaxChild()->x_ + 1u; in MockClass() 44 path_to_root_ += std::to_string(x_); in MockClass() 165 return x_; in GetX() 201 size_t x_; member 208 os << "MClass{D:" << kls.Depth() << ",W:" << kls.x_ in operator <<()
|