Searched defs:code (Results 51 - 75 of 317) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DJavaSE6ScriptEngine.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).
59 public void execute(Diagram d, String code) { argument
63 engine.eval(code, b);
H A DNullScriptEngine.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 void execute(Diagram d, String code) { argument
H A DScriptEngineAbstraction.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).
37 public void execute(Diagram d, String code); argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_MacroAssembler.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).
50 C1_MacroAssembler(CodeBuffer* code) : MacroAssembler(code) { pd_init(); } argument
96 StubAssembler(CodeBuffer* code, const char * name, int stub_id);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DBoundKind.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).
26 package com.sun.tools.javac.code;
31 * If you write code that depends on this, you do so at your own risk.
32 * This code and its internal interfaces are subject to change or
H A DDeferredLintHandler.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).
26 package com.sun.tools.javac.code;
39 * If you write code that depends on this, you do so at your own risk.
40 * This code and its internal interfaces are subject to change or
H A DTypeAnnotationPosition.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).
26 package com.sun.tools.javac.code;
33 * If you write code that depends on this, you do so at your own risk.
34 * This code and its internal interfaces are subject to change or
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DAssignAddExpression.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).
56 void code(Environment env, Context ctx, Assembler asm, boolean valNeeded) { method in class:AssignAddExpression
58 // Create code for String += <value>
139 super.code(env, ctx, asm, valNeeded);
H A DPostDecExpression.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).
51 public void code(Environment env, Context ctx, Assembler asm) { method in class:PostDecExpression
H A DPostIncExpression.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).
51 public void code(Environment env, Context ctx, Assembler asm) { method in class:PostIncExpression
H A DPreDecExpression.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).
51 public void code(Environment env, Context ctx, Assembler asm) { method in class:PreDecExpression
H A DPreIncExpression.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).
51 public void code(Environment env, Context ctx, Assembler asm) { method in class:PreIncExpression
H A DAssignExpression.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).
142 public void code(Environment env, Context ctx, Assembler asm) { method in class:AssignExpression
H A DBreakStatement.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).
87 public void code(Environment env, Context ctx, Assembler asm) { method in class:BreakStatement
H A DContinueStatement.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).
99 public void code(Environment env, Context ctx, Assembler asm) { method in class:ContinueStatement
/openjdk7/jdk/test/javax/management/loading/
H A DMLetContentTest.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 attributes.put("code", code);
80 if (!code.equals(content.getCode())) {
81 throw new RuntimeException("The user specific code is changed.");
135 private static final String code = "my code"; field in class:MLetContentTest
143 private final static String codebase = "my code bas
[all...]
/openjdk7/langtools/test/tools/javac/generics/inference/5073060/
H A DGenericsAndPackages.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).
33 package code; package
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DScopeDesc.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;
41 private NMethod code; field in class:ScopeDesc
54 private ScopeDesc(NMethod code, int decodeOffset, List objects, boolean reexecute) { argument
55 this.code = code;
72 public ScopeDesc(NMethod code, int decodeOffset, int objectDecodeOffset, boolean reexecute) { argument
73 this.code
[all...]
H A DCompressedReadStream.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;
94 // Very small values, in the range [0..191], code in one byte.
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV8Disassembler.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).
35 public SPARCV8Disassembler(long startPc, byte[] code, SPARCInstructionFactory factory) { argument
36 super(startPc, code, factory);
39 public SPARCV8Disassembler(long startPc, byte[] code) { argument
40 this(startPc, code, new SPARCInstructionFactoryImpl());
H A DSPARCV9Disassembler.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).
33 public SPARCV9Disassembler(long startPc, byte[] code, SPARCV9InstructionFactory factory) { argument
34 super(startPc, code, factory);
37 public SPARCV9Disassembler(long startPc, byte[] code) { argument
38 this(startPc, code, new SPARCV9InstructionFactoryImpl());
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/x86/
H A DX86Disassembler.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).
35 public X86Disassembler(long startPc, byte[] code, X86InstructionFactory factory) { argument
36 super(startPc, code);
40 public X86Disassembler(long startPc, byte[] code) { argument
41 this(startPc, code, new X86InstructionFactoryImpl());
1513 while(len < code.length) {
1521 if (code[byteIndex] == 0xc8)
1527 int opcode = InstructionDecoder.readByte(code, byteInde
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/RhinoScriptEngineProxy/src/com/sun/hotspot/igv/rhino/
H A DRhinoScriptEngine.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).
67 public void execute(Diagram d, String code) { argument
75 cx_evaluateString.invoke(cx, scope, code, "<cmd>", 1, null);
/openjdk7/jdk/src/share/classes/com/sun/beans/finder/
H A DSignature.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).
40 private volatile int code; field in class:Signature
69 * @return {@code true} if this object is the same as the
70 * {@code object} argument, {@code false} otherwise
89 * This method supports {@code null} values.
93 * @return {@code tru
163 addHashCode(int code, Object object) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DBinaryCode.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).
37 int maxStack; // maximum stack used by code
38 int maxLocals; // maximum locals used by code
40 BinaryAttribute atts; // code attributes
42 byte code[]; // the byte code field in class:BinaryCode
45 * Construct the binary code fro
[all...]

Completed in 118 milliseconds

1234567891011>>