Home | History | Annotate | Download | only in compiler

Lines Matching full:expected_ret

1092       int32_t expected_ret;
1139 expected_ret = static_cast<int32_t>(constant);
1140 raw.Return(raw.Int32Constant(expected_ret));
1146 CHECK_EQ(expected_ret, runnable.Call());