Home
last modified time | relevance | path

Searched refs:top_frame_it (Results 1 – 1 of 1) sorted by relevance

/ark/runtime_core/runtime/
Dthread.cpp299 auto top_frame_it = thread_state_to_string_map.find(thread_frame_states_.top()); in LogThreadStack() local
301 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()