Lines Matching refs:IC
25 class IC {
38 IC(Isolate* isolate, Handle<FeedbackVector> vector, FeedbackSlot slot);
39 virtual ~IC() {} in ~IC()
95 bool ConfigureVectorState(IC::State new_state, Handle<Object> key);
107 char TransitionMarkFromState(IC::State state);
205 DISALLOW_IMPLICIT_CONSTRUCTORS(IC);
209 class LoadIC : public IC {
212 : IC(isolate, vector, slot) { in LoadIC()
239 friend class IC; variable
272 friend class IC;
288 class StoreIC : public IC {
291 : IC(isolate, vector, slot) { in StoreIC()
320 friend class IC; variable
378 friend class IC; variable