Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-native-context-specialization.cc1462 if (nexus.ic_state() != MEGAMORPHIC && nexus.GetKeyType() == ELEMENT) { in ReduceKeyedAccess()
1520 } else if (nexus.ic_state() == MEGAMORPHIC) { in ReduceKeyedAccess()
2082 if (nexus.ic_state() == MEGAMORPHIC) { in ReduceJSStoreDataPropertyInLiteral()
2086 DCHECK_EQ(MONOMORPHIC, nexus.ic_state()); in ReduceJSStoreDataPropertyInLiteral()
2176 if (nexus.ic_state() == MEGAMORPHIC) return NoChange(); in ReduceJSStoreInArrayLiteral()
/external/v8/src/
Dfeedback-vector.h577 InlineCacheState ic_state() const { return StateFromFeedback(); } in ic_state() function
Dfeedback-vector.cc751 switch (ic_state()) { in ConfigureCloneObject()
/external/v8/src/runtime/
Druntime-object.cc830 if (nexus.ic_state() == UNINITIALIZED) { in RUNTIME_FUNCTION()
837 } else if (nexus.ic_state() == MONOMORPHIC) { in RUNTIME_FUNCTION()