Searched defs:is_superclass (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp291 bool is_superclass,
326 if ((childk != NULL ) && (is_superclass) &&
287 resolve_super_or_fail(Symbol* child_name, Symbol* class_name, Handle class_loader, Handle protection_domain, bool is_superclass, TRAPS) argument
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c349 static jboolean is_superclass(context_type *, fullinfo_type);
1506 if (is_superclass(context, clazz_info)) {
1545 is_superclass(context_type *context, fullinfo_type clazz_info) { function

Completed in 104 milliseconds