Searched defs:next_test (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/arm/
H A Dfull-codegen-arm.cc911 Label next_test; // Recycled for each test. local
924 __ bind(&next_test);
925 next_test.Unuse();
940 __ b(ne, &next_test);
953 __ b(ne, &next_test);
960 __ bind(&next_test);
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc879 Label next_test; // Recycled for each test. local
892 __ bind(&next_test);
893 next_test.Unuse();
909 __ j(not_equal, &next_test);
921 __ j(not_equal, &next_test);
928 __ bind(&next_test);
/external/v8/src/mips/
H A Dfull-codegen-mips.cc921 Label next_test; // Recycled for each test. local
934 __ bind(&next_test);
935 next_test.Unuse();
950 __ Branch(&next_test, ne, a1, Operand(a0));
963 __ Branch(&next_test, ne, v0, Operand(zero_reg));
970 __ bind(&next_test);
/external/v8/src/x64/
H A Dfull-codegen-x64.cc820 Label next_test; // Recycled for each test. local
833 __ bind(&next_test);
834 next_test.Unuse();
850 __ j(not_equal, &next_test);
863 __ j(not_equal, &next_test);
870 __ bind(&next_test);
/external/v8/test/cctest/
H A Dtest-api.cc10488 int next_test; local
10490 next_test = (linear_congruential_generator >> 16) % tests_being_run_;
10493 } while (!RegisterThreadedTest::nth(next_test)->fuzzer_->active_);
10494 return next_test;

Completed in 150 milliseconds