Home
last modified time | relevance | path

Searched refs:LoadIndirectFunctionTable (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.h610 void LoadIndirectFunctionTable(uint32_t table_index, Node** ift_size,
Dwasm-compiler.cc3145 void WasmGraphBuilder::LoadIndirectFunctionTable(uint32_t table_index, in LoadIndirectFunctionTable() function in v8::internal::compiler::WasmGraphBuilder
3206 LoadIndirectFunctionTable(table_index, &ift_size, &ift_sig_ids, &ift_targets, in BuildIndirectCall()