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

/openjdk7/hotspot/src/share/vm/runtime/
H A DjniHandles.cpp293 if (thread != NULL && thread->free_handle_block() != NULL) {
294 block = thread->free_handle_block();
340 // we _don't_ want the block to be kept on the free_handle_block.
344 JNIHandleBlock* freelist = thread->free_handle_block();
H A Dthread.cpp1868 if (free_handle_block() != NULL) {
1869 JNIHandleBlock* block = free_handle_block();
1947 if (free_handle_block() != NULL) {
1948 JNIHandleBlock* block = free_handle_block();
H A Dthread.hpp414 JNIHandleBlock* free_handle_block() const { return _free_handle_block; } function in class:Thread

Completed in 195 milliseconds