V8 Project
_iJIT_Method_Load Struct Reference

#include <jitprofiling.h>

+ Collaboration diagram for _iJIT_Method_Load:

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
 

Detailed Description

Definition at line 214 of file jitprofiling.h.

Member Data Documentation

◆ class_file_name

char* _iJIT_Method_Load::class_file_name

Definition at line 242 of file jitprofiling.h.

◆ class_id

unsigned int _iJIT_Method_Load::class_id

Definition at line 239 of file jitprofiling.h.

◆ env

iJDEnvironmentType _iJIT_Method_Load::env

Definition at line 254 of file jitprofiling.h.

◆ line_number_size

unsigned int _iJIT_Method_Load::line_number_size

Definition at line 233 of file jitprofiling.h.

Referenced by vTune::internal::VTUNEJITInterface::event_handler().

◆ line_number_table

pLineNumberInfo _iJIT_Method_Load::line_number_table

Definition at line 236 of file jitprofiling.h.

Referenced by vTune::internal::VTUNEJITInterface::event_handler().

◆ method_id

unsigned int _iJIT_Method_Load::method_id

Definition at line 217 of file jitprofiling.h.

Referenced by vTune::internal::VTUNEJITInterface::event_handler().

◆ method_load_address

void* _iJIT_Method_Load::method_load_address

Definition at line 227 of file jitprofiling.h.

Referenced by vTune::internal::VTUNEJITInterface::event_handler().

◆ method_name

char* _iJIT_Method_Load::method_name

Definition at line 222 of file jitprofiling.h.

Referenced by vTune::internal::VTUNEJITInterface::event_handler().

◆ method_size

unsigned int _iJIT_Method_Load::method_size

Definition at line 230 of file jitprofiling.h.

Referenced by vTune::internal::VTUNEJITInterface::event_handler().

◆ source_file_name

char* _iJIT_Method_Load::source_file_name

Definition at line 245 of file jitprofiling.h.

Referenced by vTune::internal::VTUNEJITInterface::event_handler().

◆ user_data

void* _iJIT_Method_Load::user_data

Definition at line 248 of file jitprofiling.h.

◆ user_data_size

unsigned int _iJIT_Method_Load::user_data_size

Definition at line 251 of file jitprofiling.h.


The documentation for this struct was generated from the following file: