Home | History | Annotate | Download | only in src

Lines Matching refs:InterceptorInfo

113 //         - InterceptorInfo
438 V(INTERCEPTOR_INFO, InterceptorInfo, interceptor_info) \
1614 InterceptorInfo* GetNamedInterceptor();
1615 InterceptorInfo* GetIndexedInterceptor();
8141 class InterceptorInfo: public Struct {
8150 static inline InterceptorInfo* cast(Object* obj);
8171 DISALLOW_IMPLICIT_CONSTRUCTORS(InterceptorInfo);