Searched refs:must_be_static (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.cpp1060 static jlong find_member_field_offset(oop mname, bool must_be_static, TRAPS) { argument
1067 (must_be_static
1074 const char* msg = (must_be_static ? "static field required" : "non-static field required");
H A Dunsafe.cpp694 jint find_field_offset(jobject field, int must_be_static, TRAPS) {
705 if (must_be_static >= 0) {
707 if (must_be_static != really_is_static) {
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodOop.cpp963 bool must_be_static = MethodHandles::is_signature_polymorphic_static(iid); local
964 if (must_be_static) flags_bits |= JVM_ACC_STATIC;

Completed in 43 milliseconds