Searched refs:_thread_in_vm (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp247 trans_from_java(_thread_in_vm);
250 trans(_thread_in_vm, _thread_in_Java);
267 ThreadStateTransition::transition_from_native(t2, _thread_in_vm);
277 ThreadStateTransition::transition_and_fence(_thread, _thread_in_vm, _thread_in_native);
286 trans_from_native(_thread_in_vm);
289 trans_and_fence(_thread_in_vm, _thread_in_native);
301 trans_and_fence(_thread_in_vm, _thread_in_native);
307 trans_from_native(_thread_in_vm);
319 trans_and_fence(_thread_in_vm, _thread_blocked);
322 trans_and_fence(_thread_blocked, _thread_in_vm);
[all...]
H A DjavaCalls.cpp73 ThreadStateTransition::transition(thread, _thread_in_vm, _thread_in_Java);
140 ThreadStateTransition::transition_from_java(_thread, _thread_in_vm);
H A Dsafepoint.cpp640 thread->set_thread_state(_thread_in_vm);
943 if (state == _thread_in_vm) {
H A Djava.cpp573 ((JavaThread*)thread)->set_thread_state(_thread_in_vm);
H A Dmutex.cpp1366 assert((!thread->is_Java_thread() || ((JavaThread *)thread)->thread_state() == _thread_in_vm)
H A Dsweeper.cpp234 assert(JavaThread::current()->thread_state() == _thread_in_vm, "must run in vm mode");
H A Dthread.cpp897 if (is_Java_thread() && ((JavaThread*)this)->thread_state() != _thread_in_vm) {
1626 // in the VM. Change thread state from _thread_new to _thread_in_vm
1627 ThreadStateTransition::transition_and_fence(this, _thread_new, _thread_in_vm);
2086 case _thread_in_vm:
2136 // set_thread_state(_thread_in_vm);
2787 case _thread_in_vm: return "_thread_in_vm";
3336 main_thread->set_thread_state(_thread_in_vm);
H A Dfprofiler.cpp1094 case _thread_in_vm:
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dstack_zero.cpp71 case _thread_in_vm:
/openjdk7/hotspot/src/share/vm/prims/
H A Dforte.cpp196 state == _thread_in_vm ||
567 case _thread_in_vm:
H A DjvmtiRawMonitor.cpp37 assert(current_java_thread->thread_state() == _thread_in_vm, "Must be in vm");
H A Djni.cpp5152 ThreadStateTransition::transition_and_fence(thread, _thread_in_vm, _thread_in_native);
5240 ThreadStateTransition::transition_from_native(thread, _thread_in_vm);
5247 ThreadStateTransition::transition_and_fence(thread, _thread_in_vm, _thread_in_native);
5278 thread->set_thread_state(_thread_in_vm);
5360 ThreadStateTransition::transition_and_fence(thread, _thread_in_vm, _thread_in_native);
5434 ThreadStateTransition::transition_from_native(thread, _thread_in_vm);
H A DjvmtiExport.cpp72 // Use this for JavaThreads and state is _thread_in_vm.
86 // For JavaThreads which are not in _thread_in_vm state
1003 assert(thread->thread_state() == _thread_in_vm, "must be in vm state");
1665 assert(thread->thread_state() == _thread_in_vm, "must be in vm state");
H A DjniCheck.cpp60 assert(JavaThread::current()->thread_state() == _thread_in_vm, \
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp207 else*/ if (thread->thread_state() == _thread_in_vm &&
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp200 else*/ if (thread->thread_state() == _thread_in_vm &&
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp607 } else if (thread->thread_state() == _thread_in_vm &&
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp624 thread->thread_state() == _thread_in_vm &&
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp392 } else if (thread->thread_state() == _thread_in_vm &&
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp425 if (thread->thread_state() == _thread_in_vm) {
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp473 if (thread->thread_state() == _thread_in_vm) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciEnv.cpp869 return JavaThread::current()->thread_state() == _thread_in_vm;
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp716 // _thread_in_vm : Executing in the vm
731 _thread_in_vm = 6, // running in VM enumerator in enum:JavaThreadState
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.cpp41 return ((JavaThread*)thread)->thread_state() == _thread_in_vm;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp2055 JavaThread::current()->set_thread_state(_thread_in_vm);
2066 ThreadStateTransition::transition(JavaThread::current(), _thread_in_vm, saved_state); local

Completed in 142 milliseconds

12