Uses of Class
jnr.ffi.provider.jffi.LocalVariable
Packages that use LocalVariable
-
Uses of LocalVariable in jnr.ffi.provider.jffi
Methods in jnr.ffi.provider.jffi that return LocalVariableModifier and TypeMethodDescription(package private) LocalVariable(package private) static LocalVariable[]AsmUtil.getParameterVariables(Class[] parameterTypes) (package private) static LocalVariable[]AsmUtil.getParameterVariables(ParameterType[] parameterTypes) (package private) static LocalVariableBaseMethodGenerator.loadAndConvertParameter(AsmBuilder builder, SkinnyMethodAdapter mv, LocalVariableAllocator localVariableAllocator, LocalVariable parameter, ToNativeType parameterType) Methods in jnr.ffi.provider.jffi with parameters of type LocalVariableModifier and TypeMethodDescriptionvoidSkinnyMethodAdapter.aload(LocalVariable arg0) voidSkinnyMethodAdapter.aload(LocalVariable... args) voidSkinnyMethodAdapter.astore(LocalVariable arg0) voidSkinnyMethodAdapter.dload(LocalVariable arg0) voidSkinnyMethodAdapter.dstore(LocalVariable arg0) (package private) static intAbstractFastNumericMethodGenerator.emitDirectCheck(SkinnyMethodAdapter mv, Class javaParameterClass, Class nativeIntType, LocalVariable parameter, LocalVariable objCount, int pointerCount) (package private) static voidBaseMethodGenerator.emitEpilogue(AsmBuilder builder, SkinnyMethodAdapter mv, ResultType resultType, ParameterType[] parameterTypes, LocalVariable[] parameters, LocalVariable[] converted, Runnable sessionCleanup) (package private) static voidAbstractFastNumericMethodGenerator.emitParameterStrategyAddress(SkinnyMethodAdapter mv, Class nativeIntType, Class<? extends com.kenai.jffi.ObjectParameterStrategy> strategyClass, LocalVariable strategy, LocalVariable parameter) (package private) static voidBaseMethodGenerator.emitPostInvoke(AsmBuilder builder, SkinnyMethodAdapter mv, ParameterType[] parameterTypes, LocalVariable[] parameters, LocalVariable[] converted) voidSkinnyMethodAdapter.fload(LocalVariable arg0) voidSkinnyMethodAdapter.fstore(LocalVariable arg0) voidSkinnyMethodAdapter.iinc(LocalVariable arg0, int arg1) voidSkinnyMethodAdapter.iload(LocalVariable arg0) voidSkinnyMethodAdapter.iload(LocalVariable... args) voidSkinnyMethodAdapter.istore(LocalVariable arg0) voidSkinnyMethodAdapter.lload(LocalVariable... args) (package private) static voidAsmUtil.load(SkinnyMethodAdapter mv, Class parameterType, LocalVariable parameter) (package private) static LocalVariableBaseMethodGenerator.loadAndConvertParameter(AsmBuilder builder, SkinnyMethodAdapter mv, LocalVariableAllocator localVariableAllocator, LocalVariable parameter, ToNativeType parameterType) voidSkinnyMethodAdapter.lstore(LocalVariable arg0) (package private) static voidAsmUtil.store(SkinnyMethodAdapter mv, Class type, LocalVariable var)