Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/test/common/wasm/
H A Dwasm-macro-gen.h482 #define TABLE_ZERO 0 macro
603 __VA_ARGS__, kExprCallIndirect, static_cast<byte>(sig_index), TABLE_ZERO
608 __VA_ARGS__, kExprReturnCallIndirect, static_cast<byte>(sig_index), TABLE_ZERO
/dports/lang/v8/v8-9.6.180.12/test/cctest/wasm/
H A Dtest-run-wasm-64.cc1503 ADD_CODE(code, kExprCallIndirect, 1, TABLE_ZERO); in CompileCallIndirectMany()
H A Dtest-run-wasm.cc3496 ADD_CODE(code, kExprCallIndirect, 1, TABLE_ZERO); in CompileCallIndirectMany()