Home
last modified time | relevance | path

Searched refs:new_stack_info (Results 1 – 1 of 1) sorted by relevance

/art/openjdkjvmti/
Dti_stack.cc451 jvmtiStackInfo& new_stack_info = stack_info[i]; in GetAllStackTraces() local
454 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() local
636 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()