Searched refs:new_stack_info (Results 1 – 1 of 1) sorted by relevance
494 jvmtiStackInfo& new_stack_info = stack_info[i]; in GetAllStackTraces() local497 new_stack_info.thread = in GetAllStackTraces()504 new_stack_info.frame_buffer = frame_info; in GetAllStackTraces()677 jvmtiStackInfo& new_stack_info = stack_info[i]; in GetThreadListStackTraces() local679 memcpy(&new_stack_info, &old_stack_info, sizeof(jvmtiStackInfo)); in GetThreadListStackTraces()680 new_stack_info.thread = reinterpret_cast<JNIEnv*>(soa.Env())->NewLocalRef(thread_list[i]); in GetThreadListStackTraces()686 new_stack_info.frame_buffer = frame_info; in GetThreadListStackTraces()