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

/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dthread_linux_arm.hpp37 _in_top_frame_unsafe_section = NULL;
81 JavaThread *_in_top_frame_unsafe_section; variable
84 static ByteSize in_top_frame_unsafe_section_offset() { return byte_offset_of(JavaThread, _in_top_frame_unsafe_section); }
85 bool in_top_frame_unsafe_section() { return _in_top_frame_unsafe_section == this; }

Completed in 37 milliseconds