Home | History | Annotate | Download | only in arm

Lines Matching refs:INTERCEPTOR

150   // Bail out if the receiver has a named interceptor or requires access checks.
576 Handle<InterceptorInfo> interceptor(holder_obj->GetNamedInterceptor());
577 ASSERT(!masm->isolate()->heap()->InNewSpace(*interceptor));
579 __ mov(scratch, Operand(interceptor));
768 // Check that the maps from receiver to interceptor's holder
769 // haven't changed and thus we can invoke interceptor.
777 // Invoke an interceptor and if it provides a value,
783 // Interceptor returned nothing for this property. Try to use cached
786 // Check that the maps from interceptor's holder to constant function's
840 // Call a runtime function to load the interceptor property.
871 // If interceptor returns no-result sentinel, call the constant function.
1246 // So far the most popular follow ups for interceptor loads are FIELD
1261 // Compile the interceptor call, followed by inline code to load the
1270 // the holder and it is needed should the interceptor return without any
1277 // Save necessary data before invoking an interceptor.
1286 // Invoke an interceptor. Note: map checks from receiver to
1287 // interceptor's holder has been compiled before (see a caller
1294 // Check if interceptor provided a value for property. If it's
1311 // Check that the maps from interceptor's holder to lookup's holder
1325 // We found FIELD property in prototype chain of interceptor's holder.
1332 // We found CALLBACKS property in prototype chain of interceptor's
1363 // Call the runtime system to load the interceptor.
2468 return GetCode(INTERCEPTOR, name);
2638 return GetCode(INTERCEPTOR, name);
2802 return GetCode(INTERCEPTOR, name);
2943 return GetCode(INTERCEPTOR, name);