Searched defs:pop_frame_link (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp160 JNIHandleBlock* pop_frame_link() const { return _pop_frame_link; } function in class:JNIHandleBlock
H A DjniHandles.cpp178 block = block->pop_frame_link();
337 JNIHandleBlock* pop_frame_link = block->pop_frame_link(); local
371 if (pop_frame_link != NULL) {
372 // As a sanity check we release blocks pointed to by the pop_frame_link.
375 release_block(pop_frame_link, thread);
387 assert(current == current_chain || current->pop_frame_link() == NULL,
403 current_chain = current_chain->pop_frame_link();
411 assert(current->pop_frame_link() == NULL,

Completed in 44 milliseconds