Lines Matching defs:start
1083 truncated_name.start(), error.message().c_str(),
1111 uint32_t start = module->num_imported_functions;
1112 uint32_t end = start + module->num_declared_functions;
1114 for (uint32_t func_index = start; func_index < end; func_index++) {
1513 // worker threads start at 1 (thus the "+ 1").
1593 // results to start execution, and do not wait for a batch to fill up.
1668 uint32_t start = module->num_imported_functions;
1669 uint32_t end = start + module->num_declared_functions;
1671 for (uint32_t func_index = start; func_index < end; func_index++) {
1706 int start = module->num_imported_functions;
1707 int end = start + module->num_declared_functions;
1708 for (int func_index = start; func_index < end; func_index++) {
2285 // the module's start function calls out to Blink.
2501 enabled_features, job->wire_bytes_.start(), job->wire_bytes_.end(),
2512 int start = module->num_imported_functions;
2513 int end = start + module->num_declared_functions;
2515 for (int func_index = start; func_index < end; func_index++) {
2576 // Step 2 (sync): Create heap-allocated data and start compile.
2588 TRACE_COMPILE("(2) Prepare and start compile...\n");
3115 int start = module->num_imported_functions;
3116 int end = start + module->num_declared_functions;
3119 for (int func_index = start; func_index < end; func_index++) {
3323 // their units, but just start our own recompilation already.
3347 // start yet, and new code will be kept tiered-down from the start. For