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

/openjdk7/hotspot/src/share/vm/ci/
H A DciKlass.cpp134 // ciKlass::can_be_primary_super
135 bool ciKlass::can_be_primary_super() { function in class:ciKlass
141 return this_klass->can_be_primary_super();
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.hpp318 bool can_be_primary_super() const { function in class:Klass
326 if (!can_be_primary_super()) {

Completed in 35 milliseconds