Home
last modified time | relevance | path

Searched refs:TableCopy (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes-inl.h239 CASE_OP(TableCopy, "table.copy") in OpcodeName()
H A Dgraph-builder-interface.cc1007 void TableCopy(FullDecoder* decoder, const TableCopyImmediate<validate>& imm, in TableCopy() function
1009 builder_->TableCopy(imm.table_dst.index, imm.table_src.index, args[0].node, in TableCopy()
H A Dwasm-opcodes.h596 V_SIG(TableCopy, 0xfc0e, v_iii) \
H A Dfunction-body-decoder-impl.h1017 F(TableCopy, const TableCopyImmediate<validate>& imm, \
5069 CALL_INTERFACE_IF_OK_AND_REACHABLE(TableCopy, imm, in DecodeNumericOpcode()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.h476 void TableCopy(uint32_t table_dst_index, uint32_t table_src_index, Node* dst,
H A Dwasm-compiler.cc5554 void WasmGraphBuilder::TableCopy(uint32_t table_dst_index, in TableCopy() function in v8::internal::WasmGraphBuilder
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5082 void TableCopy(FullDecoder* decoder, const TableCopyImmediate<validate>& imm,

Completed in 49 milliseconds