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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.hpp108 static void check_for_inner_class(instanceKlassHandle outer, instanceKlassHandle inner,
H A Dreflection.cpp586 void Reflection::check_for_inner_class(instanceKlassHandle outer, instanceKlassHandle inner, function in class:Reflection
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp1425 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