Searched refs:code (Results 126 - 150 of 715) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateTable.hpp5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
57 // A Template describes the properties of a code template for a given bytecode
58 // and provides a generator to generate the code template.
74 generator _gen; // template code generator
75 int _arg; // argument for template code generator
340 static void def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)( ), char filler );
341 static void def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(int arg ), int arg );
342 static void def(Bytecodes::Code code, in
358 template_for(Bytecodes::Code code) argument
359 template_for_wide(Bytecodes::Code code) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DMemberDeclarationImpl.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
35 import com.sun.tools.javac.code.Symbol;
36 import com.sun.tools.javac.code.Symbol.ClassSymbol;
37 import com.sun.tools.javac.code.Type;
H A DAnnotationTypeDeclarationImpl.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
34 import com.sun.tools.javac.code.Symbol.*;
H A DEnumConstantDeclarationImpl.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
32 import com.sun.tools.javac.code.Symbol.VarSymbol;
H A DEnumDeclarationImpl.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
34 import com.sun.tools.javac.code.Symbol.*;
H A DInterfaceDeclarationImpl.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
32 import com.sun.tools.javac.code.Symbol.*;
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DAnnotationTypeDocImpl.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
31 import com.sun.tools.javac.code.Kinds;
32 import com.sun.tools.javac.code.Scope;
33 import com.sun.tools.javac.code.Symbol.*;
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DAlerts.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
86 static String alertDescription(byte code) { argument
87 switch (code) {
149 return "<UNKNOWN ALERT: " + (code & 0x0ff) + ">";
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DInlineMethodExpression.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
91 public void code(Environment env, Context ctx, Assembler asm) { method in class:InlineMethodExpression
93 super.code(env, ctx, asm);
97 body.code(env, newctx, asm);
/openjdk7/jdk/src/share/sample/nio/server/
H A DReply.java8 * - Redistributions of source code must retain the above copyright
33 * This source code is provided to illustrate the usage of a given feature
37 * this sample code.
70 private Code code; field in class:Reply
79 code = rc;
93 cb.put("HTTP/1.0 ").put(code.toString()).put(CRLF);
/openjdk7/langtools/test/tools/javac/multicatch/7005371/
H A DT7005371.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
73 Code_attribute code = (Code_attribute)testMethod.attributes.get(Attribute.Code);
74 if (code == null) {
78 (LocalVariableTypeTable_attribute)code.attributes.get(Attribute.LocalVariableTypeTable);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMNamedNodeMap.java96 * @param name The <code>nodeName</code> of a node to retrieve.
97 * @return A <code>Node</code> (of any type) with the specified
98 * <code>nodeName</code>, or <code>null</code> if it does not identify
115 * Returns the <code>index</code>t
286 DTMException(short code, String message) argument
297 DTMException(short code) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCDisassembler.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
38 public SPARCDisassembler(long startPc, byte[] code, SPARCInstructionFactory factory) { argument
39 super(startPc, code);
99 DataInputStream dis = new DataInputStream(new ByteArrayInputStream(code));
105 while (len < code.length) {
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DAdapterBlob.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DBufferBlob.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DDeoptimizationBlob.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DExceptionBlob.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
32 /** ExceptionBlob: used for exception unwinding in compiled code
H A DMethodHandlesAdapterBlob.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DMonitorValue.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DRuntimeStub.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DSafepointBlob.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DSingletonBlob.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
H A DUncommonTrapBlob.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
25 package sun.jvm.hotspot.code;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCompressedLineNumberReadStream.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
13 * accompanied this code).
27 import sun.jvm.hotspot.code.*;
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/type/
H A DAnnotationTypeImpl.java5 * This code is free software; you can redistribute it and/or modify it
9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
15 * accompanied this code).
33 import com.sun.tools.javac.code.Type;

Completed in 148 milliseconds

1234567891011>>