Searched refs:start_function_index (Results 1 – 4 of 4) sorted by relevance
769 if (module_->start_function_index >= 0) { in Build()770 int start_index = module_->start_function_index; in Build()783 ImportedFunctionEntry entry(instance, module_->start_function_index); in Build()
423 int start_function_index = -1; // start function, >= 0 if any member
1069 module_->start_function_index = in DecodeStartSection()
271 DCHECK_EQ(function_index, module->start_function_index); in RUNTIME_FUNCTION()