mirror of https://github.com/alibaba/arthas.git
rename
parent
5b9eb89826
commit
b704e7cabd
@ -1,58 +1,58 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class arthas_Vmtool */
|
||||
/* Header for class arthas_VmTool */
|
||||
|
||||
#ifndef _Included_arthas_Vmtool
|
||||
#define _Included_arthas_Vmtool
|
||||
#ifndef _Included_arthas_VmTool
|
||||
#define _Included_arthas_VmTool
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: arthas_Vmtool
|
||||
* Class: arthas_VmTool
|
||||
* Method: check
|
||||
* Signature: ()Ljava/lang/String;
|
||||
*/
|
||||
JNIEXPORT jstring JNICALL Java_arthas_Vmtool_check0
|
||||
JNIEXPORT jstring JNICALL Java_arthas_VmTool_check0
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
/*
|
||||
* Class: arthas_Vmtool
|
||||
* Class: arthas_VmTool
|
||||
* Method: getInstances
|
||||
* Signature: (Ljava/lang/Class;)Ljava/util/ArrayList;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_arthas_Vmtool_getInstances
|
||||
JNIEXPORT jobject JNICALL Java_arthas_VmTool_getInstances
|
||||
(JNIEnv *, jclass, jclass);
|
||||
|
||||
/*
|
||||
* Class: arthas_Vmtool
|
||||
* Class: arthas_VmTool
|
||||
* Method: sumInstanceSize
|
||||
* Signature: (Ljava/lang/Class;)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_arthas_Vmtool_sumInstanceSize
|
||||
JNIEXPORT jlong JNICALL Java_arthas_VmTool_sumInstanceSize
|
||||
(JNIEnv *, jclass, jclass);
|
||||
|
||||
/*
|
||||
* Class: arthas_Vmtool
|
||||
* Class: arthas_VmTool
|
||||
* Method: getInstanceSize
|
||||
* Signature: (Ljava/lang/Object;)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_arthas_Vmtool_getInstanceSize
|
||||
JNIEXPORT jlong JNICALL Java_arthas_VmTool_getInstanceSize
|
||||
(JNIEnv *, jclass, jobject);
|
||||
|
||||
/*
|
||||
* Class: arthas_Vmtool
|
||||
* Class: arthas_VmTool
|
||||
* Method: countInstances
|
||||
* Signature: (Ljava/lang/Class;)J
|
||||
*/
|
||||
JNIEXPORT jlong JNICALL Java_arthas_Vmtool_countInstances
|
||||
JNIEXPORT jlong JNICALL Java_arthas_VmTool_countInstances
|
||||
(JNIEnv *, jclass, jclass);
|
||||
|
||||
/*
|
||||
* Class: arthas_Vmtool
|
||||
* Class: arthas_VmTool
|
||||
* Method: getAllLoadedClasses
|
||||
* Signature: ()Ljava/util/ArrayList;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_arthas_Vmtool_getAllLoadedClasses
|
||||
JNIEXPORT jobject JNICALL Java_arthas_VmTool_getAllLoadedClasses
|
||||
(JNIEnv *, jclass);
|
||||
|
||||
#ifdef __cplusplus
|
Loading…
Reference in New Issue