Searched refs:start_function_index (Results 1 – 3 of 3) sorted by relevance
134 int start_function_index = -1; // start function, >= 0 if any member
1207 if (module_->start_function_index >= 0) { in Build()1208 int start_index = module_->start_function_index; in Build()
697 module_->start_function_index = consume_func_index(module_.get(), &func); in DecodeStartSection()