Searched refs:in2 (Results 1 – 1 of 1) sorted by relevance
/art/runtime/verifier/ |
D | reg_type_test.cc | 840 auto check = [&](const RegType& in1, const RegType& in2, const RegType& expected_out) in TEST_F() 842 const RegType& merge_result = in1.SafeMerge(in2, &cache, nullptr); in TEST_F() 844 << in1.Dump() << " x " << in2.Dump() << " = " << merge_result.Dump() in TEST_F() 948 const RegType& in2; in TEST_F() member 952 : in1(in1_), in2(in2_), out(out_) {} in TEST_F() 1041 check(triple.in1, triple.in2, triple.out); in TEST_F() 1042 check(triple.in2, triple.in1, triple.out); in TEST_F() 1111 void TestClassJoin(const char* in1, const char* in2, const char* out) { in TestClassJoin() argument 1124 class_linker_->FindClass(soa.Self(), in2, class_loader))); in TestClassJoin() 1132 const RegType& c2_reg_type = *cache.InsertClass(in2, c2.Get(), false); in TestClassJoin()
|