Searched refs:asMethod (Results 1 – 9 of 9) sorted by relevance
91 registry.registerInvokeVirtual(methodHandle.asMethod()); in registerMethodHandle()94 registry.registerInvokeStatic(methodHandle.asMethod()); in registerMethodHandle()97 DexMethod method = methodHandle.asMethod(); in registerMethodHandle()102 registry.registerInvokeInterface(methodHandle.asMethod()); in registerMethodHandle()105 registry.registerInvokeSuper(methodHandle.asMethod()); in registerMethodHandle()
260 DexMethod implMethod = implHandle.asMethod(); in createLambdaImplMethodTarget()299 DexMethod implMethod = descriptor.implHandle.asMethod(); in createInstanceMethodTarget()329 descriptor.implHandle.asMethod().proto, generateUniqueLambdaMethodName()); in createStaticMethodTarget()348 DexMethod implMethod = implHandle.asMethod(); in createConstructorTarget()400 super(descriptor.implHandle.asMethod(), invokeType); in NoAccessorMethodTarget()413 super(descriptor.implHandle.asMethod(), Invoke.Type.STATIC); in StaticLambdaImplTarget()421 DexClass implMethodHolder = definitionFor(descriptor.implHandle.asMethod().holder); in ensureAccessibility()441 DexMethod implMethod = descriptor.implHandle.asMethod(); in ensureAccessibility()
92 DexMethod method = implHandle.asMethod(); in lookupTargetMethod()142 DexString methodName = implHandle.asMethod().name; in delegatesToLambdaImplMethod()179 implHandle.asMethod().holder.getPackageDescriptor()); in needsAccessor()216 DexMethod bootstrapMethod = callSite.bootstrapMethod.asMethod(); in infer()
35 DexMethod implMethod = implHandle.asMethod(); in checkSignatures()86 DexMethod implMethod = descriptor().implHandle.asMethod(); in prepareInstructions()
138 if (handle.type.isInvokeStatic() && isInterfaceClass(handle.asMethod().holder)) { in reportStaticInterfaceMethodHandle()
178 public DexMethod asMethod() { in asMethod() method in DexMethodHandle
124 write(methodHandle.asMethod()); in write()
207 DexMethod invokedMethod = methodHandle.asMethod(); in rewriteDexMethodHandle()
689 fieldOrMethodIdx = mapping.getOffsetFor(methodHandle.asMethod()); in writeMethodHandle()