Searched refs:ThreadStateTransition (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DinterfaceSupport.hpp130 class ThreadStateTransition : public StackObj { class in inherits:StackObj
134 ThreadStateTransition(JavaThread *thread) { function in class:ThreadStateTransition
244 class ThreadInVMfromJava : public ThreadStateTransition {
246 ThreadInVMfromJava(JavaThread* thread) : ThreadStateTransition(thread) {
267 ThreadStateTransition::transition_from_native(t2, _thread_in_vm);
277 ThreadStateTransition::transition_and_fence(_thread, _thread_in_vm, _thread_in_native);
283 class ThreadInVMfromNative : public ThreadStateTransition {
285 ThreadInVMfromNative(JavaThread* thread) : ThreadStateTransition(thread) {
294 class ThreadToNativeFromVM : public ThreadStateTransition {
296 ThreadToNativeFromVM(JavaThread *thread) : ThreadStateTransition(threa
[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 Dthread.cpp1627 ThreadStateTransition::transition_and_fence(this, _thread_new, _thread_in_vm);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp101 ThreadStateTransition::transition_from_java(_jthread, _thread_in_native);
103 ThreadStateTransition::transition(_jthread, _saved_state, _thread_in_native);
112 ThreadStateTransition::transition_from_native(_jthread, _saved_state);
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);
5357 // using ThreadStateTransition::transition, we do a callback to the safepoint code if
5360 ThreadStateTransition::transition_and_fence(thread, _thread_in_vm, _thread_in_native);
5434 ThreadStateTransition::transition_from_native(thread, _thread_in_vm);
/openjdk7/hotspot/src/cpu/zero/vm/
H A DcppInterpreter_zero.cpp322 ThreadStateTransition::transition_from_java(thread, _thread_in_native);
329 // ThreadStateTransition::transition_from_native() cannot be used
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp404 ThreadStateTransition::transition(thread, thread_state, _thread_blocked);
456 ThreadStateTransition::transition(thread, _thread_blocked, osthread->saved_interrupt_thread_state());
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.cpp2066 ThreadStateTransition::transition(JavaThread::current(), _thread_in_vm, saved_state);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dassembler_x86.cpp6031 ThreadStateTransition::transition(thread, _thread_in_vm, saved_state);
6627 ThreadStateTransition::transition(thread, _thread_in_vm, saved_state);

Completed in 169 milliseconds