Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dfull-codegen-x87.cc941 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
951 default_clause = clause; in VisitSwitchStatement()
1005 if (default_clause == NULL) { in VisitSwitchStatement()
1008 __ jmp(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/x64/
Dfull-codegen-x64.cc975 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
985 default_clause = clause; in VisitSwitchStatement()
1039 if (default_clause == NULL) { in VisitSwitchStatement()
1042 __ jmp(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc952 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
962 default_clause = clause; in VisitSwitchStatement()
1016 if (default_clause == NULL) { in VisitSwitchStatement()
1019 __ jmp(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc1018 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
1028 default_clause = clause; in VisitSwitchStatement()
1077 if (default_clause == NULL) { in VisitSwitchStatement()
1080 __ B(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/mips/
Dfull-codegen-mips.cc1011 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
1021 default_clause = clause; in VisitSwitchStatement()
1074 if (default_clause == NULL) { in VisitSwitchStatement()
1077 __ Branch(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc1006 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
1016 default_clause = clause; in VisitSwitchStatement()
1069 if (default_clause == NULL) { in VisitSwitchStatement()
1072 __ Branch(default_clause->body_target()); in VisitSwitchStatement()
/external/v8/src/arm/
Dfull-codegen-arm.cc1019 CaseClause* default_clause = NULL; // Can occur anywhere in the list. in VisitSwitchStatement() local
1029 default_clause = clause; in VisitSwitchStatement()
1083 if (default_clause == NULL) { in VisitSwitchStatement()
1086 __ b(default_clause->body_target()); in VisitSwitchStatement()