Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-wasm.cc436 CONVERT_UINT32_ARG_CHECKED(table_src_index, 2); in RUNTIME_FUNCTION()
447 isolate, instance, table_dst_index, table_src_index, dst, src, count); in RUNTIME_FUNCTION()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-wasm.cc525 CONVERT_UINT32_ARG_CHECKED(table_src_index, 2); in RUNTIME_FUNCTION()
533 isolate, instance, table_dst_index, table_src_index, dst, src, count); in RUNTIME_FUNCTION()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-wasm.cc471 CONVERT_UINT32_ARG_CHECKED(table_src_index, 2); in RUNTIME_FUNCTION()
482 isolate, instance, table_dst_index, table_src_index, dst, src, count); in RUNTIME_FUNCTION()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/
H A Dwasm-objects.cc1329 uint32_t table_src_index, in CopyTableEntries() argument
1333 CHECK_LT(table_src_index, instance->tables().length()); in CopyTableEntries()
1337 WasmTableObject::cast(instance->tables().get(table_src_index)), isolate); in CopyTableEntries()
1347 if ((dst == src && table_dst_index == table_src_index) || count == 0) { in CopyTableEntries()
H A Dwasm-objects.h516 uint32_t table_src_index, uint32_t dst,
/dports/lang/v8/v8-9.6.180.12/src/wasm/
H A Dwasm-objects.cc1402 uint32_t table_src_index, in CopyTableEntries() argument
1406 CHECK_LT(table_src_index, instance->tables().length()); in CopyTableEntries()
1410 WasmTableObject::cast(instance->tables().get(table_src_index)), isolate); in CopyTableEntries()
1420 if ((dst == src && table_dst_index == table_src_index) || count == 0) { in CopyTableEntries()
H A Dwasm-objects.h485 uint32_t table_src_index, uint32_t dst,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/
H A Dwasm-objects.cc1371 uint32_t table_src_index, in CopyTableEntries() argument
1375 CHECK_LT(table_src_index, instance->tables().length()); in CopyTableEntries()
1379 WasmTableObject::cast(instance->tables().get(table_src_index)), isolate); in CopyTableEntries()
1389 if ((dst == src && table_dst_index == table_src_index) || count == 0) { in CopyTableEntries()
H A Dwasm-objects.h523 uint32_t table_src_index, uint32_t dst,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dwasm-compiler.h382 Node* TableCopy(uint32_t table_dst_index, uint32_t table_src_index, Node* dst,
H A Dwasm-compiler.cc5001 uint32_t table_src_index, Node* dst, in TableCopy() argument
5014 graph()->NewNode(mcgraph()->common()->NumberConstant(table_src_index))); in TableCopy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dwasm-compiler.h405 Node* TableCopy(uint32_t table_dst_index, uint32_t table_src_index, Node* dst,
H A Dwasm-compiler.cc5452 uint32_t table_src_index, Node* dst, in TableCopy() argument
5465 graph()->NewNode(mcgraph()->common()->NumberConstant(table_src_index))); in TableCopy()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dwasm-compiler.h452 void TableCopy(uint32_t table_dst_index, uint32_t table_src_index, Node* dst,
H A Dwasm-compiler.cc5505 uint32_t table_src_index, Node* dst, Node* src, in TableCopy() argument
5509 gasm_->NumberConstant(table_src_index)); in TableCopy()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc3098 LiftoffAssembler::VarState table_src_index(kPointerValueType, in TableCopy() local
3115 {dst, src, size, table_dst_index, table_src_index}); in TableCopy()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc3675 LiftoffAssembler::VarState table_src_index(kPointerValueType, in TableCopy() local
3692 {dst, src, size, table_dst_index, table_src_index}); in TableCopy()
/dports/lang/v8/v8-9.6.180.12/src/wasm/baseline/
H A Dliftoff-compiler.cc4861 LiftoffAssembler::VarState table_src_index(kPointerKind, in TableCopy() local
4870 {dst, src, size, table_dst_index, table_src_index}, in TableCopy()