Searched refs:kOutOfBounds (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-external-refs.cc | 475 constexpr int32_t kOutOfBounds = 0; variable 490 if (!base::IsInBounds<uint64_t>(dst, size, mem_size)) return kOutOfBounds; in memory_init_wrapper() 493 if (!base::IsInBounds<uint32_t>(src, size, seg_size)) return kOutOfBounds; in memory_init_wrapper() 512 if (!base::IsInBounds<uint64_t>(dst, size, mem_size)) return kOutOfBounds; in memory_copy_wrapper() 513 if (!base::IsInBounds<uint64_t>(src, size, mem_size)) return kOutOfBounds; in memory_copy_wrapper() 534 if (!base::IsInBounds<uint64_t>(dst, size, mem_size)) return kOutOfBounds; in memory_fill_wrapper()
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 240 kOutOfBounds, enumerator
|
D | effect-control-linearizer.cc | 2470 __ DeoptimizeIfNot(DeoptimizeReason::kOutOfBounds, in LowerCheckedUint32Bounds() 2516 __ DeoptimizeIfNot(DeoptimizeReason::kOutOfBounds, in LowerCheckedUint64Bounds()
|
D | wasm-compiler.cc | 3820 return {gasm_->UintPtrConstant(0), kOutOfBounds}; in BoundsCheckMem()
|