Searched defs:get_thread (Results 1 - 16 of 16) sorted by relevance

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dassembler_bsd_x86.cpp36 void MacroAssembler::get_thread(Register thread) { function in class:MacroAssembler
51 void MacroAssembler::get_thread(Register thread) { function in class:MacroAssembler
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dassembler_linux_x86.cpp38 void MacroAssembler::get_thread(Register thread) { function in class:MacroAssembler
58 void MacroAssembler::get_thread(Register thread) { function in class:MacroAssembler
74 void MacroAssembler::get_thread(Register thread) { function in class:MacroAssembler
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A DthreadLS_solaris_sparc.cpp43 extern "C" Thread* get_thread() { function
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dassembler_windows_x86.cpp55 void MacroAssembler::get_thread(Register thread) { function in class:MacroAssembler
67 void MacroAssembler::get_thread(Register thread) { function in class:MacroAssembler
H A DthreadLS_windows_x86.hpp41 static inline Thread* get_thread() { function
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dassembler_solaris_x86.cpp112 void MacroAssembler::get_thread(Register thread) { function in class:MacroAssembler
H A DthreadLS_solaris_x86.cpp88 // 3. MacroAssembler::get_thread() currently emits calls to thr_getspecific().
89 // Modify get_thread() to call Thread::current() instead.
190 extern "C" Thread* get_thread() { function
/openjdk7/jdk/src/share/demo/jvmti/waiters/
H A DAgent.cpp59 Agent::get_thread(jvmtiEnv *jvmti, JNIEnv *env, jthread thread) function in class:Agent
165 t = get_thread(jvmti, env, thread);
180 get_thread(jvmti, env, thread)->
196 get_thread(jvmti, env, thread)->
207 get_thread(jvmti, env, thread)->
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvThreadState.hpp169 inline JavaThread *get_thread() { return _thread; } function in class:JvmtiEnvThreadState
H A DjvmtiThreadState.hpp163 inline JavaThread *get_thread() { return _thread; } function in class:JvmtiThreadState
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp3312 void LIR_Assembler::get_thread(LIR_Opr result_reg) { function in class:LIR_Assembler
H A Dassembler_sparc.cpp869 void MacroAssembler::get_thread() { function in class:MacroAssembler
957 get_thread();
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp428 __ get_thread(rsi);
449 __ get_thread(rax);
3757 void LIR_Assembler::get_thread(LIR_Opr result_reg) { function in class:LIR_Assembler
3760 // __ get_thread(result_reg->as_register_lo());
3763 __ get_thread(result_reg->as_register());
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1307 extern "C" Thread* get_thread() { function
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1116 extern "C" Thread* get_thread() { function
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LIR.hpp1954 void get_thread(LIR_Opr result) { append(new LIR_Op0(lir_get_thread, result)); } function in class:LIR_List

Completed in 179 milliseconds