Lines Matching refs:ICU
40 #define IC_UTIL_LIST(ICU) \ argument
41 ICU(LoadIC_Miss) \
42 ICU(KeyedLoadIC_Miss) \
43 ICU(KeyedLoadIC_MissForceGeneric) \
44 ICU(CallIC_Miss) \
45 ICU(KeyedCallIC_Miss) \
46 ICU(StoreIC_Miss) \
47 ICU(StoreIC_ArrayLength) \
48 ICU(SharedStoreIC_ExtendStorage) \
49 ICU(KeyedStoreIC_Miss) \
50 ICU(KeyedStoreIC_MissForceGeneric) \
51 ICU(KeyedStoreIC_Slow) \
53 ICU(LoadCallbackProperty) \
54 ICU(StoreCallbackProperty) \
55 ICU(LoadPropertyWithInterceptorOnly) \
56 ICU(LoadPropertyWithInterceptorForLoad) \
57 ICU(LoadPropertyWithInterceptorForCall) \
58 ICU(KeyedLoadPropertyWithInterceptor) \
59 ICU(StoreInterceptorProperty) \
60 ICU(UnaryOp_Patch) \
61 ICU(BinaryOp_Patch) \
62 ICU(CompareIC_Miss) \
63 ICU(ToBoolean_Patch)