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

/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp361 VerificationType current_type() const { return _this_type; } function in class:ClassVerifier
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.cpp115 void Reflection::widen(jvalue* value, BasicType current_type, BasicType wide_type, TRAPS) { argument
116 assert(wide_type != current_type, "widen should not be called with identical types");
123 switch (current_type) {
130 switch (current_type) {
143 switch (current_type) {
159 switch (current_type) {
178 switch (current_type) {
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c1101 jbyte current_type=SEG_UNKNOWN; local
1113 if (current_type == SEG_UNKNOWN) { /* special case:
1117 current_type = SEG_LINETO;
1119 gpdata->pointTypes[gpdata->numTypes++] = current_type;
1120 current_type = SEG_LINETO;
1123 if (current_type == SEG_UNKNOWN) { /* special case:
1132 current_type = SEG_LINETO;
1138 current_type = SEG_CUBICTO;
1146 if (current_type == SEG_QUADTO) {
1155 current_type
[all...]

Completed in 39 milliseconds