Searched refs:frames_size (Results 1 – 1 of 1) sorted by relevance
459 size_t frames_size = static_cast<size_t>(old_stack_info.frame_count) * sizeof(jvmtiFrameInfo); in GetAllStackTraces() local460 memcpy(frame_info, old_stack_info.frame_buffer, frames_size); in GetAllStackTraces()640 size_t frames_size = in GetThreadListStackTraces() local642 memcpy(frame_info, old_stack_info.frame_buffer, frames_size); in GetThreadListStackTraces()