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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.inline.hpp49 _handle = Thread::current()->handle_area()->allocate_handle(obj);
60 _handle = thread->handle_area()->allocate_handle(obj);
H A DjniHandles.cpp56 return thread->active_handles()->allocate_handle(obj);
68 return thread->active_handles()->allocate_handle(obj);
79 return thread->active_handles()->allocate_handle(obj);
91 res = _global_handles->allocate_handle(obj());
107 res = _weak_global_handles->allocate_handle(obj());
327 // _last, _free_list & _allocate_before_rebuild initialized in allocate_handle
444 jobject JNIHandleBlock::allocate_handle(oop obj) { function in class:JNIHandleBlock
483 return allocate_handle(obj);
499 return allocate_handle(obj); // retry
H A Dhandles.cpp47 oop* HandleArea::allocate_handle(oop obj) { function in class:HandleArea
59 _handle = thread->handle_area()->allocate_handle(obj);
H A Dhandles.hpp271 oop* allocate_handle(oop obj);
273 oop* allocate_handle(oop obj) { return real_allocate_handle(obj); } function in class:HandleArea
H A DjniHandles.hpp153 jobject allocate_handle(oop obj);

Completed in 383 milliseconds