Home | History | Annotate | Download | only in libdex

Lines Matching full:given

40  * Make sure that the given cache can hold a string of the given length,
46 * Initialize the given DexStringCache. Use this function before passing
52 * Release the allocated contents of the given DexStringCache, if any.
58 * If the given DexStringCache doesn't already point at the given value,
67 * Abandon the given DexStringCache, and return a writable copy of the
68 * given value (reusing the string cache's allocation if possible).
85 * Set the given DexProto to refer to the prototype of the given MethodId.
95 * Get the short-form method descriptor for the given prototype. The
101 * Get the full method descriptor for the given prototype.
107 * Get a copy of the descriptor string associated with the given prototype.
113 * Get the parameter descriptors for the given prototype. This is the
147 * Get the type descriptor for the return type of the given prototype.
152 * Get the parameter count of the given prototype.
158 * given prototype. For example, if the method takes (int, long) and
210 * Initialize the given DexParameterIterator to be at the start of the
211 * parameters of the given prototype.