Go to the source code of this file.
|
enum | iJIT_jvm_event {
iJVM_EVENT_TYPE_SHUTDOWN = 2
, iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED =13
, iJVM_EVENT_TYPE_METHOD_UNLOAD_START
, iJVM_EVENT_TYPE_ENTER_NIDS = 19
,
iJVM_EVENT_TYPE_LEAVE_NIDS
} |
|
enum | _iJIT_ModeFlags {
iJIT_NO_NOTIFICATIONS = 0x0000
, iJIT_BE_NOTIFY_ON_LOAD = 0x0001
, iJIT_BE_NOTIFY_ON_UNLOAD = 0x0002
, iJIT_BE_NOTIFY_ON_METHOD_ENTRY = 0x0004
,
iJIT_BE_NOTIFY_ON_METHOD_EXIT = 0x0008
} |
|
enum | _iJIT_IsProfilingActiveFlags { iJIT_NOTHING_RUNNING = 0x0000
, iJIT_SAMPLING_ON = 0x0001
, iJIT_CALLGRAPH_ON = 0x0002
} |
|
enum | _iJDEnvironmentType { iJDE_JittingAPI = 2
} |
|
◆ CDECL
#define CDECL __attribute__ ((cdecl)) |
◆ JITAPI
◆ iJDEnvironmentType
◆ iJIT_IsProfilingActiveFlags
◆ iJIT_JVM_EVENT
◆ iJIT_Method_Id
◆ iJIT_Method_Load
◆ iJIT_Method_NIDS
◆ iJIT_ModeChangedEx
typedef void(* iJIT_ModeChangedEx) (void *UserData, iJIT_ModeFlags Flags) |
◆ iJIT_ModeFlags
◆ LineNumberInfo
◆ piJIT_Method_Id
◆ piJIT_Method_Load
◆ piJIT_Method_NIDS
◆ pLineNumberInfo
◆ _iJDEnvironmentType
Enumerator |
---|
iJDE_JittingAPI | |
Definition at line 159 of file jitprofiling.h.
enum _iJDEnvironmentType iJDEnvironmentType
◆ _iJIT_IsProfilingActiveFlags
Enumerator |
---|
iJIT_NOTHING_RUNNING | |
iJIT_SAMPLING_ON | |
iJIT_CALLGRAPH_ON | |
Definition at line 143 of file jitprofiling.h.
enum _iJIT_IsProfilingActiveFlags iJIT_IsProfilingActiveFlags
◆ _iJIT_ModeFlags
Enumerator |
---|
iJIT_NO_NOTIFICATIONS | |
iJIT_BE_NOTIFY_ON_LOAD | |
iJIT_BE_NOTIFY_ON_UNLOAD | |
iJIT_BE_NOTIFY_ON_METHOD_ENTRY | |
iJIT_BE_NOTIFY_ON_METHOD_EXIT | |
Definition at line 105 of file jitprofiling.h.
@ iJIT_BE_NOTIFY_ON_METHOD_ENTRY
@ iJIT_BE_NOTIFY_ON_METHOD_EXIT
@ iJIT_BE_NOTIFY_ON_UNLOAD
enum _iJIT_ModeFlags iJIT_ModeFlags
◆ iJIT_jvm_event
Enumerator |
---|
iJVM_EVENT_TYPE_SHUTDOWN | |
iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED | |
iJVM_EVENT_TYPE_METHOD_UNLOAD_START | |
iJVM_EVENT_TYPE_ENTER_NIDS | |
iJVM_EVENT_TYPE_LEAVE_NIDS | |
Definition at line 66 of file jitprofiling.h.
@ iJVM_EVENT_TYPE_ENTER_NIDS
@ iJVM_EVENT_TYPE_LEAVE_NIDS
@ iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED
@ iJVM_EVENT_TYPE_METHOD_UNLOAD_START
@ iJVM_EVENT_TYPE_SHUTDOWN
enum iJIT_jvm_event iJIT_JVM_EVENT
◆ FinalizeProcess()
void JITAPI FinalizeProcess |
( |
void |
| ) |
|
Definition at line 465 of file jitprofiling.cc.
469 #if ITT_PLATFORM==ITT_PLATFORM_WIN
478 #if ITT_PLATFORM==ITT_PLATFORM_WIN
enable harmony numeric enable harmony object literal extensions Optimize object Array DOM strings and string trace pretenuring decisions of HAllocate instructions Enables optimizations which favor memory size over execution speed maximum source size in bytes considered for a single inlining maximum cumulative number of AST nodes considered for inlining trace the tracking of allocation sites deoptimize every n garbage collections perform array bounds checks elimination analyze liveness of environment slots and zap dead values flushes the cache of optimized code for closures on every GC allow uint32 values on optimize frames if they are used only in safe operations track concurrent recompilation artificial compilation delay in ms do not emit check maps for constant values that have a leaf deoptimize the optimized code if the layout of the maps changes enable context specialization in TurboFan execution budget before interrupt is triggered max percentage of megamorphic generic ICs to allow optimization enable use of SAHF instruction if enable use of VFP3 instructions if available enable use of NEON instructions if enable use of SDIV and UDIV instructions if enable use of MLS instructions if enable loading bit constant by means of movw movt instruction enable unaligned accesses for enable use of d16 d31 registers on ARM this requires VFP3 force all emitted branches to be in long enable alignment of csp to bytes on platforms which prefer the register to always be NULL
static DWORD threadLocalStorageHandle
References m_libHandle, NULL, and threadLocalStorageHandle.
◆ FinalizeThread()
void JITAPI FinalizeThread |
( |
void |
| ) |
|
◆ iJIT_GetNewMethodID()
unsigned int JITAPI iJIT_GetNewMethodID |
( |
void |
| ) |
|
◆ iJIT_IsProfilingActive()
◆ iJIT_NotifyEvent()
Definition at line 151 of file jitprofiling.cc.
202 #if ITT_PLATFORM==ITT_PLATFORM_WIN
218 #if ITT_PLATFORM==ITT_PLATFORM_WIN
237 #if ITT_PLATFORM==ITT_PLATFORM_WIN
static TPNotify FUNC_NotifyEvent
struct _iJIT_Method_NIDS * piJIT_Method_NIDS
unsigned int CurrentStack
References ThreadStack::CurrentStack, executionMode, FUNC_NotifyEvent, iJIT_CALLGRAPH_ON, iJIT_DLL_is_missing, iJVM_EVENT_TYPE_ENTER_NIDS, iJVM_EVENT_TYPE_LEAVE_NIDS, iJVM_EVENT_TYPE_METHOD_LOAD_FINISHED, INIT_TOP_Stack, loadiJIT_Funcs(), threadLocalStorageHandle, and ThreadStack::TopStack.
Referenced by vTune::internal::VTUNEJITInterface::event_handler().
◆ iJIT_RegisterCallbackEx()