Searched refs:sum_frames (Results 1 – 1 of 1) sorted by relevance
423 size_t sum_frames = 0; in GetAllStackTraces() local455 sum_frames += static_cast<size_t>(count); in GetAllStackTraces()461 size_t chunk_size = rounded_stack_info_size + sum_frames * sizeof(jvmtiFrameInfo); in GetAllStackTraces()582 size_t sum_frames = 0; in GetThreadListStackTraces() local617 sum_frames += static_cast<size_t>(count); in GetThreadListStackTraces()624 size_t chunk_size = rounded_stack_info_size + sum_frames * sizeof(jvmtiFrameInfo); in GetThreadListStackTraces()