Home
last modified time | relevance | path

Searched refs:tiers (Results 1 - 3 of 3) sorted by relevance

/third_party/notofonts/scripts/
H A Dissue-stats.py147 # Low hanging fruit and tiers
149 tiers = {1: [], 2: [], 3: [], 4: [], 5: []} variable
154 tiers[tier].append({"repo": k, "issues": v})
162 tiers = {k: sorted(v, key=lambda i: -i["issues"]) for k, v in tiers.items()} variable
200 "tiers": tiers,
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DLimits.cpp23 // For now, only expose these tiers until metrics can determine better ones.
31 // These limits don't have tiers yet. Define two tiers with the same values since the macros
194 constexpr std::array<decltype(Limits::limitName), kTierCount> tiers{__VA_ARGS__}; \ in ApplyLimitTiers()
195 decltype(Limits::limitName) tierValue = tiers[i - 1]; \ in ApplyLimitTiers()
201 limits.limitName = tiers[i - 1]; \ in ApplyLimitTiers()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc550 // Initialize compilation progress. Set compilation tiers to expect for
982 "Assume an order on execution tiers"); in GetRequestedExecutionTiers()
1003 ExecutionTierPair tiers = GetRequestedExecutionTiers( in AddUnits() local
1008 baseline_units_.emplace_back(func_index, tiers.baseline_tier, kNoDebugging); in AddUnits()
1009 if (tiers.baseline_tier != tiers.top_tier) { in AddUnits()
1010 tiering_units_.emplace_back(func_index, tiers.top_tier, kNoDebugging); in AddUnits()
1169 ExecutionTierPair tiers = in CompileLazy() local
1174 WasmCompilationUnit baseline_unit{func_index, tiers.baseline_tier, in CompileLazy()
1186 tiers in CompileLazy()
[all...]

Completed in 7 milliseconds