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

/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp193 static bool is_klass_type( DepType dept) { return dept_in_mask(dept, klass_types ); } function in class:Dependencies
469 bool is_klass_type() { return Dependencies::is_klass_type(type()); } function in class:Dependencies::DepStream

Completed in 32 milliseconds