Lines Matching refs:BoundsCheckMem
3772 BoundsCheckMem(access_size, index, offset, position, kNeedsBoundsCheck)
3777 // {offset} is validated to be within uintptr_t range in {BoundsCheckMem}.
3780 // TODO(wasm): a constant match is also done above in {BoundsCheckMem}.
3807 WasmGraphBuilder::BoundsCheckMem(uint8_t access_size, Node* index,
4040 BoundsCheckMem(access_size, index, offset, position, kCanOmitBoundsCheck);
4042 // {offset} is validated to be within uintptr_t range in {BoundsCheckMem}.
4070 // {offset} is validated to be within uintptr_t range in {BoundsCheckMem}.
4082 BoundsCheckMem(access_size, index, offset, position, kCanOmitBoundsCheck);
4116 std::tie(index, bounds_check_result) = BoundsCheckMem(
4119 // {offset} is validated to be within uintptr_t range in {BoundsCheckMem}.
4164 BoundsCheckMem(i::ElementSizeInBytes(mem_rep), index, offset, position,
4167 // {offset} is validated to be within uintptr_t range in {BoundsCheckMem}.
4194 BoundsCheckMem(i::ElementSizeInBytes(mem_rep), index, offset, position,
4201 // {offset} is validated to be within uintptr_t range in {BoundsCheckMem}.
5319 // {offset} is validated to be within uintptr_t range in {BoundsCheckMem}.