Home
last modified time | relevance | path

Searched refs:kOutOfBounds (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-external-refs.cc475 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/
Dwasm-compiler.h240 kOutOfBounds, enumerator
Deffect-control-linearizer.cc2470 __ DeoptimizeIfNot(DeoptimizeReason::kOutOfBounds, in LowerCheckedUint32Bounds()
2516 __ DeoptimizeIfNot(DeoptimizeReason::kOutOfBounds, in LowerCheckedUint64Bounds()
Dwasm-compiler.cc3820 return {gasm_->UintPtrConstant(0), kOutOfBounds}; in BoundsCheckMem()