Searched refs:switch_type (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dhydrogen.cc2935 SwitchType switch_type = UNKNOWN_SWITCH; local
2942 if (switch_type == UNKNOWN_SWITCH) {
2944 switch_type = SMI_SWITCH;
2946 switch_type = STRING_SWITCH;
2950 } else if ((switch_type == STRING_SWITCH &&
2952 (switch_type == SMI_SWITCH &&
2962 if (switch_type == STRING_SWITCH) {
2982 if (switch_type == SMI_SWITCH) {
2995 if (switch_type == SMI_SWITCH) {

Completed in 67 milliseconds