< prev index next >

make/bsd/makefiles/mapfile-vers-debug

Print this page




  90                 JVM_GetClassAccessFlags;
  91                 JVM_GetClassAnnotations;
  92                 JVM_GetClassCPEntriesCount;
  93                 JVM_GetClassCPTypes;
  94                 JVM_GetClassConstantPool;
  95                 JVM_GetClassContext;
  96                 JVM_GetClassDeclaredConstructors;
  97                 JVM_GetClassDeclaredFields;
  98                 JVM_GetClassDeclaredMethods;
  99                 JVM_GetClassFieldsCount;
 100                 JVM_GetClassInterfaces;
 101                 JVM_GetClassMethodsCount;
 102                 JVM_GetClassModifiers;
 103                 JVM_GetClassName;
 104                 JVM_GetClassNameUTF;
 105                 JVM_GetClassSignature;
 106                 JVM_GetClassSigners;
 107                 JVM_GetClassTypeAnnotations;
 108                 JVM_GetDeclaredClasses;
 109                 JVM_GetDeclaringClass;

 110                 JVM_GetEnclosingMethodInfo;
 111                 JVM_GetFieldIxModifiers;
 112                 JVM_GetFieldTypeAnnotations;
 113                 JVM_GetInheritedAccessControlContext;
 114                 JVM_GetInterfaceVersion;
 115                 JVM_GetManagement;
 116                 JVM_GetMethodIxArgsSize;
 117                 JVM_GetMethodIxByteCode;
 118                 JVM_GetMethodIxByteCodeLength;
 119                 JVM_GetMethodIxExceptionIndexes;
 120                 JVM_GetMethodIxExceptionTableEntry;
 121                 JVM_GetMethodIxExceptionTableLength;
 122                 JVM_GetMethodIxExceptionsCount;
 123                 JVM_GetMethodIxLocalsCount;
 124                 JVM_GetMethodIxMaxStack;
 125                 JVM_GetMethodIxModifiers;
 126                 JVM_GetMethodIxNameUTF;
 127                 JVM_GetMethodIxSignatureUTF;
 128                 JVM_GetMethodParameters;
 129                 JVM_GetMethodTypeAnnotations;




  90                 JVM_GetClassAccessFlags;
  91                 JVM_GetClassAnnotations;
  92                 JVM_GetClassCPEntriesCount;
  93                 JVM_GetClassCPTypes;
  94                 JVM_GetClassConstantPool;
  95                 JVM_GetClassContext;
  96                 JVM_GetClassDeclaredConstructors;
  97                 JVM_GetClassDeclaredFields;
  98                 JVM_GetClassDeclaredMethods;
  99                 JVM_GetClassFieldsCount;
 100                 JVM_GetClassInterfaces;
 101                 JVM_GetClassMethodsCount;
 102                 JVM_GetClassModifiers;
 103                 JVM_GetClassName;
 104                 JVM_GetClassNameUTF;
 105                 JVM_GetClassSignature;
 106                 JVM_GetClassSigners;
 107                 JVM_GetClassTypeAnnotations;
 108                 JVM_GetDeclaredClasses;
 109                 JVM_GetDeclaringClass;
 110                 JVM_GetSimpleBinaryName;
 111                 JVM_GetEnclosingMethodInfo;
 112                 JVM_GetFieldIxModifiers;
 113                 JVM_GetFieldTypeAnnotations;
 114                 JVM_GetInheritedAccessControlContext;
 115                 JVM_GetInterfaceVersion;
 116                 JVM_GetManagement;
 117                 JVM_GetMethodIxArgsSize;
 118                 JVM_GetMethodIxByteCode;
 119                 JVM_GetMethodIxByteCodeLength;
 120                 JVM_GetMethodIxExceptionIndexes;
 121                 JVM_GetMethodIxExceptionTableEntry;
 122                 JVM_GetMethodIxExceptionTableLength;
 123                 JVM_GetMethodIxExceptionsCount;
 124                 JVM_GetMethodIxLocalsCount;
 125                 JVM_GetMethodIxMaxStack;
 126                 JVM_GetMethodIxModifiers;
 127                 JVM_GetMethodIxNameUTF;
 128                 JVM_GetMethodIxSignatureUTF;
 129                 JVM_GetMethodParameters;
 130                 JVM_GetMethodTypeAnnotations;


< prev index next >