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

  /external/v8/src/
builtins.h 119 V(LoadIC_Megamorphic, LOAD_IC, MEGAMORPHIC, \
126 V(KeyedLoadIC_Generic, KEYED_LOAD_IC, MEGAMORPHIC, \
128 V(KeyedLoadIC_String, KEYED_LOAD_IC, MEGAMORPHIC, \
130 V(KeyedLoadIC_IndexedInterceptor, KEYED_LOAD_IC, MEGAMORPHIC, \
139 V(StoreIC_Megamorphic, STORE_IC, MEGAMORPHIC, \
141 V(StoreIC_GlobalProxy, STORE_IC, MEGAMORPHIC, \
149 V(StoreIC_Megamorphic_Strict, STORE_IC, MEGAMORPHIC, \
151 V(StoreIC_GlobalProxy_Strict, STORE_IC, MEGAMORPHIC, \
156 V(KeyedStoreIC_Generic, KEYED_STORE_IC, MEGAMORPHIC, \
161 V(KeyedStoreIC_Generic_Strict, KEYED_STORE_IC, MEGAMORPHIC, \
    [all...]
type-info.cc 152 // non-default extra ic state in the megamorphic case. In the more
326 ASSERT(Handle<Code>::cast(object)->ic_state() == MEGAMORPHIC);
332 } else if (Handle<Code>::cast(object)->ic_state() == MEGAMORPHIC) {
406 } else if (state == MEGAMORPHIC) {
441 if (state != MONOMORPHIC && state != MEGAMORPHIC) continue;
v8globals.h 283 MEGAMORPHIC,
ic.cc 49 case MEGAMORPHIC: return 'N';
778 } else if (state == MEGAMORPHIC) {
811 if (FLAG_use_ic && state != MEGAMORPHIC && !object->IsAccessCheckNeeded()) {
    [all...]
stub-cache.cc     [all...]
objects.cc     [all...]

Completed in 28 milliseconds