Lines Matching refs:access
15 #include "src/compiler/access-builder.h"
16 #include "src/compiler/access-info.h"
29 #include "src/compiler/property-access-builder.h"
730 // Make sure that the access is still in bounds, since the callback could
2912 // might require access checks here; we also don't want to deal
3704 // need to perform access checks, even if the {receiver}'s map
3705 // has the "needs access check" bit set.
3729 // that the {function_template_info} accepts them without access
3730 // checks (even if "access check needed" is set for {receiver}).
3746 // the "access check needed" bit, which also cannot change later.
3788 // We don't have enough information to eliminate the access check
4029 FieldAccess const& access = FieldAccessOf(user->op());
4030 if (access.offset == JSArray::kLengthOffset) {
4039 } else if (access.offset == JSObject::kElementsOffset) {
5944 ElementAccess const access =
5960 graph()->NewNode(simplified()->LoadElement(access), elements,
5963 simplified()->StoreElement(access), elements,
7772 Node* node, InstanceType instance_type, FieldAccess const& access) {
7784 Node* value = effect = graph()->NewNode(simplified()->LoadField(access),
7832 Reduction JSCallReducer::ReduceDataViewAccess(Node* node, DataViewAccess access,
7842 if (access == DataViewAccess::kSet) {
7845 const int endian_index = (access == DataViewAccess::kGet ? 1 : 2);
7903 if (access == DataViewAccess::kSet) {
7947 switch (access) {