Searched refs:JVM_ACC_VARARGS (Results 1 - 8 of 8) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DVMModifiers.java40 int VARARGS = (int) JVM_ACC_VARARGS; /* method declared with variable number of args */
/openjdk7/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DConstants.java38 static final int JVM_ACC_VARARGS = 0x0080; /* method declared with variable number of args */ field in interface:Constants
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DClassConstants.java97 public static final long JVM_ACC_VARARGS = 0x0080; /* method declared with variable number of args */ field in interface:ClassConstants
191 JVM_ACC_VARARGS |
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DAccessFlags.java48 public boolean isVarArgs () { return (flags & JVM_ACC_VARARGS ) != 0; }
/openjdk7/jdk/src/share/javavm/export/
H A Dclassfile_constants.h50 JVM_ACC_VARARGS = 0x0080, enumerator in enum:__anon545
H A Djvm.h1054 JVM_ACC_VARARGS | \
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.h1017 #define JVM_ACC_VARARGS 0x0080 /* method declared with variable number of args */ macro
1199 JVM_ACC_VARARGS | \
H A DmethodHandles.cpp307 int required = JVM_ACC_NATIVE | JVM_ACC_VARARGS;

Completed in 4753 milliseconds