Lines Matching defs:of
5 * The contents of this file are subject to the Mozilla Public License Version
7 * the License. Alternatively, the contents of this file may be used under
8 * the terms of the GNU Lesser General Public License Version 2.1 or later.
11 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
49 /* Index of $1.
57 * @param name the name of the special method call.
65 /* If the type of the expression compiled last is void,
78 * $args is an array of parameter list.
100 bytecode.addLdc(Descriptor.of(dollarType));
294 * It can be used only as a parameter list of method call.
432 * The type of $_ is java.lang.Object.
479 * @param params the parameter types (the types of $1, $2, ..)
480 * @param prefix it must be "$" (the first letter of $0, $1, ...)
484 * @param paramBase the register number of $0 (use0 is true)
486 * @param target the class of $0. If use0 is false, target
487 * can be null. The value of "target" is also used
488 * as the name of the type represented by $class.
569 * @param typeDesc the type descriptor of the variable
600 * @param regno the index of the local variable in which