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

  /external/v8/src/
builtins.h 121 V(LoadIC_Megamorphic, LOAD_IC, MEGAMORPHIC, \
128 V(KeyedLoadIC_Generic, KEYED_LOAD_IC, MEGAMORPHIC, \
130 V(KeyedLoadIC_String, KEYED_LOAD_IC, MEGAMORPHIC, \
132 V(KeyedLoadIC_IndexedInterceptor, KEYED_LOAD_IC, MEGAMORPHIC, \
134 V(KeyedLoadIC_NonStrictArguments, KEYED_LOAD_IC, MEGAMORPHIC, \
143 V(StoreIC_Megamorphic, STORE_IC, MEGAMORPHIC, \
145 V(StoreIC_GlobalProxy, STORE_IC, MEGAMORPHIC, \
153 V(StoreIC_Megamorphic_Strict, STORE_IC, MEGAMORPHIC, \
155 V(StoreIC_GlobalProxy_Strict, STORE_IC, MEGAMORPHIC, \
160 V(KeyedStoreIC_Generic, KEYED_STORE_IC, MEGAMORPHIC, \
    [all...]
type-info.cc 113 code->ic_state() == MEGAMORPHIC;
150 code->ic_state() == MEGAMORPHIC;
502 ASSERT(Handle<Code>::cast(object)->ic_state() == MEGAMORPHIC);
506 Handle<Code>::cast(object)->ic_state() == MEGAMORPHIC) {
671 target->ic_state() == MEGAMORPHIC) {
ic.cc 49 case MEGAMORPHIC: return IsGeneric() ? 'G' : 'N';
738 } else if (state == MEGAMORPHIC) {
768 if (FLAG_use_ic && state != MEGAMORPHIC && object->IsHeapObject()) {
827 } else if (state != MEGAMORPHIC) {
851 } else if (state != MEGAMORPHIC) {
    [all...]
v8globals.h 266 MEGAMORPHIC,
stub-cache.cc     [all...]
mark-compact.cc     [all...]
objects.cc     [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc     [all...]
  /external/v8/src/mips/
stub-cache-mips.cc     [all...]

Completed in 195 milliseconds