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

  /external/v8/src/ic/
ic.h 115 void ConfigureVectorState(IC::State new_state, Handle<Object> key);
117 void ConfigureVectorState(Handle<Name> name, Handle<Map> map,
120 void ConfigureVectorState(Handle<Name> name, MapHandleList* maps,
124 void ConfigureVectorState(MapHandleList* maps,
ic.cc 520 void IC::ConfigureVectorState(IC::State new_state, Handle<Object> key) {
543 void IC::ConfigureVectorState(Handle<Name> name, Handle<Map> map,
594 void IC::ConfigureVectorState(Handle<Name> name, MapHandleList* maps,
641 void IC::ConfigureVectorState(MapHandleList* maps,
784 ConfigureVectorState(name, receiver_map(), handler);
796 ConfigureVectorState(name, &maps, &handlers);
804 ConfigureVectorState(name, receiver_map(), handler);
858 ConfigureVectorState(MEGAMORPHIC, name);
    [all...]

Completed in 173 milliseconds