Searched refs:PREMONOMORPHIC (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | ic.cc | 46 case PREMONOMORPHIC: return 'P'; in TransitionMarkFromState() 301 old_state == UNINITIALIZED || old_state == PREMONOMORPHIC; in ComputeTypeInfoCountDelta() 303 new_state == UNINITIALIZED || new_state == PREMONOMORPHIC; in ComputeTypeInfoCountDelta() 734 state == PREMONOMORPHIC || in UpdateCaches() 821 } else if (state == PREMONOMORPHIC) { in Load() 849 } else if (state == PREMONOMORPHIC) { in Load() 870 } else if (state == PREMONOMORPHIC) { in Load() 1002 state == PREMONOMORPHIC || in UpdateCaches() 1254 if (state == UNINITIALIZED || state == PREMONOMORPHIC) { in UpdateCaches() 1542 if (ic_state != UNINITIALIZED && ic_state != PREMONOMORPHIC) { in ComputeStub() [all …]
|
D | builtins.h | 109 V(LoadIC_PreMonomorphic, LOAD_IC, PREMONOMORPHIC, \ 126 V(KeyedLoadIC_PreMonomorphic, KEYED_LOAD_IC, PREMONOMORPHIC, \
|
D | v8globals.h | 260 PREMONOMORPHIC, enumerator
|
D | stub-cache.cc | 751 Code::ComputeFlags(kind, PREMONOMORPHIC, extra_state, NORMAL, argc); in ComputeCallPreMonomorphic()
|
D | objects.cc | 8323 case PREMONOMORPHIC: return "PREMONOMORPHIC"; in ICState2String()
|