Searched defs:next_test (Results 1 - 10 of 10) 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/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc1006 Label next_test; // Recycled for each test. local
1019 __ bind(&next_test);
1020 next_test.Unuse();
1035 __ b(ne, &next_test);
1048 __ b(ne, &next_test);
1055 __ bind(&next_test);
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc958 Label next_test; // Recycled for each test. local
971 __ bind(&next_test);
972 next_test.Unuse();
988 __ j(not_equal, &next_test);
1000 __ j(not_equal, &next_test);
1007 __ bind(&next_test);
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc1009 Label next_test; // Recycled for each test. local
1022 __ bind(&next_test);
1023 next_test.Unuse();
1038 __ Branch(&next_test, ne, a1, Operand(a0));
1051 __ Branch(&next_test, ne, v0, Operand(zero_reg));
1058 __ bind(&next_test);
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc968 Label next_test; // Recycled for each test. local
981 __ bind(&next_test);
982 next_test.Unuse();
998 __ j(not_equal, &next_test);
1011 __ j(not_equal, &next_test);
1018 __ 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;
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc12228 int next_test; local
12230 next_test = (linear_congruential_generator >> 16) % tests_being_run_;
12233 } while (!RegisterThreadedTest::nth(next_test)->fuzzer_->active_);
12234 return next_test;

Completed in 516 milliseconds