Home
last modified time | relevance | path

Searched refs:MEGAMORPHIC (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/
Dbuiltins.h121 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 …]
Dtype-info.cc113 code->ic_state() == MEGAMORPHIC; in LoadIsMegamorphicWithTypeInfo()
150 code->ic_state() == MEGAMORPHIC; in StoreIsMegamorphicWithTypeInfo()
502 ASSERT(Handle<Code>::cast(object)->ic_state() == MEGAMORPHIC); in CollectReceiverTypes()
506 Handle<Code>::cast(object)->ic_state() == MEGAMORPHIC) { in CollectReceiverTypes()
671 target->ic_state() == MEGAMORPHIC) { in ProcessRelocInfos()
Dic.cc49 case MEGAMORPHIC: return IsGeneric() ? 'G' : 'N'; in TransitionMarkFromState()
738 } else if (state == MEGAMORPHIC) { in UpdateCaches()
768 if (FLAG_use_ic && state != MEGAMORPHIC && object->IsHeapObject()) { in LoadFunction()
827 } else if (state != MEGAMORPHIC) { in Load()
851 } else if (state != MEGAMORPHIC) { in Load()
872 } else if (state != MEGAMORPHIC) { in Load()
1016 } else if (state == MEGAMORPHIC) { in UpdateCaches()
1477 } else if (state == MEGAMORPHIC) { in UpdateCaches()
1509 ASSERT(stub->ic_state() == MEGAMORPHIC); in GetReceiverMapsForStub()
1602 Code::Flags flags = Code::ComputeFlags(kind(), MEGAMORPHIC, extra_state); in ComputeStub()
[all …]
Dv8globals.h266 MEGAMORPHIC, enumerator
Dstub-cache.cc784 Code::ComputeFlags(kind, MEGAMORPHIC, Code::kNoExtraICState, in ComputeCallArguments()
803 Code::ComputeFlags(kind, MEGAMORPHIC, extra_state, in ComputeCallMegamorphic()
Dmark-compact.cc1051 && (target->ic_state() == MEGAMORPHIC || in VisitCodeTarget()
Dobjects.cc8326 case MEGAMORPHIC: return "MEGAMORPHIC"; in ICState2String()
/external/v8/src/x64/
Dstub-cache-x64.cc2532 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic()
2943 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic()
/external/v8/src/ia32/
Dstub-cache-ia32.cc2698 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic()
3120 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic()
/external/v8/src/arm/
Dstub-cache-arm.cc3063 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic()
3159 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic()
/external/v8/src/mips/
Dstub-cache-mips.cc3052 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic()
3147 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic()