Lines Matching defs:start
369 // Add start function to initialize things.
370 WasmFunctionBuilder* start = module_builder_->AddFunction();
371 module_builder_->MarkStartFunction(start);
376 start->EmitWithI32V(kExprGlobalGet, import_index);
377 start->EmitWithI32V(kExprGlobalSet, VarIndex(global_import.var_info));
379 start->Emit(kExprEnd);
381 start->SetSignature(b.Build());
728 // Remember position of the 'function' token as start position.
755 // Record start of the function, used as position for the stack check.
2542 size_t start = scanner_.Position();
2572 scanner_.Seek(start);