Home | History | Annotate | Download | only in src

Lines Matching refs:ICU

42 // inline caching code. The argument for the macro, ICU, is the function name.
43 #define IC_UTIL_LIST(ICU) \
44 ICU(LoadIC_Miss) \
45 ICU(KeyedLoadIC_Miss) \
46 ICU(CallIC_Miss) \
47 ICU(StoreIC_Miss) \
48 ICU(SharedStoreIC_ExtendStorage) \
49 ICU(KeyedStoreIC_Miss) \
51 ICU(LoadCallbackProperty) \
52 ICU(StoreCallbackProperty) \
53 ICU(LoadPropertyWithInterceptorOnly) \
54 ICU(LoadPropertyWithInterceptorForLoad) \
55 ICU(LoadPropertyWithInterceptorForCall) \
56 ICU(KeyedLoadPropertyWithInterceptor) \
57 ICU(StoreInterceptorProperty)