Searched refs:PREMONOMORPHIC (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | builtins.h | 88 V(KeyedLoadIC_PreMonomorphic, KEYED_LOAD_IC, PREMONOMORPHIC, \ 96 V(KeyedStoreIC_PreMonomorphic, KEYED_STORE_IC, PREMONOMORPHIC, \ 102 V(KeyedStoreIC_PreMonomorphic_Strict, KEYED_STORE_IC, PREMONOMORPHIC, \
|
D | globals.h | 448 PREMONOMORPHIC, enumerator
|
D | code-stubs.h | 1339 return PREMONOMORPHIC; in GetICState()
|
D | objects.cc | 10808 case PREMONOMORPHIC: return "PREMONOMORPHIC"; in ICState2String()
|
/external/v8/src/ic/ |
D | ic-compiler.cc | 151 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()
|
D | ic.h | 114 return state == UNINITIALIZED || state == PREMONOMORPHIC; in IsCleared() 241 } else if (state_ != UNINITIALIZED && state_ != PREMONOMORPHIC) { in FindTargetMaps()
|
D | ic.cc | 29 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()
|