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

/openjdk7/hotspot/src/share/vm/services/
H A DthreadService.hpp196 bool _is_in_native; member in class:ThreadSnapshot
225 bool is_in_native() { return _is_in_native; }
H A DthreadService.cpp740 _is_in_native = (thread->thread_state() == _thread_in_native);

Completed in 34 milliseconds