Home
last modified time | relevance | path

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

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