Home
last modified time | relevance | path

Searched refs:ic_state (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dtype-info.cc85 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()
Ddisassembler.cc243 InlineCacheState ic_state = code->ic_state(); in DecodeIt() local
245 Code::ICState2String(ic_state)); in DecodeIt()
246 if (ic_state == MONOMORPHIC) { in DecodeIt()
Dic.cc228 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 …]
Dobjects-inl.h2944 InlineCacheState Code::ic_state() { in ic_state() function
3236 InlineCacheState ic_state, in ComputeFlags() argument
3249 | ICStateField::encode(ic_state) in ComputeFlags()
Dliveedit.cc1479 pre_top_frame_code->ic_state() == DEBUG_BREAK) { in DropFrames()
Dobjects.h4200 inline InlineCacheState ic_state(); // Only valid for IC stubs.
4341 InlineCacheState ic_state = UNINITIALIZED,
Ddebug.cc1538 return code->ic_state() == DEBUG_BREAK; in IsDebugBreak()
Dmark-compact.cc1051 && (target->ic_state() == MEGAMORPHIC || in VisitCodeTarget()
Dobjects.cc8381 PrintF(out, "ic_state = %s\n", ICState2String(ic_state())); in Disassemble()
8383 if (ic_state() == MONOMORPHIC) { in Disassemble()