Home
last modified time | relevance | path

Searched refs:table_dst_index (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc488 uint32_t table_dst_index = args.positive_smi_value_at(1); in RUNTIME_FUNCTION() local
500 isolate, instance, table_dst_index, table_src_index, dst, src, count); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc1324 uint32_t table_dst_index, in CopyTableEntries()
1328 CHECK_LT(table_dst_index, instance->tables().length()); in CopyTableEntries()
1331 WasmTableObject::cast(instance->tables().get(table_dst_index)), isolate); in CopyTableEntries()
1343 if ((dst == src && table_dst_index == table_src_index) || count == 0) { in CopyTableEntries()
1322 CopyTableEntries(Isolate* isolate, Handle<WasmInstanceObject> instance, uint32_t table_dst_index, uint32_t table_src_index, uint32_t dst, uint32_t src, uint32_t count) CopyTableEntries() argument
H A Dwasm-objects.h472 uint32_t table_dst_index,
/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() argument
5558 dst, src, size, gasm_->NumberConstant(table_dst_index), in TableCopy()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc5089 LiftoffAssembler::VarState table_dst_index(kPointerKind,
5104 {dst, src, size, table_dst_index, table_src_index},

Completed in 27 milliseconds