Home | History | Annotate | Download | only in ia32

Lines Matching refs:interceptor

161   // Bail out if the receiver has a named interceptor or requires access checks.
401 Handle<InterceptorInfo> interceptor(holder_obj->GetNamedInterceptor());
402 ASSERT(!masm->isolate()->heap()->InNewSpace(*interceptor));
404 __ mov(scratch, Immediate(interceptor));
601 // Check that the maps from receiver to interceptor's holder
602 // haven't changed and thus we can invoke interceptor.
610 // Invoke an interceptor and if it provides a value,
616 // Interceptor returned nothing for this property. Try to use cached
619 // Check that the maps from interceptor's holder to constant function's
1104 // So far the most popular follow ups for interceptor loads are FIELD
1119 // Compile the interceptor call, followed by inline code to load the
1128 // the holder and it is needed should the interceptor return without any
1135 // Save necessary data before invoking an interceptor.
1146 // Invoke an interceptor. Note: map checks from receiver to
1147 // interceptor's holder has been compiled before (see a caller
1155 // Check if interceptor provided a value for property. If it's
1180 // Check that the maps from interceptor's holder to lookup's holder
1194 // We found FIELD property in prototype chain of interceptor's holder.
1201 // We found CALLBACKS property in prototype chain of interceptor's
1226 // Call the runtime system to load the interceptor.
2379 return GetCode(INTERCEPTOR, name);
2559 return GetCode(INTERCEPTOR, name);
2826 return GetCode(INTERCEPTOR, name);
2995 return GetCode(INTERCEPTOR, name);