HomeSort by relevance Sort by last modified time
    Searched refs:MEGAMORPHIC (Results 1 - 7 of 7) sorted by null

  /external/v8/src/ic/
ic-state.h 45 return ::v8::internal::MEGAMORPHIC;
ic.cc 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
    [all...]
  /external/v8/src/
feedback-vector.cc 466 return MEGAMORPHIC;
502 return MEGAMORPHIC;
526 return MEGAMORPHIC;
550 return MEGAMORPHIC;
    [all...]
type-info.cc 446 nexus->ic_state() == MEGAMORPHIC) {
globals.h 669 MEGAMORPHIC,
    [all...]
objects.cc     [all...]
  /external/v8/src/compiler/
js-native-context-specialization.cc     [all...]

Completed in 237 milliseconds