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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlibrary_call.cpp2905 Node* threadid = NULL; local
2908 threadid = ConvL2I(make_load(control(), p, TypeLong::LONG, T_LONG));
2910 threadid = make_load(control(), p, TypeInt::INT, T_INT);
2914 set_result(threadid);

Completed in 67 milliseconds