Searched refs:add_to_hierarchy (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp616 static void add_to_hierarchy(instanceKlassHandle k, TRAPS);
H A DsystemDictionary.cpp996 add_to_hierarchy(k, CHECK_NULL); // No exception, but can block
1402 add_to_hierarchy(k, CHECK); // No exception, but can block
1600 void SystemDictionary::add_to_hierarchy(instanceKlassHandle k, TRAPS) { function in class:SystemDictionary

Completed in 45 milliseconds