Searched refs:isString (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DConstantTag.java78 public boolean isString() { return tag == JVM_CONSTANT_String; } method in class:ConstantTag
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeLoadConstant.java99 return (ctag.isUnresolvedString() || ctag.isString()
166 } else if (ctag.isString() || ctag.isUnresolvedString()) {
/openjdk7/jdk/src/share/classes/com/sun/tools/hat/internal/model/
H A DJavaObject.java192 if (getClazz().isString()) {
H A DJavaClass.java163 public boolean isString() { method in class:JavaClass
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java211 private static final boolean isString(Type type) { method in class:InstructionFactory
219 if(isString(type))
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DUtil.java176 public static boolean isString (String name, Hashtable symbolTable) method in class:Util
180 } // isString
/openjdk7/jdk/src/share/back/
H A DinStream.c278 if (!isString(object)) {
H A Dutil.h348 jboolean isString(jobject object);
H A Dutil.c1603 isString(jobject object) function
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DCachedRowSetImpl.java2347 if (isString(RowSetMD.getColumnType(columnIndex))) {
2390 isString(RowSetMD.getColumnType(columnIndex)) == false) {
3083 } else if (isString(RowSetMD.getColumnType(columnIndex))) {
3898 private boolean isString(int type) { method in class:CachedRowSetImpl
4001 if (isNumeric(trgType) == false && isString(trgType) == false) {
4101 (isString(trgType) == false && isTemporal(trgType) == false)) {
4167 (isString(trgType) == false && isBoolean(trgType) == false)) {
4723 if (isString(RowSetMD.getColumnType(columnIndex)) == false &&
4827 if (isString(RowSetMD.getColumnType(columnIndex)) == false &&
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp305 Label call_ldc, notInt, isString, notString, notClass, exit; local
351 __ brx(Assembler::equal, true, Assembler::pt, isString);
355 __ bind(isString);

Completed in 269 milliseconds