Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc876 auto check = [&](const RegType& in1, const RegType& in2, const RegType& expected_out) in TEST_F()
878 const RegType& merge_result = in1.SafeMerge(in2, &cache, nullptr); in TEST_F()
880 << in1.Dump() << " x " << in2.Dump() << " = " << merge_result.Dump() in TEST_F()
984 const RegType& in2; in TEST_F() member
988 : in1(in1_), in2(in2_), out(out_) {} in TEST_F()
1077 check(triple.in1, triple.in2, triple.out); in TEST_F()
1078 check(triple.in2, triple.in1, triple.out); in TEST_F()
1150 void TestClassJoin(const char* in1, const char* in2, const char* out) { in TestClassJoin() argument
1163 class_linker_->FindClass(soa.Self(), in2, class_loader))); in TestClassJoin()
1172 const RegType& c2_reg_type = *cache.InsertClass(in2, c2.Get(), false); in TestClassJoin()