Home
last modified time | relevance | path

Searched refs:x_ (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinduction_var_range_test.cc69 x_ = new (GetAllocator()) HParameterValue(graph_->GetDexFile(), in BuildGraph()
73 entry_block_->AddInstruction(x_); in BuildGraph()
80 SetHint(x_); in BuildGraph()
317 HInstruction* x_; member in art::InductionVarRangeTest
348 EXPECT_FALSE(IsExact(CreateFetch(x_), &value)); in TEST_F()
349 EXPECT_FALSE(IsAtMost(CreateFetch(x_), &value)); in TEST_F()
350 EXPECT_FALSE(IsAtLeast(CreateFetch(x_), &value)); in TEST_F()
383 ExpectEqual(Value(x_, 1, -20), in TEST_F()
384 GetMin(CreateInvariant('+', CreateFetch(x_), CreateRange(-20, -10)), nullptr)); in TEST_F()
385 ExpectEqual(Value(x_, 1, -10), in TEST_F()
[all …]
/art/runtime/
Dsubtype_check_test.cc34 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 <<()