Home | History | Annotate | Download | only in Adaptors

Lines Matching defs:classDef

68     @Nonnull public final ClassDefinition classDef;
83 public MethodDefinition(@Nonnull ClassDefinition classDef, @Nonnull Method method,
85 this.classDef = classDef;
215 if (classDef.options.localsDirective) {
223 writeParameters(writer, method, methodParameters, classDef.options);
226 registerFormatter = new RegisterFormatter(classDef.options, methodImpl.getRegisterCount(),
231 if (classDef.options.implicitReferences) {
369 if ((classDefclassDef.options.normalizeVirtualMethods) ||
370 (classDef.options.deodex && needsAnalyzed())) {
377 if (classDef.options.debugInfo) {
381 if (classDef.options.sequentialLabels) {
418 if (classDef.options.codeOffsets) {
435 if (classDef.options.accessorComments && classDef.options.syntheticAccessorResolver != null &&
451 classDef.options.syntheticAccessorResolver.getAccessedMember(methodReference);
464 MethodAnalyzer methodAnalyzer = new MethodAnalyzer(classDef.options.classPath, method,
465 classDef.options.inlineResolver, classDef.options.normalizeVirtualMethods);
497 if (classDef.options.codeOffsets) {
514 if (classDef.options.registerInfo != 0 &&
517 new PreInstructionRegisterInfoMethodItem(classDef.options.registerInfo,
569 CatchMethodItem catchMethodItem = new CatchMethodItem(classDef.options, labelCache, lastCoveredAddress,
601 if (classDef.options.implicitReferences) {
602 return classDef.classDef.getType();