Lines Matching defs:access
72 // side-tables. All access to the IR and the reducer state should happen through
518 FieldAccess access = FieldAccessOf(op);
519 return access.offset;
522 Maybe<int> OffsetOfElementAt(ElementAccess const& access, int index) {
523 MachineRepresentation representation = access.machine_type.representation();
529 return Just(access.header_size +
651 ElementAccess const& access = ElementAccessOf(op);
653 (vobject->size() - access.header_size) >>
654 ElementSizeLog2Of(access.machine_type.representation());
659 vobject->FieldAt(OffsetOfElementAt(access, 0)).To(&var) &&
662 NodeProperties::GetType(value).Is(access.type))) {
669 vobject->FieldAt(OffsetOfElementAt(access, 0)).To(&var0) &&
672 NodeProperties::GetType(value0).Is(access.type)) &&
673 vobject->FieldAt(OffsetOfElementAt(access, 1)).To(&var1) &&
676 NodeProperties::GetType(value1).Is(access.type))) {
689 jsgraph->common()->Select(access.machine_type.representation()),
691 NodeProperties::SetType(select, access.type);