Home
last modified time | relevance | path

Searched refs:next_test (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc871 Label next_test; // Recycled for each test. in VisitSwitchStatement() local
884 __ bind(&next_test); in VisitSwitchStatement()
885 next_test.Unuse(); in VisitSwitchStatement()
901 __ j(not_equal, &next_test); in VisitSwitchStatement()
918 __ j(not_equal, &next_test); in VisitSwitchStatement()
924 __ j(not_equal, &next_test); in VisitSwitchStatement()
931 __ bind(&next_test); in VisitSwitchStatement()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc848 Label next_test; // Recycled for each test. in VisitSwitchStatement() local
861 __ bind(&next_test); in VisitSwitchStatement()
862 next_test.Unuse(); in VisitSwitchStatement()
878 __ j(not_equal, &next_test); in VisitSwitchStatement()
894 __ j(not_equal, &next_test); in VisitSwitchStatement()
900 __ j(not_equal, &next_test); in VisitSwitchStatement()
907 __ bind(&next_test); in VisitSwitchStatement()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc856 Label next_test; // Recycled for each test. in VisitSwitchStatement() local
869 __ bind(&next_test); in VisitSwitchStatement()
870 next_test.Unuse(); in VisitSwitchStatement()
886 __ j(not_equal, &next_test); in VisitSwitchStatement()
902 __ j(not_equal, &next_test); in VisitSwitchStatement()
908 __ j(not_equal, &next_test); in VisitSwitchStatement()
915 __ bind(&next_test); in VisitSwitchStatement()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc877 Label next_test; // Recycled for each test. in VisitSwitchStatement() local
890 __ bind(&next_test); in VisitSwitchStatement()
891 next_test.Unuse(); in VisitSwitchStatement()
906 __ bne(&next_test); in VisitSwitchStatement()
924 __ bne(&next_test); in VisitSwitchStatement()
930 __ bne(&next_test); in VisitSwitchStatement()
937 __ bind(&next_test); in VisitSwitchStatement()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc911 Label next_test; // Recycled for each test. in VisitSwitchStatement() local
924 __ bind(&next_test); in VisitSwitchStatement()
925 next_test.Unuse(); in VisitSwitchStatement()
940 __ Branch(&next_test, ne, a1, Operand(a0)); in VisitSwitchStatement()
958 __ Branch(&next_test, ne, v0, Operand(at)); in VisitSwitchStatement()
963 __ Branch(&next_test, ne, v0, Operand(zero_reg)); in VisitSwitchStatement()
970 __ bind(&next_test); in VisitSwitchStatement()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc913 Label next_test; // Recycled for each test. in VisitSwitchStatement() local
926 __ Bind(&next_test); in VisitSwitchStatement()
927 next_test.Unuse(); in VisitSwitchStatement()
940 __ B(ne, &next_test); in VisitSwitchStatement()
956 __ JumpIfNotRoot(x0, Heap::kTrueValueRootIndex, &next_test); in VisitSwitchStatement()
961 __ Cbnz(x0, &next_test); in VisitSwitchStatement()
968 __ Bind(&next_test); in VisitSwitchStatement()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc912 Label next_test; // Recycled for each test. in VisitSwitchStatement() local
925 __ bind(&next_test); in VisitSwitchStatement()
926 next_test.Unuse(); in VisitSwitchStatement()
941 __ Branch(&next_test, ne, a1, Operand(a0)); in VisitSwitchStatement()
959 __ Branch(&next_test, ne, v0, Operand(at)); in VisitSwitchStatement()
964 __ Branch(&next_test, ne, v0, Operand(zero_reg)); in VisitSwitchStatement()
971 __ bind(&next_test); in VisitSwitchStatement()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc913 Label next_test; // Recycled for each test. in VisitSwitchStatement() local
926 __ bind(&next_test); in VisitSwitchStatement()
927 next_test.Unuse(); in VisitSwitchStatement()
942 __ b(ne, &next_test); in VisitSwitchStatement()
960 __ b(ne, &next_test); in VisitSwitchStatement()
966 __ b(ne, &next_test); in VisitSwitchStatement()
973 __ bind(&next_test); in VisitSwitchStatement()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc848 Label next_test; // Recycled for each test. in VisitSwitchStatement() local
861 __ bind(&next_test); in VisitSwitchStatement()
862 next_test.Unuse(); in VisitSwitchStatement()
878 __ bne(&next_test); in VisitSwitchStatement()
895 __ bne(&next_test); in VisitSwitchStatement()
901 __ bne(&next_test); in VisitSwitchStatement()
908 __ bind(&next_test); in VisitSwitchStatement()