Home | History | Annotate | Download | only in IntelJITEvents

Lines Matching refs:gptr

358 #define NEW_THREAD_INFO_W(gptr,h,h_tail,t,s,n) { \
369 (gptr)->thread_list = h; \
375 #define NEW_THREAD_INFO_A(gptr,h,h_tail,t,s,n) { \
386 (gptr)->thread_list = h; \
392 #define NEW_DOMAIN_W(gptr,h,h_tail,name) { \
402 (gptr)->domain_list = h; \
408 #define NEW_DOMAIN_A(gptr,h,h_tail,name) { \
418 (gptr)->domain_list = h; \
424 #define NEW_STRING_HANDLE_W(gptr,h,h_tail,name) { \
433 (gptr)->string_list = h; \
439 #define NEW_STRING_HANDLE_A(gptr,h,h_tail,name) { \
448 (gptr)->string_list = h; \