Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dinit-expr-interface.cc190 void InitExprInterface::ArrayInitFromData( in ArrayInitFromData() function in v8::internal::wasm::InitExprInterface
Dwasm-opcodes-inl.h417 CASE_OP(ArrayInitFromData, "array.init_from_data") in OpcodeName()
Dwasm-opcodes.h698 V(ArrayInitFromData, 0xfb1e, _) /* not stand. - V8 experimental */ \
Dgraph-builder-interface.cc1129 void ArrayInitFromData(FullDecoder* decoder, in ArrayInitFromData() function in v8::internal::wasm::__anoned4d3a260111::WasmGraphBuildingInterface
1134 result->node = builder_->ArrayInitFromData( in ArrayInitFromData()
Dfunction-body-decoder-impl.h924 F(ArrayInitFromData, const ArrayIndexImmediate<validate>& array_imm, \
4260 CALL_INTERFACE_IF_OK_AND_REACHABLE(ArrayInitFromData, array_imm,
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h506 Node* ArrayInitFromData(const wasm::ArrayType* type, uint32_t data_segment,
Dwasm-compiler.cc5693 Node* WasmGraphBuilder::ArrayInitFromData(const wasm::ArrayType* type, in ArrayInitFromData() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5471 void ArrayInitFromData(FullDecoder* decoder, in ArrayInitFromData() function in v8::internal::wasm::__anon3bd82aa60111::LiftoffCompiler