Searched refs:ConfigureVectorState (Results 1 – 2 of 2) sorted by relevance
| /third_party/node/deps/v8/src/ic/ |
| D | ic.h | 85 bool ConfigureVectorState(IC::State new_state, Handle<Object> key); 87 void ConfigureVectorState(Handle<Name> name, Handle<Map> map, 89 void ConfigureVectorState(Handle<Name> name, Handle<Map> map, 92 void ConfigureVectorState(Handle<Name> name, MapHandles const& maps, 94 void ConfigureVectorState(
|
| D | ic.cc | 364 bool IC::ConfigureVectorState(IC::State new_state, Handle<Object> key) { in ConfigureVectorState() function in v8::internal::IC 376 void IC::ConfigureVectorState(Handle<Name> name, Handle<Map> map, in ConfigureVectorState() function in v8::internal::IC 378 ConfigureVectorState(name, map, MaybeObjectHandle(handler)); in ConfigureVectorState() 381 void IC::ConfigureVectorState(Handle<Name> name, Handle<Map> map, in ConfigureVectorState() function in v8::internal::IC 394 void IC::ConfigureVectorState(Handle<Name> name, MapHandles const& maps, in ConfigureVectorState() function in v8::internal::IC 402 ConfigureVectorState(name, maps_and_handlers); in ConfigureVectorState() 405 void IC::ConfigureVectorState( in ConfigureVectorState() function in v8::internal::IC 716 ConfigureVectorState(name, lookup_start_object_map(), handler); in UpdatePolymorphicIC() 729 ConfigureVectorState(name, maps_and_handlers); in UpdatePolymorphicIC() 738 ConfigureVectorState(name, lookup_start_object_map(), handler); in UpdateMonomorphicIC() [all …]
|