Home | History | Annotate | Download | only in src

Lines Matching full:old_state

63                  State old_state,
88 TransitionMarkFromState(old_state),
109 #define TRACE_IC(type, name, old_state, new_target) \
110 ASSERT((TraceIC(type, name, old_state, new_target), true))
299 static int ComputeTypeInfoCountDelta(IC::State old_state, IC::State new_state) {
301 old_state == UNINITIALIZED || old_state == PREMONOMORPHIC;