Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:fn

90 #define FORALL_EVENT_TYPES(fn)                                                       \
91 fn(VMInit, ArtJvmtiEvent::kVmInit) \
92 fn(VMDeath, ArtJvmtiEvent::kVmDeath) \
93 fn(ThreadStart, ArtJvmtiEvent::kThreadStart) \
94 fn(ThreadEnd, ArtJvmtiEvent::kThreadEnd) \
95 fn(ClassFileLoadHook, ArtJvmtiEvent::kClassFileLoadHookRetransformable) \
96 fn(ClassFileLoadHook, ArtJvmtiEvent::kClassFileLoadHookNonRetransformable) \
97 fn(ClassLoad, ArtJvmtiEvent::kClassLoad) \
98 fn(ClassPrepare, ArtJvmtiEvent::kClassPrepare) \
99 fn(VMStart, ArtJvmtiEvent::kVmStart) \
100 fn(Exception, ArtJvmtiEvent::kException) \
101 fn(ExceptionCatch, ArtJvmtiEvent::kExceptionCatch) \
102 fn(SingleStep, ArtJvmtiEvent::kSingleStep) \
103 fn(FramePop, ArtJvmtiEvent::kFramePop) \
104 fn(Breakpoint, ArtJvmtiEvent::kBreakpoint) \
105 fn(FieldAccess, ArtJvmtiEvent::kFieldAccess) \
106 fn(FieldModification, ArtJvmtiEvent::kFieldModification) \
107 fn(MethodEntry, ArtJvmtiEvent::kMethodEntry) \
108 fn(MethodExit, ArtJvmtiEvent::kMethodExit) \
109 fn(NativeMethodBind, ArtJvmtiEvent::kNativeMethodBind) \
110 fn(CompiledMethodLoad, ArtJvmtiEvent::kCompiledMethodLoad) \
111 fn(CompiledMethodUnload, ArtJvmtiEvent::kCompiledMethodUnload) \
112 fn(DynamicCodeGenerated, ArtJvmtiEvent::kDynamicCodeGenerated) \
113 fn(DataDumpRequest, ArtJvmtiEvent::kDataDumpRequest) \
114 fn(MonitorWait, ArtJvmtiEvent::kMonitorWait) \
115 fn(MonitorWaited, ArtJvmtiEvent::kMonitorWaited) \
116 fn(MonitorContendedEnter, ArtJvmtiEvent::kMonitorContendedEnter) \
117 fn(MonitorContendedEntered, ArtJvmtiEvent::kMonitorContendedEntered) \
118 fn(ResourceExhausted, ArtJvmtiEvent::kResourceExhausted) \
119 fn(GarbageCollectionStart, ArtJvmtiEvent::kGarbageCollectionStart) \
120 fn(GarbageCollectionFinish, ArtJvmtiEvent::kGarbageCollectionFinish) \
121 fn(ObjectFree, ArtJvmtiEvent::kObjectFree) \
122 fn(VMObjectAlloc, ArtJvmtiEvent::kVmObjectAlloc) \
123 fn(DdmPublishChunk, ArtJvmtiEvent::kDdmPublishChunk)