Home
last modified time | relevance | path

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

/external/v8/src/full-codegen/x64/
Dfull-codegen-x64.cc869 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
879 default_clause = clause; in VisitSwitchStatement()
933 if (default_clause == NULL) { in VisitSwitchStatement()
936 __ jmp(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/full-codegen/x87/
Dfull-codegen-x87.cc846 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
856 default_clause = clause; in VisitSwitchStatement()
909 if (default_clause == NULL) { in VisitSwitchStatement()
912 __ jmp(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/full-codegen/ia32/
Dfull-codegen-ia32.cc854 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
864 default_clause = clause; in VisitSwitchStatement()
917 if (default_clause == NULL) { in VisitSwitchStatement()
920 __ jmp(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/full-codegen/ppc/
Dfull-codegen-ppc.cc875 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
885 default_clause = clause; in VisitSwitchStatement()
939 if (default_clause == NULL) { in VisitSwitchStatement()
942 __ b(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/full-codegen/mips64/
Dfull-codegen-mips64.cc909 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
919 default_clause = clause; in VisitSwitchStatement()
972 if (default_clause == NULL) { in VisitSwitchStatement()
975 __ Branch(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/full-codegen/arm64/
Dfull-codegen-arm64.cc911 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
921 default_clause = clause; in VisitSwitchStatement()
970 if (default_clause == NULL) { in VisitSwitchStatement()
973 __ B(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/full-codegen/mips/
Dfull-codegen-mips.cc910 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
920 default_clause = clause; in VisitSwitchStatement()
973 if (default_clause == NULL) { in VisitSwitchStatement()
976 __ Branch(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/full-codegen/arm/
Dfull-codegen-arm.cc911 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
921 default_clause = clause; in VisitSwitchStatement()
975 if (default_clause == NULL) { in VisitSwitchStatement()
978 __ b(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/full-codegen/s390/
Dfull-codegen-s390.cc846 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
856 default_clause = clause; in VisitSwitchStatement()
910 if (default_clause == NULL) { in VisitSwitchStatement()
913 __ b(default_clause->body_target()); in VisitSwitchStatement()