Searched refs:new_stack_info (Results 1 – 1 of 1) sorted by relevance
451 jvmtiStackInfo& new_stack_info = stack_info[i]; in GetAllStackTraces() local454 new_stack_info.thread = in GetAllStackTraces()461 new_stack_info.frame_buffer = frame_info; in GetAllStackTraces()634 jvmtiStackInfo& new_stack_info = stack_info[i]; in GetThreadListStackTraces() local636 memcpy(&new_stack_info, &old_stack_info, sizeof(jvmtiStackInfo)); in GetThreadListStackTraces()637 new_stack_info.thread = reinterpret_cast<JNIEnv*>(soa.Env())->NewLocalRef(thread_list[i]); in GetThreadListStackTraces()643 new_stack_info.frame_buffer = frame_info; in GetThreadListStackTraces()