Home | History | Annotate | Download | only in ic

Lines Matching defs:old_state

99 void IC::TraceIC(const char* type, Handle<Object> name, State old_state,
125 PrintF(" (%c->%c%s)", TransitionMarkFromState(old_state),
138 #define TRACE_VECTOR_IC(type, name, old_state, new_state) \
139 TraceIC(type, name, old_state, new_state)
355 static void ComputeTypeInfoCountDelta(IC::State old_state, IC::State new_state,
358 switch (old_state) {
393 State old_state, State new_state,
404 ComputeTypeInfoCountDelta(old_state, new_state, &polymorphic_delta,
428 State old_state = UNINITIALIZED;
432 old_state = old_target->ic_state();
437 OnTypeFeedbackChanged(isolate, address, old_state, new_state,
1901 IC::State old_state = FeedbackToState(vector, slot);
1918 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true);
1919 TRACE_VECTOR_IC("CallIC (custom handler)", name, old_state, new_state);
1930 IC::State old_state = FeedbackToState(vector, slot);
1948 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true);
1949 TRACE_VECTOR_IC("CallIC", name, old_state, new_state);
1956 IC::State old_state = FeedbackToState(vector, slot);
1993 OnTypeFeedbackChanged(isolate(), address(), old_state, new_state, true);
1994 TRACE_VECTOR_IC("CallIC", name, old_state, new_state);
2236 BinaryOpICState old_state(isolate(), target()->extra_ic_state());
2265 os << "[BinaryOpIC" << old_state << " => " << state << " @ "
2275 if (!old_state.UseInlinedSmiCode() && state.UseInlinedSmiCode()) {
2277 } else if (old_state.UseInlinedSmiCode() && !state.UseInlinedSmiCode()) {