Searched refs:where (Results 101 - 125 of 249) sorted by relevance

12345678910

/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DBinaryShiftExpression.java40 public BinaryShiftExpression(int op, long where, Expression left, Expression right) { argument
41 super(op, where, left.type, left, right);
50 // where the left and right operand may legitimately be of mixed
75 right = new ConvertExpression(where, Type.tInt, right);
H A DCastExpression.java44 public CastExpression(long where, Expression left, Expression right) { argument
45 super(CAST, where, left.type, left, right);
67 right = new ConvertExpression(where, type, right);
71 env.error(where, "class.not.found", e.name, opNames[op]);
75 env.error(where, "invalid.cast", right.type, type);
H A DInlineNewInstanceExpression.java47 InlineNewInstanceExpression(long where, Type type, MemberDefinition field, Statement body) { argument
48 super(INLINENEWINSTANCE, where, type);
91 asm.add(where, opc_new, field.getClassDeclaration());
96 asm.add(where, opc_astore, v.number);
100 asm.add(where, opc_aload, v.number);
H A DIfStatement.java48 public IfStatement(long where, Expression cond, Statement ifTrue, Statement ifFalse) { argument
49 super(IF, where);
129 return eliminate(env, new ExpressionStatement(where, cond).inline(env, ctx));
132 cond = new NotExpression(cond.where, cond).inlineValue(env, ctx);
133 return eliminate(env, new IfStatement(where, cond, ifFalse, null));
178 asm.add(true, where, opc_goto, l2);
H A DInlineReturnStatement.java45 public InlineReturnStatement(long where, Expression expr) { argument
46 super(INLINERETURN, where);
98 asm.add(where, opc_goto, destctx.breakLabel);
H A DSwitchStatement.java48 public SwitchStatement(long where, Expression expr, Statement args[]) { argument
49 super(SWITCH, where);
85 env.error(s.where, "duplicate.label", Ivalue);
100 env.error(s.where, "switch.overflow",
122 env.error(s.where, "const.expr.required");
127 env.error(s.where, "duplicate.default");
215 asm.add(where, opc_tableswitch, sw);
225 sw.addTableCase(((IntegerExpression)e).value, s.where);
230 sw.addTableDefault(s.where);
H A DCaseStatement.java44 public CaseStatement(long where, Expression expr) { argument
45 super(CASE, where);
H A DExprExpression.java44 public ExprExpression(long where, Expression right) { argument
45 super(EXPR, where, right.type, right);
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/javac/
H A DBatchParser.java86 public void packageDeclaration(long where, IdentifierToken t) { argument
96 env.error(where, "package.repeated");
119 public ClassDefinition beginClass(long where, String doc, int mod, argument
197 toplevelEnv.makeClassDefinition(toplevelEnv, where, t,
229 public void endClass(long where, ClassDefinition c) { argument
234 sourceClass.setEndPosition(where);
247 public void defineField(long where, ClassDefinition c, argument
284 env.error(where, "invalid.method.decl.qual");
287 env.error(where, "invalid.method.decl.name");
293 env.error(where, "invali
[all...]
H A DSourceMember.java75 public SourceMember(long where, ClassDefinition clazz, argument
79 super(where, clazz, modifiers, type, name, exp, value);
111 long where;
116 where = getWhere();
121 where = token.getWhere();
123 args.addElement(new LocalMember(where, clazz, mod,
355 // currently the only place where 'resolveNames' is used.
457 // This is where all checking of names appearing within the type
459 // Since only one location ('where') for error messages is provided,
461 env.resolve(where, getClassDefinitio
[all...]
/openjdk9/hotspot/src/share/vm/runtime/
H A Dfprofiler.cpp245 void update(TickPosition where) { argument
246 switch(where) {
284 void update(TickPosition where) { ticks.update(where);} argument
396 interpretedNode(Method* method, TickPosition where) : ProfilerNode() { argument
399 update(where);
436 compiledNode(Method* method, TickPosition where) : ProfilerNode() { argument
439 update(where);
474 stubNode(Method* method, const char* name, TickPosition where) : ProfilerNode() { argument
478 update(where);
517 adapterNode(TickPosition where) argument
544 runtimeStubNode(const CodeBlob* stub, const char* name, TickPosition where) argument
590 unknown_compiledNode(const CodeBlob* cb, TickPosition where) argument
625 vmNode(const TickPosition where) argument
630 vmNode(const char* name, const TickPosition where) argument
680 interpreted_update(Method* method, TickPosition where) argument
697 compiled_update(Method* method, TickPosition where) argument
714 stub_update(Method* method, const char* name, TickPosition where) argument
731 adapter_update(TickPosition where) argument
748 runtime_stub_update(const CodeBlob* stub, const char* name, TickPosition where) argument
766 unknown_compiled_update(const CodeBlob* cb, TickPosition where) argument
783 vm_update(TickPosition where) argument
787 vm_update(const char* name, TickPosition where) argument
962 record_interpreted_tick(JavaThread* thread, frame fr, TickPosition where, int* ticks) argument
988 record_compiled_tick(JavaThread* thread, frame fr, TickPosition where) argument
[all...]
/openjdk9/jdk/src/java.base/windows/native/libnio/ch/
H A DFileChannelImpl.c149 LARGE_INTEGER where; local
153 where.QuadPart = 0;
156 where.QuadPart = offset;
160 result = SetFilePointerEx(h, where, &where, whence);
165 return (jlong)where.QuadPart;
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DLinkInfoImpl.java231 public String where = ""; field in class:LinkInfoImpl
347 public LinkInfoImpl where(String where) { argument
348 this.where = where;
445 ", where=" + where +
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFFaxCompressor.java320 int where, // byte offs
326 int len = where;
361 return(len - where);
368 int where, // byte offset into compressed buffer
373 int len = where;
385 return(len - where);
396 int where) // current byte offset into buffer
398 int len = where;
433 return(len - where);
441 int where) // byt
319 add1DBits(byte[] buf, int where, int count, int color) argument
367 add2DBits(byte[] buf, int where, int[][] mode, int entry) argument
392 addEOL(boolean is1DMode, boolean addFill, boolean add1, byte[] buf, int where) argument
440 addEOFB(byte[] buf, int where) argument
[all...]
/openjdk9/jdk/src/jdk.rmic/share/classes/sun/tools/java/
H A DImports.java141 long where = t.getWhere();
158 env.error(where, "class.and.package",
166 env.error(where, "package.not.found", nm, "import");
169 env.error(where, "class.and.package", rnm.getTopName());
171 resolvedPackages.addElement(new IdentifierToken(where, nm));
173 env.error(where, "io.exception", "import");
181 long where = t.getWhere();
187 env.error(where, "class.not.found", nm, "import");
201 env.error(where, "ambig.class", nm, className);
240 env.error(where, "can
[all...]
H A DParserActions.java83 void defineField(long where, ClassDefinition c, argument
/openjdk9/nashorn/buildtools/nasgen/src/jdk/nashorn/internal/tools/nasgen/
H A DScriptClassInfoCollector.java125 private Where where;
147 if ("where".equals(enumName) && WHERE_ENUM_DESC.equals(desc)) {
148 this.where = Where.valueOf(enumValue);
161 memInfo.setWhere(where == null? Where.INSTANCE : where);
210 private Where where;
256 case "where":
258 this.where = Where.valueOf(enumValue);
281 if (where == null) {
287 where
[all...]
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/objects/annotations/
H A DFunction.java60 * @return where this function lives.
62 public Where where() default Where.PROTOTYPE;
H A DSetter.java52 * @return where this setter lives.
54 public Where where() default Where.INSTANCE;
H A DGetter.java52 * @return where this getter lives.
54 public Where where() default Where.INSTANCE;
H A DProperty.java63 public Where where() default Where.INSTANCE;
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DGapContent.java44 * to take advantage of common behavior where most changes are
122 * @param where the starting position >= 0, < length()
128 public UndoableEdit insertString(int where, String str) throws BadLocationException { argument
129 if (where > length() || where < 0) {
133 replace(where, 0, chars, chars.length);
134 return new InsertUndo(where, str.length());
140 * @param where the starting position &gt;= 0, where + nitems &lt; length()
146 public UndoableEdit remove(int where, in argument
166 getString(int where, int len) argument
184 getChars(int where, int len, Segment chars) argument
[all...]
/openjdk9/hotspot/test/gc/arguments/
H A DTestG1ConcRefinementThreads.java93 public static int getIntValue(String flag, String where) { argument
94 Matcher m = Pattern.compile(flag + "\\s+:?=\\s+\\d+").matcher(where);
H A DTestG1HeapRegionSize.java67 private static int getFlagValue(String flag, String where) { argument
68 Matcher m = Pattern.compile(flag + "\\s+:?=\\s+\\d+").matcher(where);
/openjdk9/jdk/test/com/sun/jdi/redefine/
H A DRedefineTest.java49 public static void show(String where){ argument
50 System.out.println("Returned: " + where);
53 public static void lastly(String where){ argument
58 String where = "";
60 where = sub.foo(where);
61 show(where);
63 lastly(where);
125 LocalVariable lv = frame.visibleVariableByName("where");
128 println("Value of where
[all...]

Completed in 150 milliseconds

12345678910