Searched refs:TableSet (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes-inl.h | 175 CASE_OP(TableSet, "table.set") in OpcodeName()
|
H A D | graph-builder-interface.cc | 447 void TableSet(FullDecoder* decoder, const Value& index, const Value& value, in TableSet() function 449 builder_->TableSet(imm.index, index.node, value.node, decoder->position()); in TableSet()
|
H A D | function-body-decoder-impl.h | 951 F(TableSet, const Value& index, const Value& value, \ 3238 DECODE(TableSet) { in DECODE() 3244 CALL_INTERFACE_IF_OK_AND_REACHABLE(TableSet, index, value, imm); in DECODE() 3559 DECODE_IMPL(TableSet); in GetOpcodeHandlerTableEntry()
|
H A D | wasm-opcodes.h | 74 V(TableSet, 0x26, _) \
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 383 void TableSet(uint32_t table_index, Node* index, Node* val,
|
H A D | wasm-compiler.cc | 3760 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/ |
H A D | liftoff-compiler.cc | 2509 void TableSet(FullDecoder* decoder, const Value&, const Value&,
|
Completed in 34 milliseconds