Home
last modified time | relevance | path

Searched refs:BoundsCheck (Results 1 – 8 of 8) sorted by relevance

/external/capstone/bindings/vb6/
DProject1.vbp31 BoundsCheck=0
/external/libchrome/mojo/public/cpp/bindings/tests/
Dvalidation_unittest.cc418 TEST_F(ValidationTest, BoundsCheck) { in TEST_F() argument
/external/v8/src/wasm/
Dwasm-module.h434 bool BoundsCheck(WireBytesRef ref) const { in BoundsCheck() function
Dwasm-module.cc195 DCHECK(BoundsCheck(ref)); in GetNameOrNull()
Dwasm-debug.cc112 DCHECK(wire_bytes.BoundsCheck(name_ref)); in GetLocalNameString()
Dwasm-js.cc2370 DCHECK(module_wire_bytes.BoundsCheck(local_name_ref)); in GetLocalNames()
2413 DCHECK(wire_bytes.BoundsCheck(name_ref)); in GetFunctionNames()
/external/v8/src/compiler/
Dwasm-compiler.h421 void BoundsCheck(Node* array, Node* index, wasm::WasmCodePosition position);
Dwasm-compiler.cc5847 void WasmGraphBuilder::BoundsCheck(Node* array, Node* index, in BoundsCheck() function in v8::internal::compiler::WasmGraphBuilder
5862 BoundsCheck(array_object, index, position); in ArrayGet()
5878 BoundsCheck(array_object, index, position); in ArraySet()