Home | History | Annotate | Download | only in src

Lines Matching refs:InterceptorInfo

95 //         - InterceptorInfo
361 V(INTERCEPTOR_INFO, InterceptorInfo, interceptor_info) \
1225 InterceptorInfo* GetNamedInterceptor();
1226 InterceptorInfo* GetIndexedInterceptor();
4581 class InterceptorInfo: public Struct {
4590 static inline InterceptorInfo* cast(Object* obj);
4606 DISALLOW_IMPLICIT_CONSTRUCTORS(InterceptorInfo);