Lines Matching defs:code
19 import com.android.dx.rop.code.RegisterSpec;25 private final Code code;30 private Local(Code code, Type<T> type) {31 this.code = code;35 static <T> Local<T> get(Code code, Type<T> type) {36 return new Local<T>(code, type);56 code.initializeLocals();