Home
last modified time | relevance | path

Searched refs:TableSet (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes-inl.h175 CASE_OP(TableSet, "table.set") in OpcodeName()
Dwasm-opcodes.h74 V(TableSet, 0x26, _) \
Dgraph-builder-interface.cc447 void TableSet(FullDecoder* decoder, const Value& index, const Value& value, in TableSet() function in v8::internal::wasm::__anona7a84f320111::WasmGraphBuildingInterface
449 builder_->TableSet(imm.index, index.node, value.node, decoder->position()); in TableSet()
Dfunction-body-decoder-impl.h951 F(TableSet, const Value& index, const Value& value, \
3238 DECODE(TableSet) {
3244 CALL_INTERFACE_IF_OK_AND_REACHABLE(TableSet, index, value, imm);
3559 DECODE_IMPL(TableSet);
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h383 void TableSet(uint32_t table_index, Node* index, Node* val,
Dwasm-compiler.cc3760 void WasmGraphBuilder::TableSet(uint32_t table_index, Node* index, Node* val, in TableSet() function in v8::internal::compiler::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc2509 void TableSet(FullDecoder* decoder, const Value&, const Value&, in TableSet() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler