Searched refs:MEGAMORPHIC (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/ |
D | 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 …]
|
D | type-info.cc | 113 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()
|
D | ic.cc | 49 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 …]
|
D | v8globals.h | 266 MEGAMORPHIC, enumerator
|
D | stub-cache.cc | 784 Code::ComputeFlags(kind, MEGAMORPHIC, Code::kNoExtraICState, in ComputeCallArguments() 803 Code::ComputeFlags(kind, MEGAMORPHIC, extra_state, in ComputeCallMegamorphic()
|
D | mark-compact.cc | 1051 && (target->ic_state() == MEGAMORPHIC || in VisitCodeTarget()
|
D | objects.cc | 8326 case MEGAMORPHIC: return "MEGAMORPHIC"; in ICState2String()
|
/external/v8/src/x64/ |
D | stub-cache-x64.cc | 2532 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic() 2943 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic()
|
/external/v8/src/ia32/ |
D | stub-cache-ia32.cc | 2698 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic() 3120 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic()
|
/external/v8/src/arm/ |
D | stub-cache-arm.cc | 3063 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic() 3159 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic()
|
/external/v8/src/mips/ |
D | stub-cache-mips.cc | 3052 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileLoadPolymorphic() 3147 return GetCode(NORMAL, factory()->empty_string(), MEGAMORPHIC); in CompileStorePolymorphic()
|