#include <MpiAPI.h>
Public Attributes | |
const char * | szModuleName |
module name | |
const char * | szClassName |
class name | |
const char * | szMethodName |
method name | |
const char * | szMethodSig |
method signature | |
const char * | szMethodSourceFileName |
method source file name | |
const char * | szJavaClassName |
class name in the native Java VM format (e.g., Lpackage/class;) | |
const char * | szJavaMethodName |
method name in the native Java VM format (e.g., <init> for a constructor) | |
const char * | szJavaMethodSig |
native Java VM signature (e.g., "[[I" for "int[][]") | |
SMethodLineNumbers | methodLineNumbers |
method line numbers (compact) | |
TId | moduleId |
module id | |
TId | classId |
class id | |
SLineNumberTable | nativeToSrcLineMap |
Maps the JITted (native) instructions to source line numbers. | |
SLineNumberTable | nativeToManagedLineMap |
Maps the JITted (native) instructions to managed code (Java byte-code or.NET IL) offsets. | |
SLineNumberTable | managedToSrcLineMap |
Maps the managed code to source line numbers. | |
SCodeInfo | codeInfo |
Compiled method code. | |
SDotNetModulePrejit | modulePrejitInfo |
Module pre-JIT info (.NET only). | |
TId | methodToken |
method token (.NET only) | |
BitSet | validData |
Bit-mask of the valid data in the struct. |
(C) Copyright Intel Corporation 2007-2008. All Rights Reserved.
Generated on Thu Mar 6 15:08:09 2008 for Martini by