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

/openjdk7/langtools/test/tools/javac/types/
H A DCastTest.java132 void test(Type[] all_types, boolean[][] cast_result) { argument
133 for (int i = 0; i < all_types.length ; i++) {
134 for (int j = 0; j < all_types.length ; j++) {
135 assertCastable(all_types[i], all_types[j], cast_result[i][j]);
/openjdk7/hotspot/src/share/vm/code/
H A Ddependencies.hpp169 all_types = ((1 << TYPE_LIMIT) - 1) & ((-1) << FIRST_TYPE), enumerator in enum:Dependencies::__anon194
172 klass_types = all_types & ~non_klass_types,
176 explicit_ctxk_types = all_types & ~(non_ctxk_types | implicit_ctxk_types),
H A Ddependencies.cpp384 if (!dept_in_mask(dept, all_types)) return "?bad-dep?";
389 if (!dept_in_mask(dept, all_types)) return -1;

Completed in 29 milliseconds