Home
last modified time | relevance | path

Searched refs:PREMONOMORPHIC (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dbuiltins.h88 V(KeyedLoadIC_PreMonomorphic, KEYED_LOAD_IC, PREMONOMORPHIC, \
96 V(KeyedStoreIC_PreMonomorphic, KEYED_STORE_IC, PREMONOMORPHIC, \
102 V(KeyedStoreIC_PreMonomorphic_Strict, KEYED_STORE_IC, PREMONOMORPHIC, \
Dglobals.h448 PREMONOMORPHIC, enumerator
Dcode-stubs.h1339 return PREMONOMORPHIC; in GetICState()
Dobjects.cc10808 case PREMONOMORPHIC: return "PREMONOMORPHIC"; in ICState2String()
/external/v8/src/ic/
Dic-compiler.cc151 Code::Flags flags = Code::ComputeFlags(kind, PREMONOMORPHIC, state); in FindPreMonomorphic()
183 } else if (ic_state == PREMONOMORPHIC) { in ComputeLoad()
206 } else if (ic_state == PREMONOMORPHIC) { in ComputeStore()
Dic.h114 return state == UNINITIALIZED || state == PREMONOMORPHIC; in IsCleared()
241 } else if (state_ != UNINITIALIZED && state_ != PREMONOMORPHIC) { in FindTargetMaps()
Dic.cc29 case PREMONOMORPHIC: in TransitionMarkFromState()
360 case PREMONOMORPHIC: in ComputeTypeInfoCountDelta()
361 if (new_state == UNINITIALIZED || new_state == PREMONOMORPHIC) break; in ComputeTypeInfoCountDelta()
790 case PREMONOMORPHIC: in PatchCache()
834 return PropertyICCompiler::ComputeLoad(isolate, PREMONOMORPHIC, extra_state); in pre_monomorphic_stub()
1398 return PropertyICCompiler::ComputeStore(isolate, PREMONOMORPHIC, state); in pre_monomorphic_stub()