Searched defs:code (Results 76 - 100 of 317) sorted by relevance

1234567891011>>

/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);
H A DInlineNewInstanceExpression.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).
83 public void code(Environment env, Context ctx, Assembler asm) { method in class:InlineNewInstanceExpression
97 body.code(env, newctx, asm);
H A DInlineReturnStatement.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).
93 public void code(Environment env, Context ctx, Assembler asm) { method in class:InlineReturnStatement
H A DCatchStatement.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).
145 public void code(Environment env, Context ctx, Assembler asm) { method in class:CatchStatement
154 body.code(env, newctx, asm);
/openjdk7/langtools/test/tools/javac/api/evalexpr/
H A DMemoryFileManager.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).
47 * If you write code that depends on this, you do so at your own
48 * risk. This code and its internal interfaces are subject to change
60 * @param name a name representing this source code, for example, the name of a class
61 * @param code a compilation unit (source code for a Java program)
64 public static JavaFileObject makeSource(String name, String code) { argument
65 return new JavaSourceFromString(name, code);
146 final String code; field in class:MemoryFileManager.JavaSourceFromString
153 JavaSourceFromString(String name, String code) argument
[all...]
/openjdk7/hotspot/test/runtime/6925573/
H A DSortMethodsTest.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).
131 private final String code; field in class:JavaMemoryFileObject
134 JavaMemoryFileObject(String name, String code) { argument
136 this.code = code;
141 return code;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/util/
H A DCodeHTML.java17 * 1. Redistributions of source code must retain the above copyright
66 * Convert code into HTML file.
104 * @return String representation of byte code
154 buf.append("<TD><A HREF=\"#code" + method_number + "@" +
156 buf.append("<TD><A HREF=\"#code" + method_number + "@" +
182 buf.append("<TD><A HREF=\"#code" + method_number + "@" +
184 buf.append("<TD><A HREF=\"#code" + method_number + "@" +
199 buf.append("<A HREF=\"#code" + method_number + "@" + index + "\">" + index + "</A>");
206 buf.append("<A HREF=\"#code" + method_number + "@" + windex + "\">" +
404 * Find all target addresses in code, s
407 findGotos(ByteSequence bytes, Method method, Code code) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DTypeCheckError.java47 public TypeCheckError(String code, Object param) { argument
49 _error = new ErrorMsg(code, param);
52 public TypeCheckError(String code, Object param1, Object param2) { argument
54 _error = new ErrorMsg(code, param1, param2);
/openjdk7/jaxp/src/org/w3c/dom/
H A DDOMException.java4 * This code is free software; you can redistribute it and/or modify it
8 * by Oracle in the LICENSE file that accompanied this code.
10 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * accompanied this code).
50 * <code>NodeList</code>.
53 * exception if a <code>null</code> argument is passed when <code>null</code>
63 DOMException(short code, String message) argument
67 public short code; field in class:DOMException
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DCodeCache.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 DCompressedStream.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;
33 like these are only kept persistently in OopMaps, and the code has
H A DObjectValue.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 DScopeValue.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/tools/jcore/
H A DByteCodeRewriter.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 private byte[] code; field in class:ByteCodeRewriter
48 public ByteCodeRewriter(Method method, ConstantPool cpool, byte[] code) { argument
52 this.code = code;
98 for (int bci = 0; bci < code.length;) {
103 int code_from_buffer = 0xFF & code[bci];
109 // update the code buffe
[all...]
/openjdk7/hotspot/src/share/vm/code/
H A DscopeDesc.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).
28 #include "code/debugInfo.hpp"
29 #include "code/pcDesc.hpp"
44 SimpleScopeDesc(nmethod* code,address pc) { argument
45 PcDesc* pc_desc = code->pc_desc_at(pc);
47 DebugInfoReadStream buffer(code, pc_desc->scope_decode_offset());
63 ScopeDesc(const nmethod* code, int decode_offset, int obj_decode_offset, bool reexecute, bool return_oop);
68 ScopeDesc(const nmethod* code, in
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DinterpreterRuntime.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).
62 static Bytecodes::Code code(JavaThread *thread) { function in class:InterpreterRuntime
66 static bool already_resolved(JavaThread *thread) { return cache_entry(thread)->is_resolved(code(thread)); }
188 enum { buffer_size = 1*K }; // the size of the temporary code buffer
189 enum { blob_size = 32*K }; // the size of a handler code blob.
196 static address _buffer; // the temporary code buffer
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dinterp_masm_x86_32.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).
60 InterpreterMacroAssembler(CodeBuffer* code) : MacroAssembler(code) {} argument
151 // and sets up the return address. This code is also used for
155 // Additionally this code is used for popFrame and earlyReturn.
H A Dinterp_masm_x86_64.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).
56 InterpreterMacroAssembler(CodeBuffer* code) : MacroAssembler(code) {} argument
167 // and sets up the return address. This code is also used for
171 // Additionally this code is used for popFrame and earlyReturn.
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DCustomFilter.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).
52 private String code; field in class:CustomFilter
55 public CustomFilter(String name, String code) { argument
57 this.code = code;
66 return code;
75 code
[all...]
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.inline.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).
35 guarantee(cs->start() == _code_begin, "must not shift code buffer");
89 inline CodeBuffer* AbstractAssembler::code() const { function in class:AbstractAssembler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/fault/
H A DSOAP11Fault.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).
95 * @param code
100 SOAP11Fault(QName code, String reason, String actor, Element detailObject) { argument
101 this.faultcode = code;
H A DSOAP12Fault.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).
79 "code",
90 private CodeType code; field in class:SOAP12Fault
107 SOAP12Fault(CodeType code, ReasonType reason, String node, String role, DetailType detail) { argument
108 this.code = code;
115 SOAP12Fault(CodeType code, ReasonTyp argument
153 SOAP12Fault(QName code, String reason, Element detailObject) argument
[all...]
/openjdk7/jdk/test/java/net/Socket/
H A DDeadlockTest.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).
125 switch (msg.code) {
175 switch (msg.code) {
199 protected int code; field in class:Message
201 public Message() { this.code = UNKNOWN; }
203 public Message(int code) { this.code = code; } argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DUtil.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).
48 * If you write code that depends on this, you do so at your own
49 * risk. This code and its internal interfaces are subject to change
114 return null; /* dead code */
157 final Diagnostic.Kind kind, final String code, final Object... args) {
160 return code;
175 if (code
156 createDiagnostic( final Diagnostic.Kind kind, final String code, final Object... args) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/security/x509/
H A DCertException.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).
89 * Constructs a certificate exception using an error code
90 * (<code>verf_*</code>) and a string describing the context
93 public CertException(int code, String moredata) argument
95 verfCode = code;
100 * Constructs a certificate exception using just an error code,
103 CertException(int code) argument
[all...]

Completed in 102 milliseconds

1234567891011>>