Crossfire JXClient, Trunk
Classes | Typedefs | Enumerations
jvmticmlr.h File Reference

Go to the source code of this file.

Classes

struct  _jvmtiCompiledMethodLoadDummyRecord
 
struct  _jvmtiCompiledMethodLoadInlineRecord
 
struct  _jvmtiCompiledMethodLoadRecordHeader
 
struct  _PCStackInfo
 

Typedefs

typedef struct _jvmtiCompiledMethodLoadDummyRecord jvmtiCompiledMethodLoadDummyRecord
 
typedef struct _jvmtiCompiledMethodLoadInlineRecord jvmtiCompiledMethodLoadInlineRecord
 
typedef struct _jvmtiCompiledMethodLoadRecordHeader jvmtiCompiledMethodLoadRecordHeader
 
typedef struct _PCStackInfo PCStackInfo
 

Enumerations

enum  { JVMTI_CMLR_MAJOR_VERSION_1 = 0x00000001, JVMTI_CMLR_MINOR_VERSION_0 = 0x00000000, JVMTI_CMLR_MAJOR_VERSION = 0x00000001, JVMTI_CMLR_MINOR_VERSION = 0x00000000 }
 
enum  jvmtiCMLRKind { JVMTI_CMLR_DUMMY = 1, JVMTI_CMLR_INLINE_INFO = 2 }
 

Typedef Documentation

◆ jvmtiCompiledMethodLoadDummyRecord

◆ jvmtiCompiledMethodLoadInlineRecord

◆ jvmtiCompiledMethodLoadRecordHeader

◆ PCStackInfo

typedef struct _PCStackInfo PCStackInfo

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
JVMTI_CMLR_MAJOR_VERSION_1 
JVMTI_CMLR_MINOR_VERSION_0 
JVMTI_CMLR_MAJOR_VERSION 
JVMTI_CMLR_MINOR_VERSION 

Definition at line 52 of file jvmticmlr.h.

◆ jvmtiCMLRKind

Enumerator
JVMTI_CMLR_DUMMY 
JVMTI_CMLR_INLINE_INFO 

Definition at line 65 of file jvmticmlr.h.