Searched refs:actual_frame_count (Results 1 – 1 of 1) sorted by relevance
1017 size_t actual_frame_count; in TR_Frames() local1018 JdwpError error = Dbg::GetThreadFrameCount(thread_id, &actual_frame_count); in TR_Frames()1023 if (actual_frame_count <= 0) { in TR_Frames()1027 if (start_frame > actual_frame_count) { in TR_Frames()1031 length = actual_frame_count - start_frame; in TR_Frames()1033 if (start_frame + length > actual_frame_count) { in TR_Frames()