Searched refs:ic_state (Results 1 – 9 of 9) sorted by relevance
85 return code->is_inline_cache_stub() && code->ic_state() == UNINITIALIZED; in LoadIsUninitialized()97 code->ic_state() == MONOMORPHIC && in LoadIsMonomorphicNormal()113 code->ic_state() == MEGAMORPHIC; in LoadIsMegamorphicWithTypeInfo()129 code->ic_state() == MONOMORPHIC && in StoreIsMonomorphicNormal()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()650 if (target->ic_state() == MONOMORPHIC) { in ProcessRelocInfos()670 if (target->ic_state() == MONOMORPHIC || in ProcessRelocInfos()671 target->ic_state() == MEGAMORPHIC) { in ProcessRelocInfos()
243 InlineCacheState ic_state = code->ic_state(); in DecodeIt() local245 Code::ICState2String(ic_state)); in DecodeIt()246 if (ic_state == MONOMORPHIC) { in DecodeIt()
228 IC::State state = target->ic_state(); in StateFrom()320 int delta = ComputeTypeInfoCountDelta(old_target->ic_state(), in PostPatching()321 target->ic_state()); in PostPatching()344 if (target->ic_state() == DEBUG_BREAK) return; in Clear()369 State state = target->ic_state(); in Clear()381 if (target->ic_state() == UNINITIALIZED) return; in Clear()390 if (target->ic_state() == UNINITIALIZED) return; in Clear()396 if (target->ic_state() == UNINITIALIZED) return; in Clear()405 if (target->ic_state() == UNINITIALIZED) return; in Clear()1506 if (stub->ic_state() == MONOMORPHIC) { in GetReceiverMapsForStub()[all …]
2944 InlineCacheState Code::ic_state() { in ic_state() function3236 InlineCacheState ic_state, in ComputeFlags() argument3249 | ICStateField::encode(ic_state) in ComputeFlags()
1479 pre_top_frame_code->ic_state() == DEBUG_BREAK) { in DropFrames()
4200 inline InlineCacheState ic_state(); // Only valid for IC stubs.4341 InlineCacheState ic_state = UNINITIALIZED,
1538 return code->ic_state() == DEBUG_BREAK; in IsDebugBreak()
1051 && (target->ic_state() == MEGAMORPHIC || in VisitCodeTarget()
8381 PrintF(out, "ic_state = %s\n", ICState2String(ic_state())); in Disassemble()8383 if (ic_state() == MONOMORPHIC) { in Disassemble()