Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc835 auto check = [&](const RegType& in1, const RegType& in2, const RegType& expected_out) in TEST_F()
837 const RegType& merge_result = in1.SafeMerge(in2, &cache, nullptr); in TEST_F()
839 << in1.Dump() << " x " << in2.Dump() << " = " << merge_result.Dump() in TEST_F()
943 const RegType& in2; in TEST_F() member
947 : in1(in1_), in2(in2_), out(out_) {} in TEST_F()
1036 check(triple.in1, triple.in2, triple.out); in TEST_F()
1037 check(triple.in2, triple.in1, triple.out); in TEST_F()
1106 void TestClassJoin(const char* in1, const char* in2, const char* out) { in TestClassJoin() argument
1119 class_linker_->FindClass(soa.Self(), in2, class_loader))); in TestClassJoin()
1127 const RegType& c2_reg_type = *cache.InsertClass(in2, c2.Get(), false); in TestClassJoin()