Searched refs:ConfigureVectorState (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/ic/ |
D | ic.cc | 577 void IC::ConfigureVectorState(IC::State new_state) { in ConfigureVectorState() function in v8::internal::IC 592 void IC::ConfigureVectorState(Handle<Name> name, Handle<Map> map, in ConfigureVectorState() function in v8::internal::IC 615 void IC::ConfigureVectorState(Handle<Name> name, MapHandleList* maps, in ConfigureVectorState() function in v8::internal::IC 638 void IC::ConfigureVectorState(MapHandleList* maps, in ConfigureVectorState() function in v8::internal::IC 665 ConfigureVectorState(MEGAMORPHIC); in Load() 788 ConfigureVectorState(name, receiver_map(), code); in UpdatePolymorphicIC() 800 ConfigureVectorState(name, &maps, &handlers); in UpdatePolymorphicIC() 810 ConfigureVectorState(name, receiver_map(), handler); in UpdateMonomorphicIC() 856 ConfigureVectorState(MEGAMORPHIC); in PatchCache() 1012 ConfigureVectorState(PREMONOMORPHIC); in UpdateCaches() [all …]
|
D | ic.h | 115 void ConfigureVectorState(IC::State new_state); 117 void ConfigureVectorState(Handle<Name> name, Handle<Map> map, 120 void ConfigureVectorState(Handle<Name> name, MapHandleList* maps, 124 void ConfigureVectorState(MapHandleList* maps,
|