Searched refs:param (Results 1 - 4 of 4) sorted by relevance

/dalvik/dx/src/com/android/dx/ssa/
H A DMoveParamCombiner.java30 * Combine identical move-param insns, which may result from Ropper's
41 * @param ssaMethod method to process
72 int param = getParamIndex(insn);
74 if (paramSpecs[param] == null) {
75 paramSpecs[param] = insn.getResult();
77 final RegisterSpec specA = paramSpecs[param];
143 * Returns the parameter index associated with a move-param insn. Does
144 * not verify that the insn is a move-param insn.
146 * @param insn {@code non-null;} a move-param ins
[all...]
/dalvik/dx/src/com/android/dx/rop/type/
H A DPrototype.java48 * @param descriptor {@code non-null;} the descriptor
114 * @param descriptor {@code non-null;} the descriptor string
159 * @param descriptor {@code non-null;} the descriptor string
160 * @param definer {@code non-null;} class the method is defined on
161 * @param isStatic whether this is a static method
162 * @param isInit whether this is an init method
184 * @param returnType {@code non-null;} the return type
185 * @param count {@code > 0;} the number of elements in the prototype
210 * @param descriptor {@code non-null;} the descriptor string
363 * @param para
366 withFirstParameter(Type param) argument
[all...]
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopTranslator.java89 * @param method {@code non-null;} the original method
90 * @param positionInfo how much position info to preserve; one of the
92 * @param locals {@code null-ok;} local variable information to use
93 * @param paramSize size, in register units, of all the parameters to
108 * @param method {@code non-null;} the original method
109 * @param positionInfo how much position info to preserve; one of the
111 * @param locals {@code null-ok;} local variable information to use
112 * @param paramSize size, in register units, of all the parameters to
164 * Checks to see if the move-param instructions that occur in this
170 * @param paramSiz
[all...]
/dalvik/docs/
H A Dprettify.js60 * @param {Node} node
61 * @param {Array.<string>} out output buffer that receives chunks of HTML.
72 * @param {string} sourceCodeHtml code as html
78 * @param {Function} opt_whenDone if specified, called when the last entry
187 * @param {Array} inserted
188 * @param {Array} container modified in place
189 * @param {Number} containerPosition
190 * @param {Number} countReplaced
437 * @param {string} s html where whitespace is considered significant.
535 * @param {Arra
[all...]

Completed in 96 milliseconds