Home
last modified time | relevance | path

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

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