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

/openjdk9/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp134 JNIHandleBlock* _pop_frame_link; // Block to restore on PopLocalFrame call member in class:JNIHandleBlock
172 JNIHandleBlock* pop_frame_link() const { return _pop_frame_link; }
173 void set_pop_frame_link(JNIHandleBlock* block) { _pop_frame_link = block; }
H A DjniHandles.cpp318 block->_pop_frame_link = NULL;
338 block->_pop_frame_link = NULL;

Completed in 36 milliseconds