Lines Matching defs:end
155 // they are all publishing at the end). On the other side, each publishing
462 stolen.assign(steal_begin + 1, steal_from_vector->end());
463 steal_from_vector->erase(steal_begin, steal_from_vector->end());
467 target_queue->insert(target_queue->end(), stolen.begin(), stolen.end());
1094 FunctionBody body{func->sig, func->code.offset(), code.begin(), code.end()};
1112 uint32_t end = start + module->num_declared_functions;
1114 for (uint32_t func_index = start; func_index < end; func_index++) {
1276 if (existing != feedback_for_function_.end() &&
1588 // when all threads publish at the end.
1669 uint32_t end = start + module->num_declared_functions;
1671 for (uint32_t func_index = start; func_index < end; func_index++) {
1707 int end = start + module->num_declared_functions;
1708 for (int func_index = start; func_index < end; func_index++) {
2501 enabled_features, job->wire_bytes_.start(), job->wire_bytes_.end(),
2513 int end = start + module->num_declared_functions;
2515 for (int func_index = start; func_index < end; func_index++) {
2834 // Known prefix, wait until the end of the stream and check the cache.
3116 int end = start + module->num_declared_functions;
3119 for (int func_index = start; func_index < end; func_index++) {
3417 js_to_wasm_wrapper_units_.insert(js_to_wasm_wrapper_units_.end(),
3419 js_to_wasm_wrapper_units.end());
3668 callbacks_.begin(), callbacks_.end(),
3673 callbacks_.end());