Searched refs:check_for_inner_class (Results 1 - 3 of 3) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | reflection.hpp | 108 static void check_for_inner_class(instanceKlassHandle outer, instanceKlassHandle inner,
|
H A D | reflection.cpp | 586 void Reflection::check_for_inner_class(instanceKlassHandle outer, instanceKlassHandle inner, function in class:Reflection
|
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvm.cpp | 1425 Reflection::check_for_inner_class(k, inner_klass, true, CHECK_NULL); 1519 Reflection::check_for_inner_class(outer_klass, k, *inner_is_member, CHECK_NULL);
|
Completed in 49 milliseconds