Lines Matching defs:hsi
370 TNode<RawPtrT> hsi = Load<RawPtrT>(ExternalConstant(ref));
376 return Load<IntPtrT>(hsi, size_offset);
384 TNode<RawPtrT> hsi = Load<RawPtrT>(ExternalConstant(ref));
394 TNode<IntPtrT> capacity = Load<IntPtrT>(hsi, capacity_offset);
395 TNode<IntPtrT> size = Load<IntPtrT>(hsi, size_offset);
404 TNode<RawPtrT> data = Load<RawPtrT>(hsi, data_offset);
409 StoreNoWriteBarrier(MachineType::PointerRepresentation(), hsi, size_offset,
425 WordEqual(capacity, Load<IntPtrT>(hsi, flag_capacity_offset)));
426 CSA_DCHECK(this, WordEqual(size, Load<IntPtrT>(hsi, flag_size_offset)));
428 TNode<RawPtrT> flag_data = Load<RawPtrT>(hsi, flag_data_offset);
431 StoreNoWriteBarrier(MachineType::PointerRepresentation(), hsi,
442 std::make_pair(MachineType::Pointer(), hsi),
454 TNode<RawPtrT> hsi = Load<RawPtrT>(ExternalConstant(ref));
462 TNode<IntPtrT> size = Load<IntPtrT>(hsi, size_offset);
467 StoreNoWriteBarrier(MachineType::PointerRepresentation(), hsi, size_offset,
472 MachineType::PointerRepresentation(), hsi,