Searched defs:code (Results 151 - 175 of 317) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.cpp5 * 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).
69 bool Bytecodes::check_must_rewrite(Bytecodes::Code code) { argument
70 assert(can_rewrite(code), "post-check only");
73 switch (code) {
76 // the _aload_0 code might delay its rewrite until
102 int Bytecodes::special_length_at(Bytecodes::Code code, address bcp, address end) { argument
103 switch (code) {
106 return -1; // don't read past end of code buffe
153 Code code = code_or_bp_at(bcp); local
163 def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap) argument
168 def(Code code, const char* name, const char* format, const char* wide_format, BasicType result_type, int depth, bool can_trap, Code java_code) argument
553 Code code = cast(i); local
[all...]
H A Dinterpreter.cpp5 * 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).
102 tty->print_cr("code size = %6dK bytes", (int)_code->used_space()/1024);
124 AbstractInterpreter::code()->code_start(),
125 AbstractInterpreter::code()->code_end()
131 AbstractInterpreter::code()->code_start(),
132 AbstractInterpreter::code()->code_end());
243 assert(m->size_of_parameters() == 1, "fast code for accessors assumes parameter size = 1");
263 Bytecodes::Code code local
319 Bytecodes::Code code = Bytecodes::java_code_at(method, bcp); local
389 Bytecodes::Code code = Bytecodes::java_code_at(method, bcp); local
400 bytecode_should_reexecute(Bytecodes::Code code) argument
[all...]
H A DtemplateTable.cpp5 * 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 // code generation
180 void TemplateTable::def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(), char filler) { argument
182 def(code, flags, in, out, (Template::generator)gen, 0);
186 void TemplateTable::def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(int arg), int arg) { argument
199 Template* t = is_wide ? template_for_wide(code) : template_for(code);
202 assert(t->bytecode() == code, "jus
206 def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(Operation op), Operation op) argument
211 def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(bool arg ), bool arg) argument
216 def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(TosState tos), TosState tos) argument
221 def(Bytecodes::Code code, int flags, TosState in, TosState out, void (*gen)(Condition cc), Condition cc) argument
[all...]
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/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DClassReader.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).
392 Code code = (Code) h;
394 if (code.max_stack >= TOO_BIG ||
395 code.max_locals >= TOO_BIG ||
396 code.getLength() >= TOO_BIG ||
425 m.code = new Code(m);
427 readCode(m.code);
453 readCode(Code code) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTKeyStroke.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).
43 * An <code>AWTKeyStroke</code> represents a key action on the
44 * keyboard, or equivalent input device. <code>AWTKeyStroke</code>s
46 * particular key, just as <code>KEY_PRESSED</code> an
875 put(String name, Integer code) argument
888 findName(Integer code) argument
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dframe_zero.cpp6 * This code is free software; you can redistribute it and/or modify it
10 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * accompanied this code).
27 #include "code/scopeDesc.hpp"
355 nmethod *code = method()->code(); local
356 if (code && code->pc_desc_at(pc())) {
357 SimpleScopeDesc ssd(code, pc());
/openjdk7/hotspot/src/share/vm/asm/
H A Dassembler.cpp5 * 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 // The AbstractAssembler is generating code into a CodeBuffer. To make code generation faster,
51 // the assembler keeps a copy of the code buffers boundaries & modifies them when
52 // emitting bytes rather than using the code buffers accessor functions all the time.
53 // The code buffer is updated via set_code_end(...) after emitting a whole instruction.
55 AbstractAssembler::AbstractAssembler(CodeBuffer* code) { argument
56 if (code
[all...]
/openjdk7/jdk/make/tools/src/build/tools/generatebreakiteratordata/
H A DCharacterCategory.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).
76 * A array of Unicode code points for each category.
281 String code = st.nextToken();
283 char c = code.charAt(0);
288 int i = Integer.valueOf(code, 16).intValue();
301 curCodeValue = Integer.parseInt(code, 16);
304 appendOldChar(index, curCodeValue, code);
336 appendOldChar(int index, int code, String s) argument
510 appendNewChar(int index, int code) argument
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/java/com/apple/jobjc/
H A DCoder.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 static native long getNativeFFITypePtrForCode(final int code); argument
/openjdk7/hotspot/src/share/vm/prims/
H A DmethodHandles.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).
92 // appeal to Java for adapter code.
228 MethodHandlesAdapterGenerator(CodeBuffer* code) : StubCodeGenerator(code, PrintMethodHandleStubs) {} argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Drelocator.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).
46 // This code has been converted from the 1.1E java virtual machine
47 // Thanks to the JavaTopics group for using the code
51 // Callback object for code relocations
102 void code_at_put(int bci, Bytecodes::Code code) { code_array()[bci] = (char) code; } argument
H A Dvframe_hp.cpp5 * 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).
26 #include "code/codeCache.hpp"
27 #include "code/debugInfoRec.hpp"
28 #include "code/nmethod.hpp"
29 #include "code/pcDesc.hpp"
30 #include "code/scopeDesc.hpp"
198 nmethod* nm = code();
244 // Compiled method (native stub or Java code)
265 nmethod* compiledVFrame::code() const { function in class:compiledVFrame
[all...]
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLObjectElement.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).
55 * Returns the <code>FORM</code> element containing this control. Returns
56 * <code>null</code> if this control is not within the context of a form.
61 * Applet class file. See the <code>code</cod
65 setCode(String code) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/impl/
H A DFaultImpl.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).
149 String code,
152 int prefixIndex = code.indexOf(':');
154 return new QName(code);
157 String prefix = code.substring(0, prefixIndex);
160 return new QName(nsName, getLocalPart(code), prefix);
148 convertCodeToQName( String code, SOAPElement codeContainingElement) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpTransportPipe.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).
298 // Every status code is OK for XML/HTTP
301 private boolean isErrorCode(int code) { argument
302 //if(code/100 == 5/*Server-side error*/ || code/100 == 4 /*client error*/ ) {
303 return code == 500 || code
[all...]
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInjectBytecodes.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 * An extension of BinaryCode that allows code to be printed.
115 public void injectBefore(int code, Injector inj) { argument
116 before[code] = inj;
119 public void injectAfter(int code, Injector inj) { argument
120 after[code] = inj;
149 * the output. Temporary until formatting code is stable.
185 trace("Writing new code
[all...]
/openjdk7/jdk/test/java/net/Socks/
H A DSocksServer.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).
277 private void sendError(int code) { argument
280 out.write(code);
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DClassWriter.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).
619 private void writeCode(Element code) throws IOException { argument
620 //System.out.println("writeCode "+code);
621 //Element m = new Element(currentMember); m.remove(code);
623 int stack = (int) code.getAttrLong("stack");
624 int local = (int) code.getAttrLong("local");
625 Element bytes = code
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DKinds.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;
34 import static com.sun.tools.javac.code.TypeTags.*;
35 import static com.sun.tools.javac.code.Flags.*;
42 * If you write code that depends on this, you do so at your own risk.
43 * This code and its internal interfaces are subject to change or
H A DLint.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 import com.sun.tools.javac.code.Symbol.*;
36 import static com.sun.tools.javac.code.Flags.*;
43 * If you write code that depends on this, you do so at your own risk.
44 * This code and its internal interfaces are subject to change or
147 * Warn about items which are documented with an {@code
[all...]
H A DPrinter.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 import com.sun.tools.javac.code.Type.*;
32 import com.sun.tools.javac.code.Symbol.*;
36 import static com.sun.tools.javac.code.TypeTags.*;
37 import static com.sun.tools.javac.code.BoundKind.*;
38 import static com.sun.tools.javac.code
[all...]
H A DSource.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;
40 * If you write code that depends on this, you do so at your own risk.
41 * This code and its internal interfaces are subject to change or
H A DTargetType.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;
28 import static com.sun.tools.javac.code.TargetType.TargetAttribute.*;
43 * If you write code that depends on this, you do so at your own risk.
44 * This code and its internal interfaces are subject to change or
/openjdk7/jdk/src/share/native/sun/awt/image/gif/
H A Dgifdecoder.c5 * 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).
132 * Start reading the image data. First we get the intial code size
133 * and compute decompressor constant values, based on this code
136 * The GIF spec has it that the code size is the code size used to
137 * compute the above values is the code size given in the file,
138 * but the code siz
169 int code = 0; local
[all...]

Completed in 94 milliseconds

1234567891011>>