Home
last modified time | relevance | path

Searched defs:sig_index (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/wasm/
Dwasm-module-builder.h255 uint32_t sig_index; member
Dwasm-module.cc919 int sig_index = static_cast<int>( in UpdateDispatchTablesInternal() local
1586 int sig_index = table.map.FindOrInsert(function->sig); in ProcessImports() local
2007 int32_t sig_index = table.map.Find(function->sig); in LoadTableSegments() local
Dwasm-module.h76 uint32_t sig_index; // index into the signature table. member
Dmodule-decoder.cc881 uint32_t sig_index = consume_u32v("signature index"); in consume_sig_index() local
/external/v8/src/compiler/
Dwasm-compiler.cc2290 Node* WasmGraphBuilder::CallIndirect(uint32_t sig_index, Node** args, in CallIndirect()