V8 Project
|
#include <jitprofiling.h>
Public Attributes | |
unsigned int | method_id |
char * | method_name |
void * | method_load_address |
unsigned int | method_size |
unsigned int | line_number_size |
pLineNumberInfo | line_number_table |
unsigned int | class_id |
char * | class_file_name |
char * | source_file_name |
void * | user_data |
unsigned int | user_data_size |
iJDEnvironmentType | env |
Definition at line 214 of file jitprofiling.h.
char* _iJIT_Method_Load::class_file_name |
Definition at line 242 of file jitprofiling.h.
unsigned int _iJIT_Method_Load::class_id |
Definition at line 239 of file jitprofiling.h.
iJDEnvironmentType _iJIT_Method_Load::env |
Definition at line 254 of file jitprofiling.h.
unsigned int _iJIT_Method_Load::line_number_size |
Definition at line 233 of file jitprofiling.h.
Referenced by vTune::internal::VTUNEJITInterface::event_handler().
pLineNumberInfo _iJIT_Method_Load::line_number_table |
Definition at line 236 of file jitprofiling.h.
Referenced by vTune::internal::VTUNEJITInterface::event_handler().
unsigned int _iJIT_Method_Load::method_id |
Definition at line 217 of file jitprofiling.h.
Referenced by vTune::internal::VTUNEJITInterface::event_handler().
void* _iJIT_Method_Load::method_load_address |
Definition at line 227 of file jitprofiling.h.
Referenced by vTune::internal::VTUNEJITInterface::event_handler().
char* _iJIT_Method_Load::method_name |
Definition at line 222 of file jitprofiling.h.
Referenced by vTune::internal::VTUNEJITInterface::event_handler().
unsigned int _iJIT_Method_Load::method_size |
Definition at line 230 of file jitprofiling.h.
Referenced by vTune::internal::VTUNEJITInterface::event_handler().
char* _iJIT_Method_Load::source_file_name |
Definition at line 245 of file jitprofiling.h.
Referenced by vTune::internal::VTUNEJITInterface::event_handler().
void* _iJIT_Method_Load::user_data |
Definition at line 248 of file jitprofiling.h.
unsigned int _iJIT_Method_Load::user_data_size |
Definition at line 251 of file jitprofiling.h.