HomeSort by relevance Sort by last modified time
    Searched refs:ConfigureVectorState (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ic/
ic.cc 577 void IC::ConfigureVectorState(IC::State new_state) {
592 void IC::ConfigureVectorState(Handle<Name> name, Handle<Map> map,
615 void IC::ConfigureVectorState(Handle<Name> name, MapHandleList* maps,
638 void IC::ConfigureVectorState(MapHandleList* maps,
665 ConfigureVectorState(MEGAMORPHIC);
788 ConfigureVectorState(name, receiver_map(), code);
800 ConfigureVectorState(name, &maps, &handlers);
810 ConfigureVectorState(name, receiver_map(), handler);
856 ConfigureVectorState(MEGAMORPHIC);
    [all...]
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,

Completed in 4240 milliseconds