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

/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.cpp1570 jweak method_ref = _prev_methods->at(i);
1571 if (method_ref != NULL) {
1572 JNIHandles::destroy_weak_global(method_ref);
1599 jweak method_ref = JNIHandles::make_weak_global(method_h);
1600 _prev_methods->append(method_ref);
1608 jweak method_ref = _prev_methods->at(i);
1609 assert(method_ref != NULL, "weak method ref was unexpectedly cleared");
1610 if (method_ref == NULL) {
1617 methodOop m = (methodOop)JNIHandles::resolve(method_ref);
1620 JNIHandles::destroy_weak_global(method_ref);
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp196 jweak method_ref = method_refs->at(j); local
197 assert(method_ref != NULL, "weak method ref was unexpectedly cleared");
198 if (method_ref == NULL) {
205 methodOop method = (methodOop)JNIHandles::resolve(method_ref);
208 JNIHandles::destroy_weak_global(method_ref);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlass.cpp2600 jweak method_ref = JNIHandles::make_weak_global(old_method_h); local
2601 method_refs->append(method_ref);
2653 jweak method_ref = method_refs->at(j); local
2654 assert(method_ref != NULL, "weak method ref was unexpectedly cleared");
2655 if (method_ref == NULL) {
2662 methodOop method = (methodOop)JNIHandles::resolve(method_ref);
2667 JNIHandles::destroy_weak_global(method_ref);
2734 jweak method_ref = method_refs->at(k); local
2735 assert(method_ref != NULL,
2737 if (method_ref
2880 jweak method_ref = _prev_EMCP_methods->at(i); local
2921 jweak method_ref = method_refs->at(i); local
[all...]

Completed in 46 milliseconds