Home | History | Annotate | Download | only in ic

Lines Matching refs:MEGAMORPHIC

49     case MEGAMORPHIC:
412 } else if (new_state == MEGAMORPHIC || new_state == GENERIC) {
420 if (new_state == MEGAMORPHIC || new_state == GENERIC) {
424 case MEGAMORPHIC:
426 if (new_state == MEGAMORPHIC || new_state == GENERIC) break;
472 int generic_delta = 0; // "Generic" here includes megamorphic.
524 } else if (new_state == MEGAMORPHIC) {
858 ConfigureVectorState(MEGAMORPHIC, name);
860 case MEGAMORPHIC:
896 // be used in other native context through the megamorphic stub cache.
1252 // In MEGAMORPHIC case, check if the handler in the megamorphic stub
1254 if (state() == MEGAMORPHIC && lookup->GetReceiver()->IsHeapObject()) {
1660 ConfigureVectorState(MEGAMORPHIC, key);
2082 // this handler can be re-used through megamorphic stub cache for wrong
2211 // won't help, use the megamorphic stub which can handle everything.
2217 // megamorphic version of the IC.
2221 // megamorphic stub must be used.
2234 // use the megamorphic stub.
2462 ConfigureVectorState(MEGAMORPHIC, key);
2528 ConfigureVectorState(MEGAMORPHIC, key);