Searched refs:kind (Results 251 - 275 of 410) sorted by relevance

<<11121314151617

/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DvmGCOperations.cpp205 switch (heap->kind()) {
/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.cpp354 #define method_entry(kind) \
355 { CodeletMark cm(_masm, "method entry point (kind = " #kind ")"); \
356 Interpreter::_entry_table[Interpreter::kind] = generate_method_entry(Interpreter::kind); \
/openjdk7/jdk/make/tools/GenerateCharacter/
H A DCharacterData01.java.template187 int kind = val & $$maskType;
188 if (kind == Character.DECIMAL_DIGIT_NUMBER) {
/openjdk7/hotspot/src/share/vm/runtime/
H A Drframe.cpp153 void RFrame::print(const char* kind) { argument
H A Dsweeper.cpp52 const char* kind; member in class:SweeperRecord
63 kind == NULL ? "" : kind,
115 _records[_sweep_index].kind = nm->compile_kind();
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryService.hpp220 TraceMemoryManagerStats(Generation::Name kind, GCCause::Cause cause);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCElementPropertyInfo.java109 // if more than one kind is here, can't produce @XmlSchemaType.
181 public final PropertyKind kind() { method in class:CElementPropertyInfo
H A DCReferencePropertyInfo.java118 // this is a kind of hack to generate Object as a signature
178 public final PropertyKind kind() { method in class:CReferencePropertyInfo
/openjdk7/langtools/src/share/classes/com/sun/source/util/
H A DTrees.java200 * Prints a message of the specified kind at the location of the
203 * @param kind the kind of message
208 public abstract void printMessage(Diagnostic.Kind kind, CharSequence msg, argument
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DSerialFieldTagImpl.java232 * Return the kind of this tag.
234 public String kind() { method in class:SerialFieldTagImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTCUtility.java65 switch (typeCode.kind().value()) {
193 int type = typeCode.kind().value();
/openjdk7/hotspot/src/share/vm/memory/
H A DheapInspection.cpp271 return heap->kind() == CollectedHeap::G1CollectedHeap ||
272 heap->kind() == CollectedHeap::GenCollectedHeap;
/openjdk7/jdk/make/tools/swing-beans/
H A DGenDocletBeanInfo.java161 if (tags[i].kind().equalsIgnoreCase("@beaninfo")) {
178 if (tags[x].kind().equalsIgnoreCase("@beaninfo")){
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java645 if (na.kind != NextAction.SUSPEND) {
650 switch(na.kind) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/sei/
H A DEndpointMethodHandler.java116 switch(param.getInBinding().kind) {
184 switch(param.getOutBinding().kind) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTool.java115 private void setOption1(String name, OptionKind kind, Object... args) { argument
118 if (option == null || !match(kind, option.getKind()))
170 final String kindMsg = "All compilation units must be of SOURCE kind";
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/main/
H A DJavaCompiler.java1076 (sym.kind == Kinds.PCK && !processPcks) ||
1077 sym.kind == Kinds.ABSENT_TYP) {
1083 if (sym.kind == Kinds.PCK)
1086 if (sym.kind == Kinds.PCK)
1092 Assert.check(sym.kind == Kinds.PCK);
1595 protected void printCount(String kind, int count) { argument
1599 key = "count." + kind;
1601 key = "count." + kind + ".plural";
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/sym/
H A DCreateSymbols.java195 if (sym.kind != Kinds.TYP) {
236 if (e.sym.kind == Kinds.TYP) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DCodeWriter.java136 public Void visitArrayType(Instruction instr, TypeKind kind, Integer indent) {
137 print(" " + kind.name);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java180 static Field fieldByName(ReferenceType refType, String name, int kind) { argument
190 if (((kind == STATIC) && !isStatic) ||
191 ((kind == INSTANCE) && isStatic)) {
198 kind + " " +
205 String name, int kind) {
211 if (((kind == STATIC) && !isStatic) ||
212 ((kind == INSTANCE) && isStatic)) {
991 // from here on, we know it is a integer kind of type
204 methodsByName(ReferenceType refType, String name, int kind) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.java344 && t.next.kind == CompactSyntaxConstants.SINGLE_LINE_COMMENT_CONTINUE) {
351 && t.next.kind == CompactSyntaxConstants.SINGLE_LINE_COMMENT_CONTINUE);
3196 private Token jj_consume_token(int kind) throws ParseException { argument
3201 if (token.kind == kind) {
3216 jj_kind = kind;
3222 private boolean jj_scan_token(int kind) { argument
3236 if (tok != null) jj_add_error_token(kind, i);
3238 if (jj_scanpos.kind != kind) retur
3276 jj_add_error_token(int kind, int pos) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DClassWriter.java323 switch (ta.kind) {
336 throw new AssertionError(ta.kind);
376 c.owner.kind == MTH || // either a local class
499 if (c.owner.kind == TYP) pool.put(c.owner);
605 c.owner.kind != MTH && // neither a local class
613 || c.owner.kind != MTH) // or member init
900 inner.owner.kind == TYP ? pool.get(inner.owner) : 0);
1415 if (i.sym.kind == VAR) vars = vars.prepend((VarSymbol)i.sym);
1426 if (i.sym.kind == MTH && (i.sym.flags() & HYPOTHETICAL) == 0)
1500 switch (e.sym.kind) {
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DLower.java256 if (sym.kind == VAR || sym.kind == MTH) {
319 if ((c.owner.kind & (VAR | MTH)) != 0) {
651 if (that.sym.owner.kind == TYP) {
920 switch (vsym.kind) {
987 } else if (sym.name == names.init && (sym.owner.owner.kind & (VAR | MTH)) != 0) {
1048 while (sym.kind == VAR && sym.owner.kind == MTH &&
1062 switch (sym.kind) {
1064 if (sym.owner.kind !
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java251 /** Bound kind: extends, super, exact, or unbound
1751 throw new AssertionError("unknown literal kind " + this);
1942 public TypeBoundKind kind; field in class:JCTree.JCWildcard
1944 protected JCWildcard(TypeBoundKind kind, JCTree inner) { argument
1945 kind.getClass(); // null-check
1946 this.kind = kind;
1953 switch (kind.kind) {
1961 throw new AssertionError("Unknown wildcard bound " + kind);
1976 public BoundKind kind; field in class:JCTree.TypeBoundKind
1977 TypeBoundKind(BoundKind kind) argument
2177 Wildcard(TypeBoundKind kind, JCTree type) argument
2178 TypeBoundKind(BoundKind kind) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DTableView.java284 HTML.Tag kind = (HTML.Tag) o;
285 if (kind == HTML.Tag.CAPTION) {
928 HTML.Tag kind = (HTML.Tag) o;
929 if (kind == HTML.Tag.TR) {
931 } else if ((kind == HTML.Tag.TD) || (kind == HTML.Tag.TH)) {
933 } else if (kind == HTML.Tag.CAPTION) {

Completed in 90 milliseconds

<<11121314151617