Home
last modified time | relevance | path

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

/art/runtime/openjdkjvmti/
Dti_stack.cc380 jvmtiStackInfo& new_stack_info = stack_info[i]; in GetAllStackTraces() local
384 new_stack_info.thread = thread_peer; in GetAllStackTraces()
390 new_stack_info.frame_buffer = frame_info; in GetAllStackTraces()
568 jvmtiStackInfo& new_stack_info = stack_info[i]; in GetThreadListStackTraces() local
570 memcpy(&new_stack_info, &old_stack_info, sizeof(jvmtiStackInfo)); in GetThreadListStackTraces()
571 new_stack_info.thread = reinterpret_cast<JNIEnv*>(soa.Env())->NewLocalRef(thread_list[i]); in GetThreadListStackTraces()
577 new_stack_info.frame_buffer = frame_info; in GetThreadListStackTraces()