Searched refs:TableCopy (Results 1 – 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes-inl.h | 239 CASE_OP(TableCopy, "table.copy") in OpcodeName()
|
D | wasm-opcodes.h | 596 V_SIG(TableCopy, 0xfc0e, v_iii) \
|
D | graph-builder-interface.cc | 1007 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()
|
D | function-body-decoder-impl.h | 1017 F(TableCopy, const TableCopyImmediate<validate>& imm, \ 5069 CALL_INTERFACE_IF_OK_AND_REACHABLE(TableCopy, imm,
|
/third_party/node/deps/v8/src/compiler/ |
D | wasm-compiler.h | 476 void TableCopy(uint32_t table_dst_index, uint32_t table_src_index, Node* dst,
|
D | wasm-compiler.cc | 5554 void WasmGraphBuilder::TableCopy(uint32_t table_dst_index, in TableCopy() function in v8::internal::compiler::WasmGraphBuilder
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 5082 void TableCopy(FullDecoder* decoder, const TableCopyImmediate<validate>& imm, in TableCopy() function in v8::internal::wasm::__anonf94cb2b20111::LiftoffCompiler
|