Home | History | Annotate | Download | only in mips

Lines Matching refs:INTERCEPTOR

141   // Bail out if the receiver has a named interceptor or requires access checks.
561 Handle<InterceptorInfo> interceptor(holder_obj->GetNamedInterceptor());
562 ASSERT(!masm->isolate()->heap()->InNewSpace(*interceptor));
564 __ li(scratch, Operand(interceptor));
758 // Check that the maps from receiver to interceptor's holder
759 // haven't changed and thus we can invoke interceptor.
767 // Invoke an interceptor and if it provides a value,
773 // Interceptor returned nothing for this property. Try to use cached
776 // Check that the maps from interceptor's holder to constant function's
830 // Call a runtime function to load the interceptor property.
865 // If interceptor returns no-result sentinel, call the constant function.
1255 // So far the most popular follow ups for interceptor loads are FIELD
1270 // Compile the interceptor call, followed by inline code to load the
1278 // Save necessary data before invoking an interceptor.
1288 // Invoke an interceptor. Note: map checks from receiver to
1289 // interceptor's holder has been compiled before (see a caller
1296 // Check if interceptor provided a value for property. If it's
1312 // Check that the maps from interceptor's holder to lookup's holder
1326 // We found FIELD property in prototype chain of interceptor's holder.
1333 // We found CALLBACKS property in prototype chain of interceptor's
1364 // Call the runtime system to load the interceptor.
2462 return GetCode(INTERCEPTOR, name);
2635 return GetCode(INTERCEPTOR, name);
2800 return GetCode(INTERCEPTOR, name);
2936 return GetCode(INTERCEPTOR, name);