Lines Matching refs:binary_out
210 std::vector<uint32_t> binary_out;
217 std::move(binary_in), &binary_out, reducer_options, validator_options);
221 CheckEqual(kEnv, expected, binary_out);
525 std::vector<uint32_t> binary_out;
532 std::move(binary_in), &binary_out, reducer_options, validator_options);
549 std::vector<uint32_t> binary_out;
556 std::move(binary_in), &binary_out, reducer_options, validator_options);
595 std::vector<uint32_t> binary_out;
606 std::move(binary_in), &binary_out, reducer_options, validator_options);
610 auto final_instruction_count = GetFunctionInstructionCount(binary_out);