Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.h134 int start_function_index = -1; // start function, >= 0 if any member
Dmodule-compiler.cc1207 if (module_->start_function_index >= 0) { in Build()
1208 int start_index = module_->start_function_index; in Build()
Dmodule-decoder.cc697 module_->start_function_index = consume_func_index(module_.get(), &func); in DecodeStartSection()