Home | History | Annotate | Download | only in libdex

Lines Matching full:given

40  * Initialize the given DexStringCache. Use this function before passing
46 * Release the allocated contents of the given DexStringCache, if any.
52 * If the given DexStringCache doesn't already point at the given value,
61 * Abandon the given DexStringCache, and return a writable copy of the
62 * given value (reusing the string cache's allocation if possible).
79 * Set the given DexProto to refer to the prototype of the given MethodId.
89 * Get the short-form method descriptor for the given prototype. The
95 * Get the full method descriptor for the given prototype.
101 * Get a copy of the descriptor string associated with the given prototype.
107 * Get the parameter descriptors for the given prototype. This is the
141 * Get the type descriptor for the return type of the given prototype.
146 * Get the parameter count of the given prototype.
152 * given prototype. For example, if the method takes (int, long) and
195 * Initialize the given DexParameterIterator to be at the start of the
196 * parameters of the given prototype.