Searched defs:resolve_helper (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1132 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 91 milliseconds