Home
last modified time | relevance | path

Searched refs:WASM_CALL_INDIRECT_TABLE (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.cc427 WASM_CALL_INDIRECT_TABLE(table_index, sig_index, WASM_LOCAL_GET(0))); in TestTableInitElems()
500 WASM_CALL_INDIRECT_TABLE(table_index, sig_index, WASM_LOCAL_GET(0))); in TestTableInitOob()
659 WASM_CALL_INDIRECT_TABLE(table_dst, sig_index, WASM_LOCAL_GET(0))); in TestTableCopyCalls()
/dports/lang/v8/v8-9.6.180.12/test/unittests/wasm/
H A Dfunction-body-decoder-unittest.cc1944 {WASM_CALL_INDIRECT_TABLE(table_index, table_type_index, in TEST_F()
1949 {WASM_CALL_INDIRECT_TABLE(table_index, wrong_type_index, in TEST_F()
1958 {WASM_CALL_INDIRECT_TABLE(non_function_table_index, table_type_index, in TEST_F()
1993 {WASM_CALL_INDIRECT_TABLE(table, function_type, in TEST_F()
/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-macro-gen.h604 #define WASM_CALL_INDIRECT_TABLE(table, sig_index, ...) \ macro