Searched refs:wide_type (Results 1 - 4 of 4) sorted by relevance

/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");
117 switch (wide_type) {
/openjdk7/hotspot/src/share/vm/opto/
H A DphaseX.cpp1601 const Type* wide_type = new_type->widen(old_type, limit_type); local
1602 if (wide_type != new_type) { // did we widen?
1604 new_type = wide_type->filter(limit_type);
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp3516 BasicType wide_type = (BasicType) wCode; variable
3517 if (type != wide_type) {
3518 Reflection::widen(&value, type, wide_type, CHECK_(value));

Completed in 51 milliseconds