Searched refs:BoundsCheckArray (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/compiler/ |
| D | wasm-compiler.h | 745 void BoundsCheckArray(Node* array, Node* index,
|
| D | wasm-compiler.cc | 6047 void WasmGraphBuilder::BoundsCheckArray(Node* array, Node* index, in BoundsCheckArray() function in v8::internal::compiler::WasmGraphBuilder 6074 BoundsCheckArray(array_object, index, position); in ArrayGet() 6091 BoundsCheckArray(array_object, index, position); in ArraySet()
|
| /third_party/node/deps/v8/src/wasm/baseline/ |
| D | liftoff-compiler.cc | 5355 BoundsCheckArray(decoder, array, index, pinned); in ArrayGet() 5380 BoundsCheckArray(decoder, array, index, pinned); in ArraySet() 6298 void BoundsCheckArray(FullDecoder* decoder, LiftoffRegister array, in BoundsCheckArray() function in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler
|