Home
last modified time | relevance | path

Searched refs:BoundsCheckArray (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h745 void BoundsCheckArray(Node* array, Node* index,
Dwasm-compiler.cc6047 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/
Dliftoff-compiler.cc5355 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