Home
last modified time | relevance | path

Searched refs:table_src_index (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc489 uint32_t table_src_index = args.positive_smi_value_at(2); 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/
Dwasm-objects.cc1325 uint32_t table_src_index, in CopyTableEntries() argument
1329 CHECK_LT(table_src_index, instance->tables().length()); in CopyTableEntries()
1333 WasmTableObject::cast(instance->tables().get(table_src_index)), isolate); in CopyTableEntries()
1343 if ((dst == src && table_dst_index == table_src_index) || count == 0) { in CopyTableEntries()
Dwasm-objects.h473 uint32_t table_src_index, uint32_t dst,
/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.cc5555 uint32_t table_src_index, Node* dst, Node* src, in TableCopy() argument
5559 gasm_->NumberConstant(table_src_index)); in TableCopy()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc5095 LiftoffAssembler::VarState table_src_index(kPointerKind, in TableCopy() local
5104 {dst, src, size, table_dst_index, table_src_index}, in TableCopy()