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

/external/dexmaker/src/main/java/com/google/dexmaker/
H A DCode.java195 private final Local<?> thisLocal; field in class:Code
199 * is 'thisLocal' and we have to offset the user's indices by one.
211 thisLocal = null;
213 thisLocal = Local.get(this, method.declaringType);
214 parameters.add(thisLocal);
242 if (thisLocal != null) {
253 if (thisLocal == null) {
256 return coerce(thisLocal, type);

Completed in 55 milliseconds