Home
last modified time | relevance | path

Searched refs:WASM_TABLE_INIT (Results 1 – 3 of 3) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-run-wasm-bulk-memory.cc431 WASM_TABLE_INIT(table_index, 0, WASM_LOCAL_GET(0), WASM_LOCAL_GET(1), in TestTableInitElems()
504 WASM_TABLE_INIT(table_index, 0, WASM_LOCAL_GET(0), WASM_LOCAL_GET(1), in TestTableInitOob()
859 WASM_TABLE_INIT(0, 0, WASM_I32V_1(0), WASM_I32V_1(0), WASM_LOCAL_GET(0)), in WASM_COMPILED_EXEC_TEST()
/dports/lang/v8/v8-9.6.180.12/test/unittests/wasm/
H A Dfunction-body-decoder-unittest.cc3299 {WASM_TABLE_INIT(0, 1, WASM_ZERO, WASM_ZERO, WASM_ZERO)}); in TEST_F()
3361 {WASM_TABLE_INIT(0, 0, WASM_ZERO, WASM_ZERO, WASM_ZERO)}); in TEST_F()
3363 {WASM_TABLE_INIT(0, 1, WASM_ZERO, WASM_ZERO, WASM_ZERO)}); in TEST_F()
3372 ExpectFailure(sigs.v_v(), {WASM_TABLE_INIT(table_index, element_index, in TEST_F()
3380 byte code[] = {WASM_TABLE_INIT(0, 0, WASM_ZERO, WASM_ZERO, WASM_ZERO), in TEST_F()
3401 byte code[] = {WASM_TABLE_INIT(0, 0, WASM_ZERO, WASM_ZERO, WASM_ZERO), in TEST_F()
3537 {WASM_TABLE_INIT(0, 0, WASM_ZERO, WASM_ZERO, WASM_ZERO)}); in TEST_F()
3600 ExpectValidates(sigs.v_v(), {WASM_TABLE_INIT(table_index, 0, WASM_ZERO, in TEST_F()
3604 ExpectFailure(sigs.v_v(), {WASM_TABLE_INIT(table_index, 0, WASM_ZERO, in TEST_F()
3615 ExpectValidates(sigs.v_v(), {WASM_TABLE_INIT(table_index, 0, WASM_ZERO, in TEST_F()
[all …]
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-macro-gen.h826 #define WASM_TABLE_INIT(table, seg, dst, src, size) \ macro