Home | History | Annotate | Download | only in x64

Lines Matching refs:INTERCEPTOR

130   // Bail out if the receiver has a named interceptor or requires access checks.
375 Handle<InterceptorInfo> interceptor(holder_obj->GetNamedInterceptor());
376 ASSERT(!masm->isolate()->heap()->InNewSpace(*interceptor));
377 __ Move(kScratchRegister, interceptor);
585 // Check that the maps from receiver to interceptor's holder
586 // haven't changed and thus we can invoke interceptor.
594 // Invoke an interceptor and if it provides a value,
600 // Interceptor returned nothing for this property. Try to use cached
603 // Check that the maps from interceptor's holder to constant function's
1084 // So far the most popular follow ups for interceptor loads are FIELD
1099 // Compile the interceptor call, followed by inline code to load the
1108 // the holder and it is needed should the interceptor return without any
1115 // Save necessary data before invoking an interceptor.
1126 // Invoke an interceptor. Note: map checks from receiver to
1127 // interceptor's holder has been compiled before (see a caller
1135 // Check if interceptor provided a value for property. If it's
1153 // Check that the maps from interceptor's holder to lookup's holder
1167 // We found FIELD property in prototype chain of interceptor's holder.
1174 // We found CALLBACKS property in prototype chain of interceptor's
1199 // Call the runtime system to load the interceptor.
2208 return GetCode(INTERCEPTOR, name);
2389 return GetCode(INTERCEPTOR, name);
2655 return GetCode(INTERCEPTOR, name);
2817 return GetCode(INTERCEPTOR, name);