Searched refs:resolve_helper (Results 1 - 2 of 2) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | sharedRuntime.hpp | 304 static methodHandle resolve_helper(JavaThread *thread,
|
H A D | sharedRuntime.cpp | 1132 methodHandle SharedRuntime::resolve_helper(JavaThread *thread, function in class:SharedRuntime 1350 callee_method = SharedRuntime::resolve_helper(thread, false, false, CHECK_NULL); 1363 callee_method = SharedRuntime::resolve_helper(thread, true, false, CHECK_NULL); 1377 callee_method = SharedRuntime::resolve_helper(thread, true, true, CHECK_NULL);
|
Completed in 39 milliseconds