Lines Matching refs:current_state
142 CLG_(current_state).collect = !CLG_(current_state).collect; in function_entered()
145 CLG_(current_state).collect ? "ON" : "OFF"); in function_entered()
160 CLG_(current_state).collect = !CLG_(current_state).collect; in function_left()
163 CLG_(current_state).collect ? "ON" : "OFF"); in function_left()
206 if (CLG_(current_state).nonskipped) { in CLG_()
208 CLG_ASSERT(CLG_(current_state).nonskipped == from); in CLG_()
215 CLG_(current_state).cost ); in CLG_()
245 current_entry->nonskipped = CLG_(current_state).nonskipped; in CLG_()
255 CLG_(current_state).nonskipped = 0; in CLG_()
256 else if (!CLG_(current_state).nonskipped) { in CLG_()
258 CLG_(current_state).nonskipped = from; in CLG_()
259 if (!CLG_(current_state).nonskipped->skipped) { in CLG_()
261 &CLG_(current_state).nonskipped->skipped); in CLG_()
313 if (CLG_(current_state).sig >0) { in CLG_()
327 CLG_(current_state).nonskipped = lower_entry->nonskipped; in CLG_()
342 CLG_(current_state).cost) ) { in CLG_()
352 CLG_(current_state).cxt = lower_entry->cxt; in CLG_()
355 CLG_ASSERT(CLG_(current_state).cxt != 0); in CLG_()