Searched refs:BoundsCheck (Results 1 – 8 of 8) sorted by relevance
31 BoundsCheck=0
418 TEST_F(ValidationTest, BoundsCheck) { in TEST_F() argument
434 bool BoundsCheck(WireBytesRef ref) const { in BoundsCheck() function
195 DCHECK(BoundsCheck(ref)); in GetNameOrNull()
112 DCHECK(wire_bytes.BoundsCheck(name_ref)); in GetLocalNameString()
2370 DCHECK(module_wire_bytes.BoundsCheck(local_name_ref)); in GetLocalNames()2413 DCHECK(wire_bytes.BoundsCheck(name_ref)); in GetFunctionNames()
421 void BoundsCheck(Node* array, Node* index, wasm::WasmCodePosition position);
5847 void WasmGraphBuilder::BoundsCheck(Node* array, Node* index, in BoundsCheck() function in v8::internal::compiler::WasmGraphBuilder5862 BoundsCheck(array_object, index, position); in ArrayGet()5878 BoundsCheck(array_object, index, position); in ArraySet()