Searched refs:top_frame_it (Results 1 – 1 of 1) sorted by relevance
299 auto top_frame_it = thread_state_to_string_map.find(thread_frame_states_.top()); in LogThreadStack() local301 ASSERT(top_frame_it != thread_state_to_string_map.end()); in LogThreadStack()304 … << "tried go to " << new_state_it->second << " state, but last frame is: " << top_frame_it->second in LogThreadStack()