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

/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp1954 static jobject get_field_at_helper(constantPoolHandle cp, jint index, bool force_resolution, TRAPS) { function
1985 jobject res = get_field_at_helper(cp, index, true, CHECK_NULL);
1996 jobject res = get_field_at_helper(cp, index, false, CHECK_NULL);

Completed in 37 milliseconds