Home
last modified time | relevance | path

Searched refs:ConfigureVectorState (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ic/
Dic.h95 bool ConfigureVectorState(IC::State new_state, Handle<Object> key);
97 void ConfigureVectorState(Handle<Map> map);
99 void ConfigureVectorState(Handle<Name> name, Handle<Map> map,
101 void ConfigureVectorState(Handle<Name> name, Handle<Map> map,
104 void ConfigureVectorState(Handle<Name> name, MapHandles const& maps,
Dic.cc372 bool IC::ConfigureVectorState(IC::State new_state, Handle<Object> key) { in ConfigureVectorState() function in v8::internal::IC
385 void IC::ConfigureVectorState(Handle<Map> map) { in ConfigureVectorState() function in v8::internal::IC
391 void IC::ConfigureVectorState(Handle<Name> name, Handle<Map> map, in ConfigureVectorState() function in v8::internal::IC
393 ConfigureVectorState(name, map, MaybeObjectHandle(handler)); in ConfigureVectorState()
396 void IC::ConfigureVectorState(Handle<Name> name, Handle<Map> map, in ConfigureVectorState() function in v8::internal::IC
411 void IC::ConfigureVectorState(Handle<Name> name, MapHandles const& maps, in ConfigureVectorState() function in v8::internal::IC
584 ConfigureVectorState(name, receiver_map(), handler); in UpdatePolymorphicIC()
597 ConfigureVectorState(name, maps, &handlers); in UpdatePolymorphicIC()
606 ConfigureVectorState(name, receiver_map(), handler); in UpdateMonomorphicIC()
663 ConfigureVectorState(MEGAMORPHIC, name); in PatchCache()
[all …]