Lines Matching defs:progress
550 // Initialize compilation progress. Set compilation tiers to expect for
556 // Initialize the compilation progress after deserialization. This is needed
572 // Initialize recompilation of the whole module: Setup compilation progress
3090 // Initialize function's compilation progress.
3333 // Information about compilation progress is shared between this class and the
3346 // If compilation progress is not initialized yet, then compilation didn't
3360 for (auto& progress : compilation_progress_) {
3361 progress = MissingRecompilationField::update(progress, false);
3370 auto& progress = compilation_progress_[slot_index];
3371 progress = MissingRecompilationField::update(progress, true);
3506 // Compilation progress was not set up in these cases.
3538 // Read function's compilation progress.
3539 // This view on the compilation progress may differ from the actually
3541 // compilation progress but may publish code to the code manager.
3585 // Update function's compilation progress.