Lines Matching refs:first
62 // Compiles functions on first use. In this case, execution will block until
71 // Triggers baseline compilation on first use (just like {kLazy}) with the
119 // Add one first queue, to add units to.
212 int tier = pair.first;
270 // Functions bigger than {kBigUnitsLimit} will be compiled first, in ascending
346 // First check whether there is a priority unit. Execute that first.
445 // first stolen unit (rest put in queue of {task_id}), or {nullopt} if
806 if (detected.contains(feature.first)) isolate->CountUsage(feature.second);
1407 // Continue to creating a compilation unit if this is the first time
1499 // Execute JS to Wasm wrapper units first, so that they are ready to be
1526 // Preparation (synchronized): Initialize the fields above and get the first
1931 // Create a new {NativeModule} first.
2301 // Even if baseline compilation units finish first, we trigger the
2302 // "kFinishedExportWrappers" event first.
3655 if (!triggered_events.contains(event.first)) continue;
3659 callback->call(event.first);
3708 // have been added as a compilation unit. So it is always the first time
3934 JSToWasmWrapperKey key = pair.first;
3938 int wrapper_index = GetExportWrapperIndex(module, &key.second, key.first);