Searched refs:current_type (Results 1 - 6 of 6) sorted by relevance

/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...]
/openjdk7/hotspot/src/share/vm/runtime/
H A Dreflection.hpp76 static void widen(jvalue* value, BasicType current_type, BasicType wide_type, TRAPS);
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/hotspot/src/share/vm/classfile/
H A Dverifier.cpp594 m, current_type(), CHECK_VERIFY(this));
2177 target_class_type.equals(current_type()) &&
2179 stack_object_type = current_type();
2208 is_assignable = current_type().is_assignable_from(
2213 TypeOrigin::implicit(current_type())),
2238 TypeOrigin::implicit(current_type())),
2242 current_frame->initialize_object(type, current_type());
2280 bool assignable = current_type().is_assignable_from(
2285 TypeOrigin::implicit(current_type())),
2417 && !ref_class_type.equals(current_type())
[all...]
H A DstackMapFrame.cpp190 VerificationType this_type = verifier()->current_type();
H A Dverifier.hpp361 VerificationType current_type() const { return _this_type; } function in class:ClassVerifier

Completed in 75 milliseconds