Lines Matching defs:access
12 #include "src/compiler/access-builder.h"
13 #include "src/compiler/access-info.h"
22 #include "src/compiler/property-access-builder.h"
322 // constant-folding for optimizing property access, but we should
370 // We can constant-fold the super constructor access if the
431 // Monomorphic property access.
467 // Monomorphic property access.
709 // Compute property access info for "then" on {resolution}.
758 FieldAccess access = {
761 return access;
770 // purpose. This way we can assert the super property access cases won't hit the
771 // code which hasn't been modified to support super property access.
1091 // Check if we have an access o.x or o.x=v where o is the target native
1092 // contexts' global proxy, and turn that into a direct access to the
1156 // Super property access. lookup_start_object is a JSReceiver or
1203 // Generate the actual property access.
1248 // Generate code for the various different property access patterns.
1334 // Generate the actual property access.
1765 // Generate code for the various different element access patterns.
2288 // Generate the actual property access.
2391 // Generate the actual property access.
2669 // so we need to make sure that any access is properly guarded.
2682 // optimize away the tricky part of the access later.
2736 // bounds check below and just skip the property access if it's out of
2944 // Compute the element access.
2960 // Compute the real element access type, which includes the hole in case
3236 // Perform the actual element access.