Searched refs:table_src_index (Results 1 – 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
D | runtime-wasm.cc | 489 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/ |
D | wasm-objects.cc | 1325 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()
|
D | wasm-objects.h | 473 uint32_t table_src_index, uint32_t dst,
|
/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 | 5555 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/ |
D | liftoff-compiler.cc | 5095 LiftoffAssembler::VarState table_src_index(kPointerKind, in TableCopy() local 5104 {dst, src, size, table_dst_index, table_src_index}, in TableCopy()
|