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

/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp1903 static jobject get_method_at_helper(constantPoolHandle cp, jint index, bool force_resolution, TRAPS) { function
1938 jobject res = get_method_at_helper(cp, index, true, CHECK_NULL);
1949 jobject res = get_method_at_helper(cp, index, false, CHECK_NULL);

Completed in 360 milliseconds