Searched refs:this_thread (Results 1 – 2 of 2) sorted by relevance
51 jthread this_thread; in AgentMain() local52 jvmtiError this_thread_result = jenv->GetCurrentThread(&this_thread); in AgentMain()54 CHECK(!env->IsSameObject(this_thread, data->main_thread)); in AgentMain()58 jvmtiError info_result = jenv->GetThreadInfo(this_thread, &info); in AgentMain()80 if (env->IsSameObject(threads[i], this_thread)) { in AgentMain()
1530 Thread* this_thread = const_cast<Thread*>(thread); in DumpState() local1531 Closure* flip_func = this_thread->GetFlipFunction(); in DumpState()1533 flip_func->Run(this_thread); in DumpState()1819 Thread* this_thread = const_cast<Thread*>(this); in DumpJavaStack() local1820 Closure* flip_func = this_thread->GetFlipFunction(); in DumpJavaStack()1822 flip_func->Run(this_thread); in DumpJavaStack()