1/* DO NOT EDIT THIS FILE - it is machine generated */
2#include <jni.h>
3/* Header for class sun_jvm_hotspot_asm_Disassembler */
4
5#ifndef _Included_sun_jvm_hotspot_asm_Disassembler
6#define _Included_sun_jvm_hotspot_asm_Disassembler
7#ifdef __cplusplus
8extern "C" {
9#endif
10/*
11 * Class: sun_jvm_hotspot_asm_Disassembler
12 * Method: load_library
13 * Signature: (Ljava/lang/String;Ljava/lang/String;)J
14 */
15JNIEXPORT jlong JNICALL Java_sun_jvm_hotspot_asm_Disassembler_load_1library
16 (JNIEnv *, jclass, jstring, jstring);
17
18/*
19 * Class: sun_jvm_hotspot_asm_Disassembler
20 * Method: decode
21 * Signature: (Lsun/jvm/hotspot/asm/InstructionVisitor;J[BLjava/lang/String;J)V
22 */
23JNIEXPORT void JNICALL Java_sun_jvm_hotspot_asm_Disassembler_decode
24 (JNIEnv *, jobject, jobject, jlong, jbyteArray, jstring, jlong);
25
26#ifdef __cplusplus
27}
28#endif
29#endif
30