Searched refs:table_dst_index (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-wasm.cc | 488 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 D | wasm-objects.cc | 1324 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 D | wasm-objects.h | 472 uint32_t table_dst_index,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.h | 476 void TableCopy(uint32_t table_dst_index, uint32_t table_src_index, Node* dst,
|
H A D | wasm-compiler.cc | 5554 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 D | liftoff-compiler.cc | 5089 LiftoffAssembler::VarState table_dst_index(kPointerKind, 5104 {dst, src, size, table_dst_index, table_src_index},
|
Completed in 27 milliseconds