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

/openjdk7/hotspot/src/share/vm/runtime/
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,
H A DjniHandles.hpp160 JNIHandleBlock* pop_frame_link() const { return _pop_frame_link; } function in class:JNIHandleBlock
/openjdk7/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1994 JNIHandleBlock* java_handles = compile_handles->pop_frame_link();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp169 JNIHandleBlock* new_handles = old_handles->pop_frame_link();
172 // Note that we set the pop_frame_link to NULL explicitly, otherwise
H A Djni.cpp919 JNIHandleBlock* new_handles = old_handles->pop_frame_link();
921 // As a sanity check we only release the handle blocks if the pop_frame_link is not NULL.
923 // PushLocalFrame call. Note that we set the pop_frame_link to NULL explicitly, otherwise

Completed in 62 milliseconds