/external/v8/src/full-codegen/x64/ |
D | full-codegen-x64.cc | 871 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/ |
D | full-codegen-x87.cc | 848 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/ |
D | full-codegen-ia32.cc | 856 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/ |
D | full-codegen-ppc.cc | 877 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/ |
D | full-codegen-mips64.cc | 911 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/ |
D | full-codegen-arm64.cc | 913 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/ |
D | full-codegen-mips.cc | 912 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/ |
D | full-codegen-arm.cc | 913 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/ |
D | full-codegen-s390.cc | 848 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()
|