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

/openjdk9/hotspot/src/share/vm/runtime/
H A DjniHandles.cpp180 block = block->pop_frame_link();
330 JNIHandleBlock* pop_frame_link = block->pop_frame_link(); local
364 if (pop_frame_link != NULL) {
365 // As a sanity check we release blocks pointed to by the pop_frame_link.
368 release_block(pop_frame_link, thread);
380 assert(current == current_chain || current->pop_frame_link() == NULL,
396 current_chain = current_chain->pop_frame_link();
404 assert(current->pop_frame_link() == NULL,
H A DjniHandles.hpp172 JNIHandleBlock* pop_frame_link() const { return _pop_frame_link; } function in class:JNIHandleBlock
/openjdk9/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp2102 JNIHandleBlock* java_handles = compile_handles->pop_frame_link();
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiExport.cpp171 JNIHandleBlock* new_handles = old_handles->pop_frame_link();
174 // Note that we set the pop_frame_link to NULL explicitly, otherwise
H A Djni.cpp762 JNIHandleBlock* new_handles = old_handles->pop_frame_link();
764 // As a sanity check we only release the handle blocks if the pop_frame_link is not NULL.
766 // PushLocalFrame call. Note that we set the pop_frame_link to NULL explicitly, otherwise
/openjdk9/hotspot/src/share/vm/jvmci/
H A DjvmciCompilerToVM.cpp77 JNIHandleBlock* java_handles = compile_handles->pop_frame_link();

Completed in 191 milliseconds