Searched defs:includeThis (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DMethodId.java82 String descriptor(boolean includeThis) { argument
85 if (includeThis) {
96 Prototype prototype(boolean includeThis) { argument
97 return Prototype.intern(descriptor(includeThis));

Completed in 252 milliseconds